- Update to version 1.5.0:
* bump deps
* Update VM Images + Drop prior-ubuntu references
* Update installation doc with latest steps
* Introduce a --ignore option to allow "sync" command to continue
syncing even after a particular image sync fails
* vendor-in-container: update to golang:1.16
* update c/common, c/image, c/storage
* Add timeouts when waiting on OpenShift or the registry to start
* Add docs and bash completions
* Add support for decompressing while copying to dir://
* Update to enabled containers/image version
* Fix two instances of unused err found by go-staticcheck
* Test both imageOptions and imageDestOptions in TestTLSVerifyFlags
* Split testing of --tls-verify into separate TestTLSVerifyFlags
* Add the --tls-verify option to (skopeo logout)
* Added `format` parameter to `sync` command
* copy: Add --digestfile
OBS-URL: https://build.opensuse.org/request/show/924248
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/skopeo?expand=0&rev=38
- Update to version 1.2.1:
* Bump to v1.2.1
* Update nix pin with `make nixpkgs`
* Add a smoke test for signedIdentity:remapIdentity
* Split copyWithSignedIdentity from TestCopyVerifyingMirroredSignatures
* integration test: sync k8s.gcr.io/pause instead of docker.io/alpine
* integration test: use fedora-minimal for most manifest list tests
* Update vendor of containers/common and containers/storage
* Fix reading the after-sync list of tags in SyncSuite.TestYamlUntagged
* Bump github.com/containers/common from 0.31.1 to 0.31.2
OBS-URL: https://build.opensuse.org/request/show/866165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/skopeo?expand=0&rev=18
* Bump to v1.2.1
* Update nix pin with `make nixpkgs`
* Add a smoke test for signedIdentity:remapIdentity
* Split copyWithSignedIdentity from TestCopyVerifyingMirroredSignatures
* integration test: sync k8s.gcr.io/pause instead of docker.io/alpine
* integration test: use fedora-minimal for most manifest list tests
* Update vendor of containers/common and containers/storage
* Fix reading the after-sync list of tags in SyncSuite.TestYamlUntagged
* Bump github.com/containers/common from 0.31.1 to 0.31.2
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/skopeo?expand=0&rev=34
* Bump to v1.2.1
* Update nix pin with `make nixpkgs`
* Add a smoke test for signedIdentity:remapIdentity
* Split copyWithSignedIdentity from TestCopyVerifyingMirroredSignatures
* integration test: sync k8s.gcr.io/pause instead of docker.io/alpine
* integration test: use fedora-minimal for most manifest list tests
* Update vendor of containers/common and containers/storage
* Fix reading the after-sync list of tags in SyncSuite.TestYamlUntagged
* Bump github.com/containers/common from 0.31.1 to 0.31.2
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/skopeo?expand=0&rev=32
- Update to skopeo v1.1.0:
* Add Skopeo Stable Image Dockerfile for Quay
* Add tags to support regular expressions in yaml conf
* Add tags to support regular expressions without breaking the
old ones in yaml conf
* Add upstream and testing container images
* Add upstream and testing container images
* Bump github.com/containers/storage from 1.20.1 to 1.20.2
* Bump github.com/stretchr/testify from 1.6.0 to 1.6.1
* Clarify control flow when handling the tags list
* Clarify imagesToCopy control flow
* Correct a typo in docs/skopeo-sync.1.md
* Don't use path.Join to form repository names
* Drop redundant fmt.Sprintf inside erorrs.Wrapf/Errorf
* Fix error handling on invalid regex
* Fix the recently added example in the man page.
* Inline isTagSpecified into its only caller
* Only create a SystemContext once per registry
* Remove the repoReference parameter of imagesToCopyFromRepo
* Share the logrus.WithFields settings over the loop bodies
* Use MatchString instead of Match with a manual conversion
* Use a reference.Named, not types.ImageReference, in
imagesToCopyFromRepo
* Use a separate field for the "sync images with tag
matching regex" feature
* Use reference.Tagged to extract the tag from a reference
* Work with a reference.Named, not strings, in
imagesToCopyFromRegistry
OBS-URL: https://build.opensuse.org/request/show/816842
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/skopeo?expand=0&rev=30