This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [quay.io/skopeo/stable](https://github.com/containers/skopeo) | docker | minor | `v1.11.2` -> `v1.13.0` |
---
### Release Notes
<details>
<summary>containers/skopeo</summary>
### [`v1.13.0`](https://github.com/containers/skopeo/releases/v1.13.0)
[Compare Source](https://github.com/containers/skopeo/compare/v1.12.0...v1.13.0)
#### What's Changed
- Improve the static build documentation a tiny bit by [@​mtrmac](https://github.com/mtrmac) in https://github.com/containers/skopeo/pull/1980
- Emphasize the semantics of --preserve-digests a tiny bit by [@​mtrmac](https://github.com/mtrmac) in https://github.com/containers/skopeo/pull/1979
- Update golang.org/x/exp digest to [`47ecfdc`](https://github.com/containers/skopeo/commit/47ecfdc) by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/1985
- Update dependency containers/automation_images to v20230426 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/1986
- Update module golang.org/x/term to v0.8.0 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/1993
- Update module github.com/containers/common to v0.53.0 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/1982
- Update c/image with https://github.com/containers/image/pull/1944 by [@​mtrmac](https://github.com/mtrmac) in https://github.com/containers/skopeo/pull/1995
- Update module github.com/docker/distribution to v2.8.2+incompatible by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/1997
- Update module github.com/sirupsen/logrus to v1.9.2 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/1999
- Update dependency containers/automation_images to v20230517 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2000
- Update module github.com/stretchr/testify to v1.8.3 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2001
- Update module github.com/stretchr/testify to v1.8.4 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2006
- Update github.com/containers/image/v5 digest to [`e14c1c5`](https://github.com/containers/skopeo/commit/e14c1c5) by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2008
- Update golang.org/x/exp digest to [`2e198f4`](https://github.com/containers/skopeo/commit/2e198f4) by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2009
- Update dependency containers/automation_images to v20230601 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2010
- Update module github.com/sirupsen/logrus to v1.9.3 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2012
- \[CI:BUILD] Packit: add jobs for downstream Fedora package builds by [@​lsm5](https://github.com/lsm5) in https://github.com/containers/skopeo/pull/2011
- Update module golang.org/x/term to v0.9.0 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2015
- Update dependency containers/automation_images to v20230614 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2016
- Help Renovate manage the golangci-lint version by [@​cevich](https://github.com/cevich) in https://github.com/containers/skopeo/pull/2021
- Update dependency golangci/golangci-lint to v1.53.3 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2022
- Packit: easier to read distro conditionals by [@​lsm5](https://github.com/lsm5) in https://github.com/containers/skopeo/pull/2017
- Update module github.com/containers/storage to v1.47.0 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2024
- \[CI:BUILD] RPM: fix ELN builds by [@​lsm5](https://github.com/lsm5) in https://github.com/containers/skopeo/pull/2026
- Update module github.com/containers/image/v5 to v5.26.0 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2025
- Update module github.com/containers/common to v0.54.0 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2027
- Update module github.com/containers/common to v0.55.1 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2028
- Update module github.com/opencontainers/image-spec to v1.1.0-rc4 by [@​renovate](https://github.com/renovate) in https://github.com/containers/skopeo/pull/2032
- proxy: Policy verification of OCI Image before pulling by [@​RishabhSaini](https://github.com/RishabhSaini) in https://github.com/containers/skopeo/pull/2029
**Full Changelog**: https://github.com/containers/skopeo/compare/v1.12.0...v1.13.0
### [`v1.12.0`](https://github.com/containers/skopeo/releases/v1.12.0)
[Compare Source](https://github.com/containers/skopeo/compare/v1.11.2...v1.12.0)
More template functions available in `skopeo inspect --format`
Adds new ways to supply trusted keys to `skopeo standalone-verify`.
Now requires Go 1.18.
- \[CI:DOCS] Fix up language in README
- Add unit tests for tlsVerifyConfig's yaml.Unmarshaler
- Cirrus: Use human-readable CI VM Images
- \[CI:BUILD] copr: fix el8 build and enable debuginfo
- \[CI:BUILD] enable debuginfo for el8 copr builds
- Update to use, and benefit from, Go 1.18
- \[CI:DOCS] Disable dependabot
- Renovate: c/common rule moved to defaults
- \[CI:BUILD] Packit: initial enablement
- Replace gopkg.in/check.v1 by github.com/stretchr/testify/suite/
- Corrected typo in skopeo-sync and updated description
- Fix tabelating output in (skopeo inspect --format)
- Use common library reporter
- Fix formatting of inspect examples
- Use io.WriteString
- Factor out the output of data in (skopeo inspect)
- Simplify inspectOptions.writeOutput a bit more
- Cirrus: Update CI VM images
- Make the installation instructions more prominent in README.md
- \[CI:BUILD] Packit: trigger builds on commit to main branch
- systemtests: Fix 040-local-registry-auth about XDG_RUNTIME_DIR
- Verify signatures from a trust store
- Rename argument. Only use any with public key file. Double check fingerprint is in public key file.
- Use multiple fingerprint function Allow comma separated fingerprint list
- Avoid use of a deprecated capability.NewPid
- Fix error handling of signature.NewEphemeralGPGSigningMechanism
- Cross-link the top-level and subcommand option lists
- Use golangci-lint instead of golint
- Add (make tools) to install (for now only) golangci-lint, use it in Cirrus
</details>
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v1.11.2->v1.13.0Release Notes
containers/skopeo
v1.13.0Compare Source
What's Changed
47ecfdcby @renovate in https://github.com/containers/skopeo/pull/1985e14c1c5by @renovate in https://github.com/containers/skopeo/pull/20082e198f4by @renovate in https://github.com/containers/skopeo/pull/2009Full Changelog: https://github.com/containers/skopeo/compare/v1.12.0...v1.13.0
v1.12.0Compare Source
More template functions available in
skopeo inspect --formatAdds new ways to supply trusted keys to
skopeo standalone-verify.Now requires Go 1.18.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.