Sync from SUSE:SLFO:Main skopeo revision 6c98965cfdef317d3c22d7db641395bf

This commit is contained in:
Adrian Schröter 2024-07-22 17:45:45 +02:00
parent 86b20dd3dd
commit b1dd71e315
6 changed files with 83 additions and 10 deletions

View File

@ -1,18 +1,18 @@
<services>
<service name="tar_scm" mode="disabled">
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/containers/skopeo</param>
<param name="scm">git</param>
<param name="filename">skopeo</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.14.0</param>
<param name="revision">v1.15.1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled">
<service name="set_version" mode="manual">
<param name="basename">skopeo</param>
</service>
</services>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/containers/skopeo</param>
<param name="changesrevision">6abf96bb82666fbb3d4ad9faf1812e5ae2d31a74</param></service></servicedata>
<param name="changesrevision">e2ea426918973e5e007a5e1e2457a41ab336fc41</param></service></servicedata>

BIN
skopeo-1.14.0.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
skopeo-1.15.1.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Mon May 20 13:43:43 UTC 2024 - danish.prakash@suse.com
- Update to version 1.15.1:
* [release-1.15] Bump to v1.15.1
* [release-1.15] Freeze the fedora-minimal image reference
* [release-1.15] CVE-2024-3727 (bsc#1224123)
-------------------------------------------------------------------
Fri Mar 15 11:22:37 UTC 2024 - dcermak@suse.com
- Update to version 1.15.0:
* Bump to v1.15.0
* chore(deps): update module google.golang.org/protobuf to v1.33.0 [security]
* fix(deps): update module github.com/containers/ocicrypt to v1.1.10
* chore(deps): update module gopkg.in/go-jose/go-jose.v2 to v2.6.3 [security]
* chore(deps): update module github.com/go-jose/go-jose/v3 to v3.0.3 [security]
* [CI:DOCS] Migrate skopeo container image
* fix(deps): update module github.com/containers/common to v0.58.0
* fix(deps): update module github.com/containers/image/v5 to v5.30.0
* fix(deps): update module github.com/containers/storage to v1.53.0
* fix(deps): update module golang.org/x/term to v0.18.0
* fix(deps): update github.com/containers/image/v5 digest to faa4f4f
* Move a go.mod dependency entry to the right section
* Avoid a warning by gopls / VSCode
* fix typo
* update docs based on review
* docs: make sure that CGO_ENABLED='1'
* [CI:DOCS] Update dependency golangci/golangci-lint to v1.56.2
* fix(deps): update module github.com/opencontainers/image-spec to v1.1.0
* [CI:DOCS] Update dependency golangci/golangci-lint to v1.56.1
* Update c/image after https://github.com/containers/image/pull/2273
* Also change the MIME type in manifest when decompressing a layer
* Replace decompress-dirs.sh with Go code
* Split decompressDir from runDecompressDirs
* [CI:DOCS] Update dependency golangci/golangci-lint to v1.56.0
* fix(deps): update module github.com/containers/common to v0.57.4
* fix(deps): update golang.org/x/exp digest to 1b97071
* fix(deps): update module github.com/containers/common to v0.57.3
* Update github.com/containers/image/v5 to post-v5.29.2 main
* Run codespell on code
* fix(deps): update module github.com/containers/storage to v1.52.0
* add kubasobon:semver changes
* fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc6
* Bump to v1.15.0-dev
-------------------------------------------------------------------
Mon Feb 05 07:23:08 UTC 2024 - dcermak@suse.com
- Update to version 1.14.2:
* [release-1.14] Bump Skopeo to v1.14.2
* [release-1.14] Bump c/image to v5.29.2, c/common to v0.57.3 (fixes bsc#1219563)
-------------------------------------------------------------------
Mon Jan 22 10:20:36 UTC 2024 - dcermak@suse.com
- Update to version 1.14.1:
* Bump to v1.14.1
* fix(deps): update module github.com/containers/common to v0.57.2
* fix(deps): update module github.com/containers/image/v5 to v5.29.1
* chore(deps): update dependency containers/automation_images to v20240102
* Fix libsubid detection
* fix(deps): update module golang.org/x/term to v0.16.0
* fix(deps): update golang.org/x/exp digest to 02704c9
* chore(deps): update dependency containers/automation_images to v20231208
* [skip-ci] Update actions/stale action to v9
* fix(deps): update module github.com/containers/common to v0.57.1
* fix(deps): update golang.org/x/exp digest to 6522937
* DOCS: add Gentoo in install.md
* DOCS: Update to add Arch Linux in install.md
* fix(deps): update module golang.org/x/term to v0.15.0
* Bump to v1.14.1-dev
-------------------------------------------------------------------
Thu Nov 23 11:10:07 UTC 2023 - danish.prakash@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package skopeo
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%define project github.com/containers/skopeo
Name: skopeo
Version: 1.14.0
Version: 1.15.1
Release: 0
Summary: Container image repository tool
License: Apache-2.0