Update module github.com/google/go-containerregistry to v0.20.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/google/go-containerregistry | v0.4.0 -> v0.20.2 |
Release Notes
google/go-containerregistry (github.com/google/go-containerregistry)
v0.20.2
What's Changed
- deps: bump docker dep by @imjasonh in https://github.com/google/go-containerregistry/pull/1991
Full Changelog: https://github.com/google/go-containerregistry/compare/v0.20.1...v0.20.2
v0.20.1
What's Changed
- Create
remote.Pushby @mattmoor in https://github.com/google/go-containerregistry/pull/1978
Full Changelog: https://github.com/google/go-containerregistry/compare/v0.20.0...v0.20.1
v0.20.0
What's Changed
- Referrer API must return correct Content-Type by @GregoireW in https://github.com/google/go-containerregistry/pull/1968
- 🚨 POTENTIALLY BREAKING: Restore blind-write to remote.Put by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1970
New Contributors
- @GregoireW made their first contribution in https://github.com/google/go-containerregistry/pull/1968
Full Changelog: https://github.com/google/go-containerregistry/compare/v0.19.2...v0.20.0
v0.19.2
What's Changed
- Add JSON marshalling funcs for Digest. by @wlynch in https://github.com/google/go-containerregistry/pull/1915
- registry: Implement Range requests for blobs by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1917
- Support podman auth file REGISTRY_AUTH_FILE. by @zhaoyonghe in https://github.com/google/go-containerregistry/pull/1914
- feat: crane mutate platform by @joshwlewis in https://github.com/google/go-containerregistry/pull/1919
- Add Context support to auth methods by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1949
- Fix windows race condition when writing image with duplicate layers by @dgannon991 in https://github.com/google/go-containerregistry/pull/1921
- Add -O shorthand for --omit-digest-tags to crane. by @smoser in https://github.com/google/go-containerregistry/pull/1958
New Contributors
- @wlynch made their first contribution in https://github.com/google/go-containerregistry/pull/1915
- @zhaoyonghe made their first contribution in https://github.com/google/go-containerregistry/pull/1914
- @joshwlewis made their first contribution in https://github.com/google/go-containerregistry/pull/1919
- @dgannon991 made their first contribution in https://github.com/google/go-containerregistry/pull/1921
- @smoser made their first contribution in https://github.com/google/go-containerregistry/pull/1958
Full Changelog: https://github.com/google/go-containerregistry/compare/v0.19.1...v0.19.2
v0.19.1
What's Changed
- Bump golang.org/x/net from 0.10.0 to 0.17.0 in /pkg/authn/k8schain by @dependabot in https://github.com/google/go-containerregistry/pull/1815
- Bump golang.org/x/ packages by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1892
Full Changelog: https://github.com/google/go-containerregistry/compare/v0.19.0...v0.19.1
v0.19.0
What's Changed
- Work around docker v25 tarballs by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1872
Full Changelog: https://github.com/google/go-containerregistry/compare/v0.18.0...v0.19.0
v0.18.0
What's Changed
- fix: goreleaser config by @caarlos0 in https://github.com/google/go-containerregistry/pull/1764
- Always print pushed digest in crane push by @aw185176 in https://github.com/google/go-containerregistry/pull/1860
New Contributors
- @caarlos0 made their first contribution in https://github.com/google/go-containerregistry/pull/1764
Full Changelog: https://github.com/google/go-containerregistry/compare/v0.17.0...v0.18.0
v0.17.0
What's Changed
- :eagle: Validate index architectures match children :eagle: by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1776
- Set Content-Length for blob uploads by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1781
- Don't wrap DefaultKeychain with refreshes by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1791
- Build releases with Go 1.21 by @imjasonh in https://github.com/google/go-containerregistry/pull/1840
- fix: mimic oci-layout in diskblobhandler by @thesayyn in https://github.com/google/go-containerregistry/pull/1810
- tag: add command explanation to the long help by @abitrolly in https://github.com/google/go-containerregistry/pull/1843
- feat: implement gc command by @thesayyn in https://github.com/google/go-containerregistry/pull/1811
- feat: allow port and disk path to be overriden by @thesayyn in https://github.com/google/go-containerregistry/pull/1848
Full Changelog: https://github.com/google/go-containerregistry/compare/v0.16.1...v0.17.0
v0.16.1
Release is broken due to goreleaser error, 0.16.1 has the fix
What's Changed
- bump deps using ./hack/bump-deps.sh by @imjasonh in https://github.com/google/go-containerregistry/pull/1702
- Allow crane to export schema 1 images by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1704
- fixed a goroutine leak by @ktarplee in https://github.com/google/go-containerregistry/pull/1705
- retry HTTP 522 errors by default by @imjasonh in https://github.com/google/go-containerregistry/pull/1707
- Limit size of manifest by @AdamKorcz in https://github.com/google/go-containerregistry/pull/1711
- Add crane auth token by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1709
- Bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in https://github.com/google/go-containerregistry/pull/1710
- Pass scopes through crane auth token by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1713
- fix: add bounds checking to addendum layer mutations to prevent panic by @aaron-prindle in https://github.com/google/go-containerregistry/pull/1715
- Surface better error messages in crane index by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1722
- crane: add missing name option in crane index commands by @HubertZhang in https://github.com/google/go-containerregistry/pull/1723
- crane: Respect cmd.OutOrStdout by @kyleconroy in https://github.com/google/go-containerregistry/pull/1728
- Make ErrSchema1 checkable via errors.Is() by @Laitr0n in https://github.com/google/go-containerregistry/pull/1721
- Don't load into daemon if the image already exists by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1724
- add --blobs-to-disk to 'crane registry serve' by @imjasonh in https://github.com/google/go-containerregistry/pull/1731
- Correct crane registry help text by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1732
- Allow concurrent blob Sets, use RWMutex by @mattmoor in https://github.com/google/go-containerregistry/pull/1733
- Use RWLock, limit scope of locking, write digest first by @mattmoor in https://github.com/google/go-containerregistry/pull/1734
- Let the filesystem handle atomicity by @mattmoor in https://github.com/google/go-containerregistry/pull/1735
- Don't try cross-origin mounting against dockerhub by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1743
- Drop localhost to support crane registry serve in a container by @mattmoor in https://github.com/google/go-containerregistry/pull/1746
- Return OCI Index content-type for referrers response by @jdolitsky in https://github.com/google/go-containerregistry/pull/1762
New Contributors
- @AdamKorcz made their first contribution in https://github.com/google/go-containerregistry/pull/1711
- @HubertZhang made their first contribution in https://github.com/google/go-containerregistry/pull/1723
- @kyleconroy made their first contribution in https://github.com/google/go-containerregistry/pull/1728
- @Laitr0n made their first contribution in https://github.com/google/go-containerregistry/pull/1721
Full Changelog: https://github.com/google/go-containerregistry/compare/v0.15.2...v0.16.1
Container Images
https://gcr.io/go-containerregistry/crane:v0.16.1 https://gcr.io/go-containerregistry/gcrane:v0.16.1
For example:
docker pull gcr.io/go-containerregistry/crane:v0.16.1
docker pull gcr.io/go-containerregistry/gcrane:v0.16.1
v0.16.0
Release is broken due to goreleaser error, 0.16.1 has the fix
v0.15.2
What's Changed
- Make 403 non-fatal for manifest existence checks by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1691
- Do not reuse pushers for pullers by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1701
Full Changelog: https://github.com/google/go-containerregistry/compare/v0.15.1...v0.15.2
v0.15.1
Changelog
-
e2620e5Actually retry retryable status codes (#1618) -
afd15f1Add --all-tags flag to crane cp (#1682) -
69d1a19Addmutate--portsoption to set the exposed ports (#1677) -
65e78dcAdd partial.Manifests for lazy index access (#1631) -
3228a60Add ppc64le to .goreleaser.yml (#1680) -
0b12f56Add ppc64le to all binaries (#1688) -
d958444Add remote.Descriptor.Schema1() (#1626) -
07c767cAdd remote.Puller (#1644) -
005bb71Add remote.Reuse for Pusher/Puller (#1672) -
21ac1b2Addingmutate--workdiroption to set the working directory (#1615) -
0962e29Allow remote config layers to be lazy fetched (#1634) -
53189d3Bump actions/setup-go from 3 to 4 (#1602) -
54e3f49Bump actions/stale from 7 to 8 (#1616) -
07eb440Bump codecov/codecov-action from 3.1.1 to 3.1.2 (#1650) -
58bd35bBump codecov/codecov-action from 3.1.2 to 3.1.3 (#1668) -
e055961Bump peter-evans/create-pull-request from 4 to 5 (#1642) -
b8d1c0aBump slsa-framework/slsa-verifier from 2.0.1 to 2.1.0 (#1621) -
375fb61Bump slsa-framework/slsa-verifier from 2.1.0 to 2.2.0 (#1649) -
9aa45a1Change return type of remote.Referrers (#1652) -
2ccd41cCleanup: Switch the debug image tocgr.dev/chainguard/busybox(#1638) -
93be9c4Don't export whiteouts for single layers (#1629) -
b7c6e9dFall back to puller if reusing pusher fails (#1676) -
370e8a5Fix a few lint issues (#1684) -
bc990d6Fix fetching referrers error handling (#1648) -
aee00b1Fix race in mutate (#1627) -
4a79e94Fix race in stream (#1632) -
6743ec9Implement remote.Pusher (#1633) -
3120ba5Keep order of env in crane mutate (#1683) -
6ac92e8Refactor fetcher, writer, and progress (#1625) -
249d7e1Refresh authn.DefaultKeychain creds every 5 min (#1624) -
ad695c0Replace deprecated command with environment file (#1667) -
ed5c185Retry net.ErrClosed (#1637) -
43710a9Retry without mount if auth fails (#1681) -
2435320Revert "Cleanup: Switch the debug image tocgr.dev/chainguard/busybox(#1638)" (#1641) -
27a6ad6Revert "authn: Add NewConfigKeychain to load a config from explicit path (#1603)" (#1664) -
a34235cSupportWarningheader aggregation and reporting incrane(#1604) -
01bbd53Update release.yml (#1601) -
df518f9add crane auth logout (#1589) -
5438948add registry.Repo("foo") (#1671) -
3706061allow pkg/v1/random to accept a RNG source (#1675) -
1cb7e13authn: Add NewConfigKeychain to load a config from explicit path (#1603) -
348cd86bump deps using ./hack/bump-deps.sh (#1659) -
691004bbump deps using ./hack/bump-deps.sh (#1685) -
df72a9acrane push: print pushed ref@digest to stdout (#1663) -
0577676crane: ignore buildx attestations in flatten (#1630) -
217318cdeprecate estargz (#1660) -
9f68710feat(daemon): generate config file from Docker Engine API (#1130) -
52d59d1feat(remote): make retryStatusCodes configurable (#1635) -
6f96bbagcrane: Use page size of 10,000 for googley things (#1645) -
0f2db49release: use ko 0.13.0 to build images (#1607) -
d64f9e0remove time from random.Image history (#1678) -
46488f7retry HTTP 499 errors by default (#1612) -
ace7be7update GCR quotas (#1619) -
d1c4e9fverify provenance (#1611)
Container Images
https://gcr.io/go-containerregistry/crane:v0.15.1 https://gcr.io/go-containerregistry/gcrane:v0.15.1
For example:
docker pull gcr.io/go-containerregistry/crane:v0.15.1
docker pull gcr.io/go-containerregistry/gcrane:v0.15.1
v0.15.0
v0.14.0
Changelog
-
9306ebaAllow crane edit to generate non-image artifacts (#1545) -
de35f0fAllow setting Content-Type in crane edit manifest (#1551) -
4b081f8Avoid v1.Manifest in crane edit config (#1583) -
1cfe1fcBump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 (#1593) -
da1008fBump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#1548) -
86be45fBump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 (#1547) -
62f183eBump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 (#1556) -
1b8dc2bBump slsa-framework/slsa-github-generator from 1.2.2 to 1.5.0 (#1580) -
11843baEnforce proper sha256 usage (#1544) -
2ceebaaImplement crane index subcommand (#1561) -
9f42e02Set mediaType for empty.ImageIndex in RawManifest (#1562) -
759b19fSupport artifactType, for images whose config.mediaType is not a config (#1541) -
b3c23b4Support for OCI 1.1+ referrers via API (#1546) -
061ee6bSupport for OCI 1.1+ referrers via fallback tag (#1543) -
6770304Update descriptor "data" field (when valid) during "crane edit config" (#1584) -
76bac93Update release.yml (#1540) -
eb7d746authn: also read mount secrets (#1560) -
e94d408bump deps using ./hack/bump-deps.sh (#1592) -
4e95ae2crane: add --flatten for index append (#1566) -
ff810c1crane: add serve subcommand (#1586) -
8ea5e0ecrane: support --omit-digest-tags in crane ls (#1528) -
824efc7fix(mutate): also set timestamps only present in some formats (#1550) -
e04520bfix: Fix the crane release url and add more steps (#1532) -
d872232hash: use generic instantiation (#1538) -
57f010dreplace manual slsa-verifier installation with action (#1585) -
9cd098eskip tls verification if default transport is used with insecure option (#1559) -
3624968tarball: pass imageToTags (#1563)
Container Images
https://gcr.io/go-containerregistry/crane:v0.14.0 https://gcr.io/go-containerregistry/gcrane:v0.14.0
For example:
docker pull gcr.io/go-containerregistry/crane:v0.14.0
docker pull gcr.io/go-containerregistry/gcrane:v0.14.0
v0.13.0
What's Changed
- Bump slsa-framework/slsa-github-generator to 1.2.2 by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1489
- Features: Allow eliding
serviceaccountlookups. by @mattmoor in https://github.com/google/go-containerregistry/pull/1490 - Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by @dependabot in https://github.com/google/go-containerregistry/pull/1491
- add source archive checksum into the checksums.txt by @developer-guy in https://github.com/google/go-containerregistry/pull/1492
- Fix calculating tarball size when duplicated layers exist by @tydra-wang in https://github.com/google/go-containerregistry/pull/1495
- Add support for zstd compression by @LFrobeen in https://github.com/google/go-containerregistry/pull/1487
- docs: pull latest instead of debug by @AndrewCharlesHay in https://github.com/google/go-containerregistry/pull/1497
- Make credential warning slightly more accurate by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1499
- Make unit tests substantially faster by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1498
- Use the default retry predicate in transport by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1502
- Revert "docs: pull latest instead of debug (#1497)" by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1504
- Update Arch Linux install instructions by @kpcyrd in https://github.com/google/go-containerregistry/pull/1508
- Fix various lints by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1507
- Fix missing doc comment by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1509
- Treat empty registry config as anonymous by @lcarva in https://github.com/google/go-containerregistry/pull/1512
- Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by @dependabot in https://github.com/google/go-containerregistry/pull/1511
- Bump actions/stale from 6 to 7 by @dependabot in https://github.com/google/go-containerregistry/pull/1519
- Race http fallback ping by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1521
- FIX mutate.Time not respecting history by @miguelvalerio in https://github.com/google/go-containerregistry/pull/1520
- test: use
T.TempDirto create temporary test directory by @Juneezee in https://github.com/google/go-containerregistry/pull/1522 - crane: add digest --full by @imjasonh in https://github.com/google/go-containerregistry/pull/1524
- Hack around DockerHub plugin scope handling by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1527
- crane: support --full-ref for crane ls by @imjasonh in https://github.com/google/go-containerregistry/pull/1525
- Revert plugin scope hack by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1531
- clarify crane download readme by @dtanner in https://github.com/google/go-containerregistry/pull/1533
New Contributors
- @LFrobeen made their first contribution in https://github.com/google/go-containerregistry/pull/1487
- @AndrewCharlesHay made their first contribution in https://github.com/google/go-containerregistry/pull/1497
- @kpcyrd made their first contribution in https://github.com/google/go-containerregistry/pull/1508
- @miguelvalerio made their first contribution in https://github.com/google/go-containerregistry/pull/1520
- @Juneezee made their first contribution in https://github.com/google/go-containerregistry/pull/1522
- @dtanner made their first contribution in https://github.com/google/go-containerregistry/pull/1533
Full Changelog: https://github.com/google/go-containerregistry/compare/v0.12.1...v0.13.0
v0.12.1
Changelog
-
426de7dBump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#1475) -
6442b02Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 (#1476) -
76ae819Fix context.DeadlineExceeded comparison (#1488) -
1711cefFix missing body.Close() in bearer auth (#1482) -
02f47e1bump version of slsa generator (#1468) -
353a117crane: add catalog argument use annotation (#1473) -
a0cca8ak8schain: Log and proceed if secret or SA are not found (#1472)
Container Images
https://gcr.io/go-containerregistry/crane:v0.12.1 https://gcr.io/go-containerregistry/gcrane:v0.12.1
For example:
docker pull gcr.io/go-containerregistry/crane:v0.12.1
docker pull gcr.io/go-containerregistry/gcrane:v0.12.1
v0.12.0
Changelog
-
9b4fdd5Bump actions/setup-go from 2 to 3 (#1463) -
7268da0Bump actions/stale from 5 to 6 (#1452) -
7196cf3Bump aws-actions/configure-aws-credentials from 1.6.1 to 1.7.0 (#1424) -
8eae069Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#1453) -
969699eBump deps using ./hack/bump-deps.sh (#1467) -
c1f9836Bump opencontainers/image-spec (#1423) -
49cdb8bCorrect usage of authn.NewKeychainFromHelper in docs (#1419) -
3ba4c51Fix tar PAX format handling (#1414) -
24a1c33Ignore docker config if it's a directory (#1420) -
a0f6687Make ErrBadName checkable via errors.Is() (#1462) -
19e3effRetry ECONNRESET errors (#1415) -
5749ee6Support the platform specific authentication of krane in "auth get" command (#1413) -
e3b94c7allow remote.DefaultTransport to be overridden by an http.RoundTripper (#1449) -
f981b4cdeps: update goreleaser-action for bug (#1444) -
771a9b4e2e: pull and export stdin and stdout (#1436) -
87b3a79feat: Add krane to release archive (#1443) -
2859a0dfeat: generate slsa provenance on github release artifacts (#1438) -
9a5c14afix crane's root.go after DefaultTransport change (#1450) -
2b54510fix: consider base image media type when appending layers (#1437) -
d3ed408registry: implement blob deletion (#1432) -
3413eb6registry: implement pagination (#1430) -
e2d575cupdate 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:
docker pull gcr.io/go-containerregistry/crane:v0.12.0
docker pull gcr.io/go-containerregistry/gcrane:v0.12.0
v0.11.0
Changelog
-
b7b4eadAdd unit test covering .dockerconfigjson secrets (#1335) -
31786c6Bump deps using ./hack/bump-deps.sh (#1410) -
f79ec21Deprecate transport.New (#1337) -
2b1087aDo not check /v2 endpoint on registry when RoundTripper is provided (#1396) -
59b5c06Don't annotate refs by default, switch to OCI key (#1401) -
ddd39fbFall back to no mount if registry misbehaves (#1406) -
d187a71Implement crane edit (#1403) -
4d7b65bInclude builds for Go 1.18 in CI matrixes (#1319) -
03194c5Preserve descriptors when writing to layout (#1400) -
53e6beaRedact sensitive information in redirected URLs (#1408) -
ae256b5Use go-digest to validate digests (#1395) -
86f0c4aWrap progress updates in a mutex (#1402) -
e7a9f2bbump deps using ./hack/bump-deps.sh (#1389)
Container Images
https://gcr.io/go-containerregistry/crane:v0.11.0 https://gcr.io/go-containerregistry/gcrane:v0.11.0
For example:
docker pull gcr.io/go-containerregistry/crane:v0.11.0
docker pull gcr.io/go-containerregistry/gcrane:v0.11.0
v0.10.0
Changelog
-
9006ebfAdd debug logs to google.Keychain (#1390) -
03a77f4Allow config files to be mounted (#1387) -
b17c48bBump goreleaser/goreleaser-action from 2 to 3 (#1370) -
623023eImplement cross-registry blob mounting experiment (#1388) -
2a21d4fSet GetBody on blob uploads (#1391) -
f74686fbump deps using ./hack/bump-deps.sh (#1371) -
7fc806efeat(cache): cacheable v1.ImageIndex (#1380) -
0c40ec8feat(crane): add option to allow pushing non-distributable layers (#1348) -
12aecccfix(crane): just need cobra.MinimumNArgs(1) instead of cobra.MaximumNArgs(1). (#1384) -
84eb526k8schain: prioritize imagePullSecrets over implicit auth (#1368)
Container Images
https://gcr.io/go-containerregistry/crane:v0.10.0 https://gcr.io/go-containerregistry/gcrane:v0.10.0
For example:
docker pull gcr.io/go-containerregistry/crane:v0.10.0
docker pull gcr.io/go-containerregistry/gcrane:v0.10.0
v0.9.0
What's Changed
- pkg/v1/mutate: fill in mediaType for OCI by @maisem in https://github.com/google/go-containerregistry/pull/1236
- Start testing ECR authentication. by @mattmoor in https://github.com/google/go-containerregistry/pull/1237
- Pin the version of AWS actions we use by @mattmoor in https://github.com/google/go-containerregistry/pull/1238
- Add pkg/authn/kubernetes by @imjasonh in https://github.com/google/go-containerregistry/pull/1234
- Use Temp File For
layout.{Write,Append,Replace}Image/Index Methods by @ben-krieger in https://github.com/google/go-containerregistry/pull/1226 - Update README.md by @bobychaudhary in https://github.com/google/go-containerregistry/pull/1239
- fix k8schain go.mod by @dprotaso in https://github.com/google/go-containerregistry/pull/1242
- fix cmd/krane/go.mod and include it in hack/presubmit.sh by @imjasonh in https://github.com/google/go-containerregistry/pull/1240
- return transport errors that support errors.Is by @dprotaso in https://github.com/google/go-containerregistry/pull/1244
- Bump ecr-login to v0.6.0 by @imjasonh in https://github.com/google/go-containerregistry/pull/1243
- pkg/authn: return Anonymous on podman auth.json errors by @vdemeester in https://github.com/google/go-containerregistry/pull/1248
- Bump acr cred helper dep by @imjasonh in https://github.com/google/go-containerregistry/pull/1247
- krane: drop k8schain, use cred helper directly w/o k8s by @imjasonh in https://github.com/google/go-containerregistry/pull/1250
- Ensure that layer is closed before renaming file in layout by @ben-krieger in https://github.com/google/go-containerregistry/pull/1254
- Bump aws-actions/configure-aws-credentials from 1.6.0 to 1.6.1 by @dependabot in https://github.com/google/go-containerregistry/pull/1259
- Fix krane:debug image to include shell by @imjasonh in https://github.com/google/go-containerregistry/pull/1264
- Fix NewKeychainFromHelper by @imjasonh in https://github.com/google/go-containerregistry/pull/1265
- Fix issue te
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 4 additional dependencies were updated
- The
godirective was updated for compatibility reasons
Details:
| Package | Change |
|---|---|
go |
1.16 -> 1.24.0 |
cloud.google.com/go |
v0.57.0 -> v0.112.1 |
github.com/golang/protobuf |
v1.4.1 -> v1.5.4 |
github.com/googleapis/gax-go/v2 |
v2.0.5 -> v2.12.2 |
google.golang.org/genproto |
v0.0.0-20200527145253-8367513e4ece -> v0.0.0-20240213162025-012b6fc9bca9 |