diff --git a/_service b/_service index 55782ec..14775ad 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/containers/storage.git git storage - v1.48.0 + v1.50.2 @PARENT_TAG@ v(.*) @@ -11,7 +11,7 @@ https://github.com/containers/image.git git image - v5.27.0 + v5.28.0 @PARENT_TAG@ v(.*) @@ -19,7 +19,7 @@ https://github.com/containers/common.git git common - v0.55.3 + v0.55.4 @PARENT_TAG@ v(.*) diff --git a/common-0.55.3.tar.xz b/common-0.55.3.tar.xz deleted file mode 100644 index ade881e..0000000 --- a/common-0.55.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71137d1bfb1e7835426b5df30add04fd06a6d7f71e5e44e088b7b8a713ed6412 -size 5989956 diff --git a/common-0.55.4.tar.xz b/common-0.55.4.tar.xz new file mode 100644 index 0000000..e239470 --- /dev/null +++ b/common-0.55.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f100a021a51a6225404a181584687a71271a8d8980c253ffd248a49fe5b3f50c +size 5991544 diff --git a/image-5.27.0.tar.xz b/image-5.27.0.tar.xz deleted file mode 100644 index ba202ec..0000000 --- a/image-5.27.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f3c268a6682553e76cc9e86893b29b23ba01c4af8fe77f242de0dab75cb4eb0 -size 480660 diff --git a/image-5.28.0.tar.xz b/image-5.28.0.tar.xz new file mode 100644 index 0000000..6d6a3c9 --- /dev/null +++ b/image-5.28.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebd797654e1578cedfa785632c45132e2b245a068a3aa878e23e72644265d77 +size 465448 diff --git a/libcontainers-common.changes b/libcontainers-common.changes index 266e1bd..6a9330c 100644 --- a/libcontainers-common.changes +++ b/libcontainers-common.changes @@ -1,3 +1,92 @@ +------------------------------------------------------------------- +Wed Sep 13 06:13:53 UTC 2023 - Danish Prakash + +- New release 20230913 +- bump c/image to 5.28.0 + * Bump to v5.26.0 + * fix(deps): update module github.com/sigstore/rekor to v1.2.2 + * fix(deps): update module github.com/sigstore/fulcio to v1.3.2 + * Adding IO decorator to copy progress bar + * Ensure we close HTTP connections on all paths + * fix(deps): update module github.com/containers/storage to v1.48.0 + * fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc4 + * fix(deps): update github.com/cyberphone/json-canonicalization digest to 91eb5f1 + * fix(deps): update golang.org/x/exp digest to 97b1e66 + * fix(deps): update module github.com/klauspost/compress to v1.16.7 + * fix(deps): update module github.com/docker/docker to v24.0.3+incompatible + * fix(deps): update module golang.org/x/oauth2 to v0.10.0 + * manifest: ListUpdate add imgspecv1.Platform field + * fix(deps): update module github.com/docker/docker to v24.0.4+incompatible + * pkg/docker: use the same default auth path as macOS on FreeBSD + * fix(deps): update module github.com/sigstore/fulcio to v1.3.4 + * blob: TryReusingBlobWithOptions consider RequiredCompression if set + * Fix tests of the ostree transport + * helpers_test,cleanup: correct argument order + * fix(deps): update module github.com/vbauerster/mpb/v8 to v8.5.1 + * Make temporary names container/image specific + * listupdate,oci: instance show read-only annotations and CompressionAlgorithmNames + * fix(deps): update module github.com/docker/docker-credential-helpers to v0.8.0 + * fix(deps): update module github.com/vbauerster/mpb/v8 to v8.5.2 + * Fix TestOCI1IndexChooseInstanc + * Refactor data passing in c/image/copy + * Update module github.com/sigstore/fulcio to v1.4.0 + * copy/multiple: instanceCopyCopy honor UpdateCompressionAlgorithms + * Update vendor of containers/storage + * copy/single: accept custom *Options and wrap arguments in copySingleImageOptions + * Improve transport documentation + * fix(deps): update module github.com/vbatts/tar-split to v0.11.5 + * fix(deps): update module github.com/docker/docker to v24.0.5+incompatible + * copy: implement instanceCopyClone for zstd compression + * copy/multiple: priority of instanceCopyCopy must be higher than instanceCopyClone + * Clarify where mirrors are used + * fix(deps): update github.com/cyberphone/json-canonicalization digest to aa7fe85 + * fix(deps): update github.com/containers/storage digest to c3da76f + * Update x/exp/slices, and some small slice-related cleanups + * Use consistent example domains in #2069 + * copy: add support for ForceCompressionFormat + * fix(deps): update module golang.org/x/term to v0.11.0 + * fix(deps): update module golang.org/x/crypto to v0.12.0 + * fix(deps): update module golang.org/x/oauth2 to v0.11.0 + * [release-5.27] Preparing 5.27 backport + * Update to Go 1.19 + * storage.storageImageDestination.Commit(): leverage image options + * Rename SKOPEO_CI_TAG to SKOPEO_CI_BRANCH + * [CI:DOCS] Add cirrus-cron retry/monitor jobs + * chore(deps): update dependency containers/automation_images to v20230807 + * [release-5.27] Fix the branch we use for determining a git-validation starting point + * fix(deps): update golang.org/x/exp digest to 352e893 + * fix(deps): update module github.com/sigstore/sigstore to v1.7.2 + * OCI image-spec / distribution-spec v1.1 updates, first round + * fix(deps): update module github.com/sylabs/sif/v2 to v2.12.0 + * chore(deps): update dependency containers/automation_images to v20230809 + * Merge release branch into main + * BREAKING: Update for move of github.com/theupdateframework/go-tuf/encrypted + * Update module github.com/containers/ocicrypt to v1.1.8 + * chore(deps): update dependency containers/automation_images to v20230816 + * fix(deps): update module github.com/containers/storage to v1.49.0 + * fix(deps): update module github.com/sylabs/sif/v2 to v2.13.0 + * fix(deps): update module github.com/vbauerster/mpb/v8 to v8.6.0 + * fix(deps): update module github.com/vbauerster/mpb/v8 to v8.6.1 + * fix(deps): update golang.org/x/exp digest to d852ddb + * fix(deps): update module golang.org/x/term to v0.12.0 + * fix(deps): update module github.com/sigstore/sigstore to v1.7.3 + * fix removal of temp file in GetBlob on Windows + * fix(deps): update module golang.org/x/crypto to v0.13.0 + * Fix build with golangci-lint 1.54.2 + * fix(deps): update module golang.org/x/oauth2 to v0.12.0 + * Implement, and default to, a SQLite BlobInfoCache instead of BoltDB + * fix(deps): update module github.com/docker/docker to v24.0.6+incompatible + * Update dependencies of docker/docker + * Correctly handle encryption/decryption changes in non-OCI formats + * chore(deps): update module github.com/cyphar/filepath-securejoin to v0.2.4 [security] + * fix(deps): update module github.com/containers/storage to v1.50.1 +- bump c/storage to 1.50.2 + * Bump to v1.50.1 + * Add an OWNERS file for the merge bot to refer to +- bump c/common to 0.55.4 + * Bump c/image to v0.55.3 + + ------------------------------------------------------------------- Mon Aug 14 07:27:59 UTC 2023 - Danish Prakash diff --git a/libcontainers-common.spec b/libcontainers-common.spec index 5134d3a..0f7f4cd 100644 --- a/libcontainers-common.spec +++ b/libcontainers-common.spec @@ -17,17 +17,17 @@ # commonver - version from containers/common -%define commonver 0.55.3 +%define commonver 0.55.4 # storagever - version from containers/storage -%define storagever 1.48.0 +%define storagever 1.50.2 # imagever - version from containers/image -%define imagever 5.27.0 +%define imagever 5.28.0 # skopeover - version from containers/skopeo -%define skopeover 1.13.2 +%define skopeover 1.13.3 # https://github.com/containers/shortnames %define shortnamesver 2023.02.20 Name: libcontainers-common -Version: 20230814 +Version: 20230913 Release: 0 Summary: Configuration files common to github.com/containers License: Apache-2.0 diff --git a/storage-1.48.0.tar.xz b/storage-1.48.0.tar.xz deleted file mode 100644 index 0f0277f..0000000 --- a/storage-1.48.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4c78479749f994a0e0dcc4c9e6bc52c22a79edcd52b6053567af75feb89a2c6 -size 2147660 diff --git a/storage-1.50.2.tar.xz b/storage-1.50.2.tar.xz new file mode 100644 index 0000000..1210386 --- /dev/null +++ b/storage-1.50.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce8967a45372785c3e680d7a3150cc868da06d05eddaefa56c6b3f97eb0f8ba +size 2286312