Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: patch on branch release-2.3 #622

Merged
merged 8 commits into from
Oct 20, 2023

Commits on Oct 19, 2023

  1. Add SECURITY.md file (oras-project#579)

    Signed-off-by: Terry Howe <tlhowe@amazon.com>
    Terry Howe authored and Wwwsylvia committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f438fa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03ced8f View commit details
    Browse the repository at this point in the history
  3. build: bump go version (oras-project#587)

    1. Update go mod version to `1.20`
    2. Update go version matrix in workflow config files
    3. Update README
    
    Resolves: oras-project#583
    
    ---------
    
    Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
    Wwwsylvia committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    688077c 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 (oras-project#593)
    
    Fix: oras-project#592
    Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
    Wwwsylvia committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9b2d3bd View commit details
    Browse the repository at this point in the history
  5. fix: Avoid a copy of sync.Mutex in Repository (oras-project#603)

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

    Fix: oras-project#552
    Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
    Wwwsylvia committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    177d740 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20b1a48 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 (o…

    …ras-project#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: oras-project#599
    Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
    Wwwsylvia committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8cc5c30 View commit details
    Browse the repository at this point in the history