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: oras-project/oras-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: oras-project/oras-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.1
Choose a head ref
  • 9 commits
  • 18 files changed
  • 4 contributors

Commits on Oct 20, 2023

  1. Add SECURITY.md file (#579)

    Signed-off-by: Terry Howe <tlhowe@amazon.com>
    Terry Howe authored and shizhMSFT committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8ed8b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f10a538 View commit details
    Browse the repository at this point in the history
  3. build: bump go version (#587)

    1. Update go mod version to `1.20`
    2. Update go version matrix in workflow config files
    3. Update README
    
    Resolves: #583
    
    ---------
    
    Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
    Wwwsylvia authored and shizhMSFT committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f570766 View commit details
    Browse the repository at this point in the history
  4. fix: push an empty index when deleting the last referrer with SkipRef…

    …errersGC (#593)
    
    Fix: #592
    Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
    Wwwsylvia authored and shizhMSFT committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    bfef8c5 View commit details
    Browse the repository at this point in the history
  5. fix: Avoid a copy of sync.Mutex in Repository (#603)

    Closes #600
    Signed-off-by: Kyle M. Tarplee <kmtarplee@ieee.org>
    ktarplee authored and shizhMSFT committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    eb31910 View commit details
    Browse the repository at this point in the history
  6. fix: correctly handle OnCopySkipped (#609)

    Fix: #552
    Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
    Wwwsylvia authored and shizhMSFT committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b5e74d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3f77d3 View commit details
    Browse the repository at this point in the history
  8. build: bump github.com/opencontainers/image-spec to v1.1.0-rc5 (#615

    )
    
    1. Bump `github.com/opencontainers/image-spec` to `v1.1.0-rc5` in go mod
    2. Replace "index.json" and "blobs" with corresponding constants in the
    spec
    3. Fix testable examples that broke by the spec change - `MediaType`
    became a required field in `Descriptor`
    
    Resolve: #599
    Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
    Wwwsylvia authored and shizhMSFT committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f175957 View commit details
    Browse the repository at this point in the history
  9. perf: reduce auth request count for manifest delete (#623)

    Backporting 0f1dc30 to the release
    branch.
    This change does the same thing as the original commit (#618) did but
    using the old `registryutil.WithScopeHint` instead of
    `auth.AppendRepositoryScope`, which is introduced by #604 and is not
    available in `v2.3.x`.
    
    Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
    Wwwsylvia authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f296072 View commit details
    Browse the repository at this point in the history
Loading