Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: notaryproject/notation-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: notaryproject/notation-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0-rc.1
Choose a head ref
  • 12 commits
  • 27 files changed
  • 5 contributors

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    aaadf0b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    8e2131d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. bump: upgrade golang to v1.22 (#440)

    Signed-off-by: Patrick Zheng <[email protected]>
    Patrick Zheng authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    974c291 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. docs: create release checklist on main (#443)

    Signed-off-by: Patrick Zheng <[email protected]>
    Patrick Zheng authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4403efa View commit details
    Browse the repository at this point in the history
  2. bump: bump up notation-core-go and signingAgent (#444)

    This PR targets on main branch.
    
    ---------
    
    Signed-off-by: Patrick Zheng <[email protected]>
    Patrick Zheng authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    115509e View commit details
    Browse the repository at this point in the history
  3. fix: dir no longer panics when HOME and XDG_CONFIG_HOME are not set (#…

    …449)
    
    This PR addresses the issue #446
    
    In this PR I:
    
    - I removed the `init()` function from `dir/path`
    - When `userConfigDir()` returns an error, instead of `panic(err)` I
    default to the current directory instead
    - Split `loadUserPath()` into two new functions used to setup and return
    the values for `UserConfigDir` and `UserLibexecDir`
    - Added additional unit tests for the two new functions and to test the
    default directory is used when `HOME` is set to `""`
    
    ---------
    
    Signed-off-by: Jason <[email protected]>
    Signed-off-by: JasonTheDeveloper <[email protected]>
    Signed-off-by: Patrick Zheng <[email protected]>
    Co-authored-by: Shiwei Zhang <[email protected]>
    Co-authored-by: Patrick Zheng <[email protected]>
    3 people authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4d76f9a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. bump: update golang version to v1.22.0 (#457)

    Signed-off-by: Patrick Zheng <[email protected]>
    Patrick Zheng authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    694e3a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. feat: crl support (#458)

    Signed-off-by: Junjie Gao <[email protected]>
    
    Signed-off-by: Junjie Gao <[email protected]>
    JeyJeyGao authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7c20eba View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    9faa6e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. feat: crl cache (#462)

    Signed-off-by: Patrick Zheng <[email protected]>
    Patrick Zheng authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    84c2ec0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. refactor!: remove blob sign/verify for v1.3.0-rc.1 release (#464)

    Signed-off-by: Patrick Zheng <[email protected]>
    Patrick Zheng authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3c49488 View commit details
    Browse the repository at this point in the history
  2. bump: release v1.3.0-rc.1

    Signed-off-by: Patrick Zheng <[email protected]>
    Patrick Zheng committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    26f491e View commit details
    Browse the repository at this point in the history
Loading