Accepting request 1103859 from devel:microos

Update changelog, follows sr#1103807 (forwarded request 1103849 from danishprakash)

OBS-URL: https://build.opensuse.org/request/show/1103859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2023-08-15 14:39:25 +00:00 committed by Git OBS Bridge
commit 625111784d
9 changed files with 46 additions and 17 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/containers/storage.git</param>
<param name="scm">git</param>
<param name="filename">storage</param>
<param name="revision">v1.45.3</param>
<param name="revision">v1.48.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
@ -11,7 +11,7 @@
<param name="url">https://github.com/containers/image.git</param>
<param name="scm">git</param>
<param name="filename">image</param>
<param name="revision">v5.24.1</param>
<param name="revision">v5.27.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
@ -19,7 +19,7 @@
<param name="url">https://github.com/containers/common.git</param>
<param name="scm">git</param>
<param name="filename">common</param>
<param name="revision">v0.51.0</param>
<param name="revision">v0.55.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f66f6847cf279388efcb3a3dbff824503822116769d7e8fdfba8daf3aa7e22fe
size 5847736

BIN
common-0.55.3.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:add3082054e013c0d820b9d4709c939b206b108bbe90536d11ae96eccba35e8c
size 536724

BIN
image-5.27.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Aug 14 07:27:59 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
- New release 20230814
- bump c/storage to 1.48.0
* Bump to v1.47.0
* Fix error if continueWrite/continueRead pipe open fails
* pkg/regexp: make sure that &Regexp implements the interfaces
* Remove use of fillGo18FileTypeBits
- bump c/image to 5.27.0
* fix(deps): update module github.com/docker/docker to v23.0.3+incompatible
* fix(deps): update module golang.org/x/term to v0.7.0
* fix(deps): update module github.com/klauspost/compress to v1.16.4
* fix(deps): update module github.com/sigstore/sigstore to v1.6.1
* chore(deps): update dependency containers/automation_images to v20230405
* fix(deps): update module golang.org/x/crypto to v0.8.0
* fix(deps): update module golang.org/x/oauth2 to v0.7.0
* fix(deps): update module github.com/containers/storage to v1.46.1
* fix(deps): update module github.com/sigstore/sigstore to v1.6.2
* Don't completely silently ignore non-OCI manifests in OCI layouts
* fix(deps): update module github.com/klauspost/compress to v1.16.5
* fix(deps): update module github.com/vbauerster/mpb/v8 to v8.4.0
* fix(deps): update module github.com/docker/docker to v23.0.4+incompatible
- bump c/common to 0.55.3
* Change default image volume mode to "nullfs" on FreeBSD
* [v0.55][CI-DOCS] remove zstd:chunked from docs
* libimage: harden lookup by digest
* libimage: HasDifferentDigest: add InsecureSkipTLSVerify option
-------------------------------------------------------------------
Mon Jul 31 06:17:22 UTC 2023 - Danish Prakash <danish.prakash@suse.com>

View File

@ -17,17 +17,17 @@
# commonver - version from containers/common
%define commonver 0.51.0
%define commonver 0.55.3
# storagever - version from containers/storage
%define storagever 1.45.3
%define storagever 1.48.0
# imagever - version from containers/image
%define imagever 5.24.1
%define imagever 5.27.0
# skopeover - version from containers/skopeo
%define skopeover 1.11.1
%define skopeover 1.13.2
# https://github.com/containers/shortnames
%define shortnamesver 2023.02.20
Name: libcontainers-common
Version: 20230214
Version: 20230814
Release: 0
Summary: Configuration files common to github.com/containers
License: Apache-2.0

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8aef2fd15882b375585702e78796ec3a00295747d90d168d35c010a829e3124
size 1885172

BIN
storage-1.48.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.