-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update module github.com/google/go-containerregistry to v0.12.0 #932
Merged
jeff-mccoy
merged 1 commit into
master
from
renovate/github.com-google-go-containerregistry-0.x
Oct 19, 2022
Merged
Update module github.com/google/go-containerregistry to v0.12.0 #932
jeff-mccoy
merged 1 commit into
master
from
renovate/github.com-google-go-containerregistry-0.x
Oct 19, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jeff-mccoy
approved these changes
Oct 19, 2022
jeff-mccoy
deleted the
renovate/github.com-google-go-containerregistry-0.x
branch
October 19, 2022 22:50
Noxsios
pushed a commit
that referenced
this pull request
Mar 8, 2023
[![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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.11.0
->v0.12.0
Release Notes
google/go-containerregistry
v0.12.0
Compare Source
Changelog
9b4fdd5
Bump actions/setup-go from 2 to 3 (#1463)7268da0
Bump actions/stale from 5 to 6 (#1452)7196cf3
Bump aws-actions/configure-aws-credentials from 1.6.1 to 1.7.0 (#1424)8eae069
Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#1453)969699e
Bump deps using ./hack/bump-deps.sh (#1467)c1f9836
Bump opencontainers/image-spec (#1423)49cdb8b
Correct usage of authn.NewKeychainFromHelper in docs (#1419)3ba4c51
Fix tar PAX format handling (#1414)24a1c33
Ignore docker config if it's a directory (#1420)a0f6687
Make ErrBadName checkable via errors.Is() (#1462)19e3eff
Retry ECONNRESET errors (#1415)5749ee6
Support the platform specific authentication of krane in "auth get" command (#1413)e3b94c7
allow remote.DefaultTransport to be overridden by an http.RoundTripper (#1449)f981b4c
deps: update goreleaser-action for bug (#1444)771a9b4
e2e: pull and export stdin and stdout (#1436)87b3a79
feat: Add krane to release archive (#1443)2859a0d
feat: generate slsa provenance on github release artifacts (#1438)9a5c14a
fix crane's root.go after DefaultTransport change (#1450)2b54510
fix: consider base image media type when appending layers (#1437)d3ed408
registry: implement blob deletion (#1432)3413eb6
registry: implement pagination (#1430)e2d575c
update crane installation instructions and release verification (#1440)Container Images
https://gcr.io/go-containerregistry/crane:v0.12.0
https://gcr.io/go-containerregistry/gcrane:v0.12.0
For example:
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.
This PR has been generated by Mend Renovate. View repository job log here.