Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/google/go-containerregistry to v0.12.0 (#932)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/google/go-containerregistry](https://togithub.com/google/go-containerregistry) | require | minor | `v0.11.0` -> `v0.12.0` | --- ### Release Notes <details> <summary>google/go-containerregistry</summary> ### [`v0.12.0`](https://togithub.com/google/go-containerregistry/releases/tag/v0.12.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.11.0...v0.12.0) #### Changelog - [`9b4fdd5`](https://togithub.com/google/go-containerregistry/commit/9b4fdd50) Bump actions/setup-go from 2 to 3 ([#​1463](https://togithub.com/google/go-containerregistry/issues/1463)) - [`7268da0`](https://togithub.com/google/go-containerregistry/commit/7268da01) Bump actions/stale from 5 to 6 ([#​1452](https://togithub.com/google/go-containerregistry/issues/1452)) - [`7196cf3`](https://togithub.com/google/go-containerregistry/commit/7196cf3d) Bump aws-actions/configure-aws-credentials from 1.6.1 to 1.7.0 ([#​1424](https://togithub.com/google/go-containerregistry/issues/1424)) - [`8eae069`](https://togithub.com/google/go-containerregistry/commit/8eae069f) Bump codecov/codecov-action from 3.1.0 to 3.1.1 ([#​1453](https://togithub.com/google/go-containerregistry/issues/1453)) - [`969699e`](https://togithub.com/google/go-containerregistry/commit/969699e7) Bump deps using ./hack/bump-deps.sh ([#​1467](https://togithub.com/google/go-containerregistry/issues/1467)) - [`c1f9836`](https://togithub.com/google/go-containerregistry/commit/c1f9836a) Bump opencontainers/image-spec ([#​1423](https://togithub.com/google/go-containerregistry/issues/1423)) - [`49cdb8b`](https://togithub.com/google/go-containerregistry/commit/49cdb8b4) Correct usage of authn.NewKeychainFromHelper in docs ([#​1419](https://togithub.com/google/go-containerregistry/issues/1419)) - [`3ba4c51`](https://togithub.com/google/go-containerregistry/commit/3ba4c511) Fix tar PAX format handling ([#​1414](https://togithub.com/google/go-containerregistry/issues/1414)) - [`24a1c33`](https://togithub.com/google/go-containerregistry/commit/24a1c335) Ignore docker config if it's a directory ([#​1420](https://togithub.com/google/go-containerregistry/issues/1420)) - [`a0f6687`](https://togithub.com/google/go-containerregistry/commit/a0f66878) Make ErrBadName checkable via errors.Is() ([#​1462](https://togithub.com/google/go-containerregistry/issues/1462)) - [`19e3eff`](https://togithub.com/google/go-containerregistry/commit/19e3eff7) Retry ECONNRESET errors ([#​1415](https://togithub.com/google/go-containerregistry/issues/1415)) - [`5749ee6`](https://togithub.com/google/go-containerregistry/commit/5749ee68) Support the platform specific authentication of krane in "auth get" command ([#​1413](https://togithub.com/google/go-containerregistry/issues/1413)) - [`e3b94c7`](https://togithub.com/google/go-containerregistry/commit/e3b94c7e) allow remote.DefaultTransport to be overridden by an http.RoundTripper ([#​1449](https://togithub.com/google/go-containerregistry/issues/1449)) - [`f981b4c`](https://togithub.com/google/go-containerregistry/commit/f981b4c0) deps: update goreleaser-action for bug ([#​1444](https://togithub.com/google/go-containerregistry/issues/1444)) - [`771a9b4`](https://togithub.com/google/go-containerregistry/commit/771a9b44) e2e: pull and export stdin and stdout ([#​1436](https://togithub.com/google/go-containerregistry/issues/1436)) - [`87b3a79`](https://togithub.com/google/go-containerregistry/commit/87b3a796) feat: Add krane to release archive ([#​1443](https://togithub.com/google/go-containerregistry/issues/1443)) - [`2859a0d`](https://togithub.com/google/go-containerregistry/commit/2859a0d0) feat: generate slsa provenance on github release artifacts ([#​1438](https://togithub.com/google/go-containerregistry/issues/1438)) - [`9a5c14a`](https://togithub.com/google/go-containerregistry/commit/9a5c14ad) fix crane's root.go after DefaultTransport change ([#​1450](https://togithub.com/google/go-containerregistry/issues/1450)) - [`2b54510`](https://togithub.com/google/go-containerregistry/commit/2b54510b) fix: consider base image media type when appending layers ([#​1437](https://togithub.com/google/go-containerregistry/issues/1437)) - [`d3ed408`](https://togithub.com/google/go-containerregistry/commit/d3ed4089) registry: implement blob deletion ([#​1432](https://togithub.com/google/go-containerregistry/issues/1432)) - [`3413eb6`](https://togithub.com/google/go-containerregistry/commit/3413eb6c) registry: implement pagination ([#​1430](https://togithub.com/google/go-containerregistry/issues/1430)) - [`e2d575c`](https://togithub.com/google/go-containerregistry/commit/e2d575cf) update crane installation instructions and release verification ([#​1440](https://togithub.com/google/go-containerregistry/issues/1440)) ##### Container Images https://gcr.io/go-containerregistry/crane:v0.12.0 https://gcr.io/go-containerregistry/gcrane:v0.12.0 For example: docker pull gcr.io/go-containerregistry/crane:v0.12.0 docker pull gcr.io/go-containerregistry/gcrane:v0.12.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/defenseunicorns/zarf). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuNSIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC41In0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information