Skip to content

Tags: oras-project/oras-go

Tags

v1.2.6

Toggle v1.2.6's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
build(deps): bump github.com/docker/cli from 27.0.3+incompatible to 2…

…7.1.0+incompatible (#795)

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
fix(file.Store): fix race condition on restoring the same named conte…

…nt (#731)

Fix #730

Signed-off-by: Shiwei Zhang <[email protected]>

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
refactor: remove AutoRemoveReferrers flag (#683)

following #680 and addressing this comment:
#680 (comment)

Signed-off-by: Xiaoxuan Wang <[email protected]>

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
build(deps): bump github.com/docker/cli from 25.0.0+incompatible to 2…

…5.0.1+incompatible (#694)

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
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 <[email protected]>

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc4…

… to 1.1.0-rc5 (#596)

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
feat: validate input media type for `oras.PackManifest ` (#574)

Resolves: #571
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>

v2.2.1

Toggle v2.2.1's commit message
chore: enable workflows for release branches (#537)

Signed-off-by: Lixia (Sylvia) Lei <[email protected]>

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
fix: add special handling for "docker.io" in `StaticCredential()` (#504)

Fixes #484

Signed-off-by: Lixia (Sylvia) Lei <[email protected]>

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
build: upgrade image-spec to v1.1.0-rc.3 (#496)

This PR fixes and only fixes the compiling errors due to the breaking
changes introduced by `image-spec v1.1.0-rc.3` where the artifact
manifest related specs are removed.

Fix #495.
Fix partially #494

---------

Signed-off-by: Shiwei Zhang <[email protected]>