1
0
mirror of https://github.com/kairos-io/provider-kairos.git synced 2025-05-09 00:47:36 +00:00
provider-kairos/go.mod

233 lines
11 KiB
Modula-2
Raw Normal View History

module github.com/kairos-io/provider-kairos/v2
2022-08-10 16:55:20 +00:00
go 1.18
2022-08-10 16:55:20 +00:00
replace github.com/elastic/gosigar => github.com/mudler/gosigar v0.14.3-0.20220502202347-34be910bdaaf
2022-08-10 16:55:20 +00:00
require (
Update module github.com/bramvdbogaerde/go-scp to v1.2.1 (#161) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/bramvdbogaerde/go-scp](https://togithub.com/bramvdbogaerde/go-scp) | require | patch | `v1.2.0` -> `v1.2.1` | --- ### Release Notes <details> <summary>bramvdbogaerde/go-scp</summary> ### [`v1.2.1`](https://togithub.com/bramvdbogaerde/go-scp/releases/tag/v1.2.1): Version 1.2.1 [Compare Source](https://togithub.com/bramvdbogaerde/go-scp/compare/v1.2.0...v1.2.1) #### What's Changed - Some code style fixes by [@&#8203;dshemin](https://togithub.com/dshemin) in [https://github.com/bramvdbogaerde/go-scp/pull/53](https://togithub.com/bramvdbogaerde/go-scp/pull/53) - fix: CopyRemotePassThru blocked on writing to error channel by [@&#8203;262nos](https://togithub.com/262nos) in [https://github.com/bramvdbogaerde/go-scp/pull/56](https://togithub.com/bramvdbogaerde/go-scp/pull/56) - fix: Data race in CopyPassThru by [@&#8203;mafredri](https://togithub.com/mafredri) in [https://github.com/bramvdbogaerde/go-scp/pull/66](https://togithub.com/bramvdbogaerde/go-scp/pull/66) #### New Contributors - [@&#8203;262nos](https://togithub.com/262nos) made their first contribution in [https://github.com/bramvdbogaerde/go-scp/pull/56](https://togithub.com/bramvdbogaerde/go-scp/pull/56) - [@&#8203;mafredri](https://togithub.com/mafredri) made their first contribution in [https://github.com/bramvdbogaerde/go-scp/pull/66](https://togithub.com/bramvdbogaerde/go-scp/pull/66) **Full Changelog**: https://github.com/bramvdbogaerde/go-scp/compare/v1.2.0...v1.2.1 </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTA4LjEifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-07 14:03:34 +00:00
github.com/bramvdbogaerde/go-scp v1.2.1
2022-08-12 07:40:40 +00:00
github.com/creack/pty v1.1.19-0.20220421211855-0d412c9fbeb1
github.com/gliderlabs/ssh v0.2.2
Update module github.com/google/go-containerregistry to v0.15.2 (#284) [![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.15.2` | --- ### Release Notes <details> <summary>google/go-containerregistry</summary> ### [`v0.15.2`](https://togithub.com/google/go-containerregistry/releases/tag/v0.15.2) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.15.1...v0.15.2) #### What's Changed - Make 403 non-fatal for manifest existence checks by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1691](https://togithub.com/google/go-containerregistry/pull/1691) - Do not reuse pushers for pullers by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1701](https://togithub.com/google/go-containerregistry/pull/1701) **Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.15.1...v0.15.2 ### [`v0.15.1`](https://togithub.com/google/go-containerregistry/releases/tag/v0.15.1) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.15.0...v0.15.1) #### Changelog - [`e2620e5`](https://togithub.com/google/go-containerregistry/commit/e2620e56) Actually retry retryable status codes ([#&#8203;1618](https://togithub.com/google/go-containerregistry/issues/1618)) - [`afd15f1`](https://togithub.com/google/go-containerregistry/commit/afd15f14) Add --all-tags flag to crane cp ([#&#8203;1682](https://togithub.com/google/go-containerregistry/issues/1682)) - [`69d1a19`](https://togithub.com/google/go-containerregistry/commit/69d1a197) Add `mutate` `--ports` option to set the exposed ports ([#&#8203;1677](https://togithub.com/google/go-containerregistry/issues/1677)) - [`65e78dc`](https://togithub.com/google/go-containerregistry/commit/65e78dc8) Add partial.Manifests for lazy index access ([#&#8203;1631](https://togithub.com/google/go-containerregistry/issues/1631)) - [`3228a60`](https://togithub.com/google/go-containerregistry/commit/3228a601) Add ppc64le to .goreleaser.yml ([#&#8203;1680](https://togithub.com/google/go-containerregistry/issues/1680)) - [`0b12f56`](https://togithub.com/google/go-containerregistry/commit/0b12f56b) Add ppc64le to all binaries ([#&#8203;1688](https://togithub.com/google/go-containerregistry/issues/1688)) - [`d958444`](https://togithub.com/google/go-containerregistry/commit/d9584448) Add remote.Descriptor.Schema1() ([#&#8203;1626](https://togithub.com/google/go-containerregistry/issues/1626)) - [`07c767c`](https://togithub.com/google/go-containerregistry/commit/07c767c7) Add remote.Puller ([#&#8203;1644](https://togithub.com/google/go-containerregistry/issues/1644)) - [`005bb71`](https://togithub.com/google/go-containerregistry/commit/005bb719) Add remote.Reuse for Pusher/Puller ([#&#8203;1672](https://togithub.com/google/go-containerregistry/issues/1672)) - [`21ac1b2`](https://togithub.com/google/go-containerregistry/commit/21ac1b24) Adding `mutate` `--workdir` option to set the working directory ([#&#8203;1615](https://togithub.com/google/go-containerregistry/issues/1615)) - [`0962e29`](https://togithub.com/google/go-containerregistry/commit/0962e296) Allow remote config layers to be lazy fetched ([#&#8203;1634](https://togithub.com/google/go-containerregistry/issues/1634)) - [`53189d3`](https://togithub.com/google/go-containerregistry/commit/53189d33) Bump actions/setup-go from 3 to 4 ([#&#8203;1602](https://togithub.com/google/go-containerregistry/issues/1602)) - [`54e3f49`](https://togithub.com/google/go-containerregistry/commit/54e3f49e) Bump actions/stale from 7 to 8 ([#&#8203;1616](https://togithub.com/google/go-containerregistry/issues/1616)) - [`07eb440`](https://togithub.com/google/go-containerregistry/commit/07eb440c) Bump codecov/codecov-action from 3.1.1 to 3.1.2 ([#&#8203;1650](https://togithub.com/google/go-containerregistry/issues/1650)) - [`58bd35b`](https://togithub.com/google/go-containerregistry/commit/58bd35bc) Bump codecov/codecov-action from 3.1.2 to 3.1.3 ([#&#8203;1668](https://togithub.com/google/go-containerregistry/issues/1668)) - [`e055961`](https://togithub.com/google/go-containerregistry/commit/e055961a) Bump peter-evans/create-pull-request from 4 to 5 ([#&#8203;1642](https://togithub.com/google/go-containerregistry/issues/1642)) - [`b8d1c0a`](https://togithub.com/google/go-containerregistry/commit/b8d1c0a1) Bump slsa-framework/slsa-verifier from 2.0.1 to 2.1.0 ([#&#8203;1621](https://togithub.com/google/go-containerregistry/issues/1621)) - [`375fb61`](https://togithub.com/google/go-containerregistry/commit/375fb61c) Bump slsa-framework/slsa-verifier from 2.1.0 to 2.2.0 ([#&#8203;1649](https://togithub.com/google/go-containerregistry/issues/1649)) - [`9aa45a1`](https://togithub.com/google/go-containerregistry/commit/9aa45a1a) Change return type of remote.Referrers ([#&#8203;1652](https://togithub.com/google/go-containerregistry/issues/1652)) - [`2ccd41c`](https://togithub.com/google/go-containerregistry/commit/2ccd41c4) Cleanup: Switch the debug image to `cgr.dev/chainguard/busybox` ([#&#8203;1638](https://togithub.com/google/go-containerregistry/issues/1638)) - [`93be9c4`](https://togithub.com/google/go-containerregistry/commit/93be9c42) Don't export whiteouts for single layers ([#&#8203;1629](https://togithub.com/google/go-containerregistry/issues/1629)) - [`b7c6e9d`](https://togithub.com/google/go-containerregistry/commit/b7c6e9dc) Fall back to puller if reusing pusher fails ([#&#8203;1676](https://togithub.com/google/go-containerregistry/issues/1676)) - [`370e8a5`](https://togithub.com/google/go-containerregistry/commit/370e8a5f) Fix a few lint issues ([#&#8203;1684](https://togithub.com/google/go-containerregistry/issues/1684)) - [`bc990d6`](https://togithub.com/google/go-containerregistry/commit/bc990d6b) Fix fetching referrers error handling ([#&#8203;1648](https://togithub.com/google/go-containerregistry/issues/1648)) - [`aee00b1`](https://togithub.com/google/go-containerregistry/commit/aee00b15) Fix race in mutate ([#&#8203;1627](https://togithub.com/google/go-containerregistry/issues/1627)) - [`4a79e94`](https://togithub.com/google/go-containerregistry/commit/4a79e94b) Fix race in stream ([#&#8203;1632](https://togithub.com/google/go-containerregistry/issues/1632)) - [`6743ec9`](https://togithub.com/google/go-containerregistry/commit/6743ec96) Implement remote.Pusher ([#&#8203;1633](https://togithub.com/google/go-containerregistry/issues/1633)) - [`3120ba5`](https://togithub.com/google/go-containerregistry/commit/3120ba58) Keep order of env in crane mutate ([#&#8203;1683](https://togithub.com/google/go-containerregistry/issues/1683)) - [`6ac92e8`](https://togithub.com/google/go-containerregistry/commit/6ac92e8a) Refactor fetcher, writer, and progress ([#&#8203;1625](https://togithub.com/google/go-containerregistry/issues/1625)) - [`249d7e1`](https://togithub.com/google/go-containerregistry/commit/249d7e1f) Refresh authn.DefaultKeychain creds every 5 min ([#&#8203;1624](https://togithub.com/google/go-containerregistry/issues/1624)) - [`ad695c0`](https://togithub.com/google/go-containerregistry/commit/ad695c04) Replace deprecated command with environment file ([#&#8203;1667](https://togithub.com/google/go-containerregistry/issues/1667)) - [`ed5c185`](https://togithub.com/google/go-containerregistry/commit/ed5c185d) Retry net.ErrClosed ([#&#8203;1637](https://togithub.com/google/go-containerregistry/issues/1637)) - [`43710a9`](https://togithub.com/google/go-containerregistry/commit/43710a91) Retry without mount if auth fails ([#&#8203;1681](https://togithub.com/google/go-containerregistry/issues/1681)) - [`2435320`](https://togithub.com/google/go-containerregistry/commit/24353209) Revert "Cleanup: Switch the debug image to `cgr.dev/chainguard/busybox` ([#&#8203;1638](https://togithub.com/google/go-containerregistry/issues/1638))" ([#&#8203;1641](https://togithub.com/google/go-containerregistry/issues/1641)) - [`27a6ad6`](https://togithub.com/google/go-containerregistry/commit/27a6ad62) Revert "authn: Add NewConfigKeychain to load a config from explicit path ([#&#8203;1603](https://togithub.com/google/go-containerregistry/issues/1603))" ([#&#8203;1664](https://togithub.com/google/go-containerregistry/issues/1664)) - [`a34235c`](https://togithub.com/google/go-containerregistry/commit/a34235c8) Support `Warning` header aggregation and reporting in `crane` ([#&#8203;1604](https://togithub.com/google/go-containerregistry/issues/1604)) - [`01bbd53`](https://togithub.com/google/go-containerregistry/commit/01bbd539) Update release.yml ([#&#8203;1601](https://togithub.com/google/go-containerregistry/issues/1601)) - [`df518f9`](https://togithub.com/google/go-containerregistry/commit/df518f95) add crane auth logout ([#&#8203;1589](https://togithub.com/google/go-containerregistry/issues/1589)) - [`5438948`](https://togithub.com/google/go-containerregistry/commit/54389485) add registry.Repo("foo") ([#&#8203;1671](https://togithub.com/google/go-containerregistry/issues/1671)) - [`3706061`](https://togithub.com/google/go-containerregistry/commit/3706061a) allow pkg/v1/random to accept a RNG source ([#&#8203;1675](https://togithub.com/google/go-containerregistry/issues/1675)) - [`1cb7e13`](https://togithub.com/google/go-containerregistry/commit/1cb7e133) authn: Add NewConfigKeychain to load a config from explicit path ([#&#8203;1603](https://togithub.com/google/go-containerregistry/issues/1603)) - [`348cd86`](https://togithub.com/google/go-containerregistry/commit/348cd866) bump deps using ./hack/bump-deps.sh ([#&#8203;1659](https://togithub.com/google/go-containerregistry/issues/1659)) - [`691004b`](https://togithub.com/google/go-containerregistry/commit/691004b4) bump deps using ./hack/bump-deps.sh ([#&#8203;1685](https://togithub.com/google/go-containerregistry/issues/1685)) - [`df72a9a`](https://togithub.com/google/go-containerregistry/commit/df72a9a9) crane push: print pushed ref@digest to stdout ([#&#8203;1663](https://togithub.com/google/go-containerregistry/issues/1663)) - [`0577676`](https://togithub.com/google/go-containerregistry/commit/0577676c) crane: ignore buildx attestations in flatten ([#&#8203;1630](https://togithub.com/google/go-containerregistry/issues/1630)) - [`217318c`](https://togithub.com/google/go-containerregistry/commit/217318c3) deprecate estargz ([#&#8203;1660](https://togithub.com/google/go-containerregistry/issues/1660)) - [`9f68710`](https://togithub.com/google/go-containerregistry/commit/9f68710b) feat(daemon): generate config file from Docker Engine API ([#&#8203;1130](https://togithub.com/google/go-containerregistry/issues/1130)) - [`52d59d1`](https://togithub.com/google/go-containerregistry/commit/52d59d1b) feat(remote): make retryStatusCodes configurable ([#&#8203;1635](https://togithub.com/google/go-containerregistry/issues/1635)) - [`6f96bba`](https://togithub.com/google/go-containerregistry/commit/6f96bba2) gcrane: Use page size of 10,000 for googley things ([#&#8203;1645](https://togithub.com/google/go-containerregistry/issues/1645)) - [`0f2db49`](https://togithub.com/google/go-containerregistry/commit/0f2db492) release: use ko 0.13.0 to build images ([#&#8203;1607](https://togithub.com/google/go-containerregistry/issues/1607)) - [`d64f9e0`](https://togithub.com/google/go-containerregistry/commit/d64f9e0e) remove time from random.Image history ([#&#8203;1678](https://togithub.com/google/go-containerregistry/issues/1678)) - [`46488f7`](https://togithub.com/google/go-containerregistry/commit/46488f7d) retry HTTP 499 errors by default ([#&#8203;1612](https://togithub.com/google/go-containerregistry/issues/1612)) - [`ace7be7`](https://togithub.com/google/go-containerregistry/commit/ace7be76) update GCR quotas ([#&#8203;1619](https://togithub.com/google/go-containerregistry/issues/1619)) - [`d1c4e9f`](https://togithub.com/google/go-containerregistry/commit/d1c4e9ff) verify provenance ([#&#8203;1611](https://togithub.com/google/go-containerregistry/issues/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`](https://togithub.com/google/go-containerregistry/compare/v0.14.0...v0.15.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.14.0...v0.15.0) ### [`v0.14.0`](https://togithub.com/google/go-containerregistry/releases/tag/v0.14.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.13.0...v0.14.0) #### Changelog - [`9306eba`](https://togithub.com/google/go-containerregistry/commit/9306ebad) Allow crane edit to generate non-image artifacts ([#&#8203;1545](https://togithub.com/google/go-containerregistry/issues/1545)) - [`de35f0f`](https://togithub.com/google/go-containerregistry/commit/de35f0f7) Allow setting Content-Type in crane edit manifest ([#&#8203;1551](https://togithub.com/google/go-containerregistry/issues/1551)) - [`4b081f8`](https://togithub.com/google/go-containerregistry/commit/4b081f80) Avoid v1.Manifest in crane edit config ([#&#8203;1583](https://togithub.com/google/go-containerregistry/issues/1583)) - [`1cfe1fc`](https://togithub.com/google/go-containerregistry/commit/1cfe1fc2) Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 ([#&#8203;1593](https://togithub.com/google/go-containerregistry/issues/1593)) - [`da1008f`](https://togithub.com/google/go-containerregistry/commit/da1008fb) Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 ([#&#8203;1548](https://togithub.com/google/go-containerregistry/issues/1548)) - [`86be45f`](https://togithub.com/google/go-containerregistry/commit/86be45fb) Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 ([#&#8203;1547](https://togithub.com/google/go-containerregistry/issues/1547)) - [`62f183e`](https://togithub.com/google/go-containerregistry/commit/62f183e5) Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 ([#&#8203;1556](https://togithub.com/google/go-containerregistry/issues/1556)) - [`1b8dc2b`](https://togithub.com/google/go-containerregistry/commit/1b8dc2ba) Bump slsa-framework/slsa-github-generator from 1.2.2 to 1.5.0 ([#&#8203;1580](https://togithub.com/google/go-containerregistry/issues/1580)) - [`11843ba`](https://togithub.com/google/go-containerregistry/commit/11843ba2) Enforce proper sha256 usage ([#&#8203;1544](https://togithub.com/google/go-containerregistry/issues/1544)) - [`2ceebaa`](https://togithub.com/google/go-containerregistry/commit/2ceebaaf) Implement crane index subcommand ([#&#8203;1561](https://togithub.com/google/go-containerregistry/issues/1561)) - [`9f42e02`](https://togithub.com/google/go-containerregistry/commit/9f42e028) Set mediaType for empty.ImageIndex in RawManifest ([#&#8203;1562](https://togithub.com/google/go-containerregistry/issues/1562)) - [`759b19f`](https://togithub.com/google/go-containerregistry/commit/759b19f7) Support artifactType, for images whose config.mediaType is not a config ([#&#8203;1541](https://togithub.com/google/go-containerregistry/issues/1541)) - [`b3c23b4`](https://togithub.com/google/go-containerregistry/commit/b3c23b4c) Support for OCI 1.1+ referrers via API ([#&#8203;1546](https://togithub.com/google/go-containerregistry/issues/1546)) - [`061ee6b`](https://togithub.com/google/go-containerregistry/commit/061ee6bf) Support for OCI 1.1+ referrers via fallback tag ([#&#8203;1543](https://togithub.com/google/go-containerregistry/issues/1543)) - [`6770304`](https://togithub.com/google/go-containerregistry/commit/67703048) Update descriptor "data" field (when valid) during "crane edit config" ([#&#8203;1584](https://togithub.com/google/go-containerregistry/issues/1584)) - [`76bac93`](https://togithub.com/google/go-containerregistry/commit/76bac933) Update release.yml ([#&#8203;1540](https://togithub.com/google/go-containerregistry/issues/1540)) - [`eb7d746`](https://togithub.com/google/go-containerregistry/commit/eb7d746c) authn: also read mount secrets ([#&#8203;1560](https://togithub.com/google/go-containerregistry/issues/1560)) - [`e94d408`](https://togithub.com/google/go-containerregistry/commit/e94d4089) bump deps using ./hack/bump-deps.sh ([#&#8203;1592](https://togithub.com/google/go-containerregistry/issues/1592)) - [`4e95ae2`](https://togithub.com/google/go-containerregistry/commit/4e95ae2b) crane: add --flatten for index append ([#&#8203;1566](https://togithub.com/google/go-containerregistry/issues/1566)) - [`ff810c1`](https://togithub.com/google/go-containerregistry/commit/ff810c18) crane: add serve subcommand ([#&#8203;1586](https://togithub.com/google/go-containerregistry/issues/1586)) - [`8ea5e0e`](https://togithub.com/google/go-containerregistry/commit/8ea5e0e8) crane: support --omit-digest-tags in crane ls ([#&#8203;1528](https://togithub.com/google/go-containerregistry/issues/1528)) - [`824efc7`](https://togithub.com/google/go-containerregistry/commit/824efc77) fix(mutate): also set timestamps only present in some formats ([#&#8203;1550](https://togithub.com/google/go-containerregistry/issues/1550)) - [`e04520b`](https://togithub.com/google/go-containerregistry/commit/e04520bc) fix: Fix the crane release url and add more steps ([#&#8203;1532](https://togithub.com/google/go-containerregistry/issues/1532)) - [`d872232`](https://togithub.com/google/go-containerregistry/commit/d8722327) hash: use generic instantiation ([#&#8203;1538](https://togithub.com/google/go-containerregistry/issues/1538)) - [`57f010d`](https://togithub.com/google/go-containerregistry/commit/57f010d2) replace manual slsa-verifier installation with action ([#&#8203;1585](https://togithub.com/google/go-containerregistry/issues/1585)) - [`9cd098e`](https://togithub.com/google/go-containerregistry/commit/9cd098e3) skip tls verification if default transport is used with insecure option ([#&#8203;1559](https://togithub.com/google/go-containerregistry/issues/1559)) - [`3624968`](https://togithub.com/google/go-containerregistry/commit/36249683) tarball: pass imageToTags ([#&#8203;1563](https://togithub.com/google/go-containerregistry/issues/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`](https://togithub.com/google/go-containerregistry/releases/tag/v0.13.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.12.1...v0.13.0) #### What's Changed - Bump slsa-framework/slsa-github-generator to 1.2.2 by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1489](https://togithub.com/google/go-containerregistry/pull/1489) - Features: Allow eliding `serviceaccount` lookups. by [@&#8203;mattmoor](https://togithub.com/mattmoor) in [https://github.com/google/go-containerregistry/pull/1490](https://togithub.com/google/go-containerregistry/pull/1490) - Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1491](https://togithub.com/google/go-containerregistry/pull/1491) - add source archive checksum into the checksums.txt by [@&#8203;developer-guy](https://togithub.com/developer-guy) in [https://github.com/google/go-containerregistry/pull/1492](https://togithub.com/google/go-containerregistry/pull/1492) - Fix calculating tarball size when duplicated layers exist by [@&#8203;tydra-wang](https://togithub.com/tydra-wang) in [https://github.com/google/go-containerregistry/pull/1495](https://togithub.com/google/go-containerregistry/pull/1495) - Add support for zstd compression by [@&#8203;LFrobeen](https://togithub.com/LFrobeen) in [https://github.com/google/go-containerregistry/pull/1487](https://togithub.com/google/go-containerregistry/pull/1487) - docs: pull latest instead of debug by [@&#8203;AndrewCharlesHay](https://togithub.com/AndrewCharlesHay) in [https://github.com/google/go-containerregistry/pull/1497](https://togithub.com/google/go-containerregistry/pull/1497) - Make credential warning slightly more accurate by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1499](https://togithub.com/google/go-containerregistry/pull/1499) - Make unit tests substantially faster by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1498](https://togithub.com/google/go-containerregistry/pull/1498) - Use the default retry predicate in transport by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1502](https://togithub.com/google/go-containerregistry/pull/1502) - Revert "docs: pull latest instead of debug ([#&#8203;1497](https://togithub.com/google/go-containerregistry/issues/1497))" by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1504](https://togithub.com/google/go-containerregistry/pull/1504) - Update Arch Linux install instructions by [@&#8203;kpcyrd](https://togithub.com/kpcyrd) in [https://github.com/google/go-containerregistry/pull/1508](https://togithub.com/google/go-containerregistry/pull/1508) - Fix various lints by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1507](https://togithub.com/google/go-containerregistry/pull/1507) - Fix missing doc comment by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1509](https://togithub.com/google/go-containerregistry/pull/1509) - Treat empty registry config as anonymous by [@&#8203;lcarva](https://togithub.com/lcarva) in [https://github.com/google/go-containerregistry/pull/1512](https://togithub.com/google/go-containerregistry/pull/1512) - Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1511](https://togithub.com/google/go-containerregistry/pull/1511) - Bump actions/stale from 6 to 7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1519](https://togithub.com/google/go-containerregistry/pull/1519) - Race http fallback ping by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1521](https://togithub.com/google/go-containerregistry/pull/1521) - FIX mutate.Time not respecting history by [@&#8203;miguelvalerio](https://togithub.com/miguelvalerio) in [https://github.com/google/go-containerregistry/pull/1520](https://togithub.com/google/go-containerregistry/pull/1520) - test: use `T.TempDir` to create temporary test directory by [@&#8203;Juneezee](https://togithub.com/Juneezee) in [https://github.com/google/go-containerregistry/pull/1522](https://togithub.com/google/go-containerregistry/pull/1522) - crane: add digest --full by [@&#8203;imjasonh](https://togithub.com/imjasonh) in [https://github.com/google/go-containerregistry/pull/1524](https://togithub.com/google/go-containerregistry/pull/1524) - Hack around DockerHub plugin scope handling by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1527](https://togithub.com/google/go-containerregistry/pull/1527) - crane: support --full-ref for crane ls by [@&#8203;imjasonh](https://togithub.com/imjasonh) in [https://github.com/google/go-containerregistry/pull/1525](https://togithub.com/google/go-containerregistry/pull/1525) - Revert plugin scope hack by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1531](https://togithub.com/google/go-containerregistry/pull/1531) - clarify crane download readme by [@&#8203;dtanner](https://togithub.com/dtanner) in [https://github.com/google/go-containerregistry/pull/1533](https://togithub.com/google/go-containerregistry/pull/1533) #### New Contributors - [@&#8203;LFrobeen](https://togithub.com/LFrobeen) made their first contribution in [https://github.com/google/go-containerregistry/pull/1487](https://togithub.com/google/go-containerregistry/pull/1487) - [@&#8203;AndrewCharlesHay](https://togithub.com/AndrewCharlesHay) made their first contribution in [https://github.com/google/go-containerregistry/pull/1497](https://togithub.com/google/go-containerregistry/pull/1497) - [@&#8203;kpcyrd](https://togithub.com/kpcyrd) made their first contribution in [https://github.com/google/go-containerregistry/pull/1508](https://togithub.com/google/go-containerregistry/pull/1508) - [@&#8203;miguelvalerio](https://togithub.com/miguelvalerio) made their first contribution in [https://github.com/google/go-containerregistry/pull/1520](https://togithub.com/google/go-containerregistry/pull/1520) - [@&#8203;Juneezee](https://togithub.com/Juneezee) made their first contribution in [https://github.com/google/go-containerregistry/pull/1522](https://togithub.com/google/go-containerregistry/pull/1522) - [@&#8203;dtanner](https://togithub.com/dtanner) made their first contribution in [https://github.com/google/go-containerregistry/pull/1533](https://togithub.com/google/go-containerregistry/pull/1533) **Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.12.1...v0.13.0 ### [`v0.12.1`](https://togithub.com/google/go-containerregistry/releases/tag/v0.12.1) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.12.0...v0.12.1) #### Changelog - [`426de7d`](https://togithub.com/google/go-containerregistry/commit/426de7d4) Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 ([#&#8203;1475](https://togithub.com/google/go-containerregistry/issues/1475)) - [`6442b02`](https://togithub.com/google/go-containerregistry/commit/6442b027) Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 ([#&#8203;1476](https://togithub.com/google/go-containerregistry/issues/1476)) - [`76ae819`](https://togithub.com/google/go-containerregistry/commit/76ae8192) Fix context.DeadlineExceeded comparison ([#&#8203;1488](https://togithub.com/google/go-containerregistry/issues/1488)) - [`1711cef`](https://togithub.com/google/go-containerregistry/commit/1711cefd) Fix missing body.Close() in bearer auth ([#&#8203;1482](https://togithub.com/google/go-containerregistry/issues/1482)) - [`02f47e1`](https://togithub.com/google/go-containerregistry/commit/02f47e13) bump version of slsa generator ([#&#8203;1468](https://togithub.com/google/go-containerregistry/issues/1468)) - [`353a117`](https://togithub.com/google/go-containerregistry/commit/353a1176) crane: add catalog argument use annotation ([#&#8203;1473](https://togithub.com/google/go-containerregistry/issues/1473)) - [`a0cca8a`](https://togithub.com/google/go-containerregistry/commit/a0cca8a0) k8schain: Log and proceed if secret or SA are not found ([#&#8203;1472](https://togithub.com/google/go-containerregistry/issues/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`](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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;1467](https://togithub.com/google/go-containerregistry/issues/1467)) - [`c1f9836`](https://togithub.com/google/go-containerregistry/commit/c1f9836a) Bump opencontainers/image-spec ([#&#8203;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 ([#&#8203;1419](https://togithub.com/google/go-containerregistry/issues/1419)) - [`3ba4c51`](https://togithub.com/google/go-containerregistry/commit/3ba4c511) Fix tar PAX format handling ([#&#8203;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 ([#&#8203;1420](https://togithub.com/google/go-containerregistry/issues/1420)) - [`a0f6687`](https://togithub.com/google/go-containerregistry/commit/a0f66878) Make ErrBadName checkable via errors.Is() ([#&#8203;1462](https://togithub.com/google/go-containerregistry/issues/1462)) - [`19e3eff`](https://togithub.com/google/go-containerregistry/commit/19e3eff7) Retry ECONNRESET errors ([#&#8203;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 ([#&#8203;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 ([#&#8203;1449](https://togithub.com/google/go-containerregistry/issues/1449)) - [`f981b4c`](https://togithub.com/google/go-containerregistry/commit/f981b4c0) deps: update goreleaser-action for bug ([#&#8203;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 ([#&#8203;1436](https://togithub.com/google/go-containerregistry/issues/1436)) - [`87b3a79`](https://togithub.com/google/go-containerregistry/commit/87b3a796) feat: Add krane to release archive ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;1437](https://togithub.com/google/go-containerregistry/issues/1437)) - [`d3ed408`](https://togithub.com/google/go-containerregistry/commit/d3ed4089) registry: implement blob deletion ([#&#8203;1432](https://togithub.com/google/go-containerregistry/issues/1432)) - [`3413eb6`](https://togithub.com/google/go-containerregistry/commit/3413eb6c) registry: implement pagination ([#&#8203;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 ([#&#8203;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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 08:32:17 +00:00
github.com/google/go-containerregistry v0.15.2
2022-08-10 16:55:20 +00:00
github.com/ipfs/go-log v1.0.5
github.com/kairos-io/kairos-sdk v0.0.7
Update module github.com/kairos-io/kairos/v2 to v2.0.3 (#354) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/kairos-io/kairos/v2](https://togithub.com/kairos-io/kairos) | require | patch | `v2.0.1-0.20230420111059-744c85b845e3` -> `v2.0.3` | --- ### Release Notes <details> <summary>kairos-io/kairos</summary> ### [`v2.0.3`](https://togithub.com/kairos-io/kairos/releases/tag/v2.0.3) [Compare Source](https://togithub.com/kairos-io/kairos/compare/v2.0.2...v2.0.3) #### Changelog - [`63c85d7`](https://togithub.com/kairos-io/kairos/commit/63c85d7) v2.0.3 branch: immucore v.0.0.18 + fix for config merge ([#&#8203;1348](https://togithub.com/kairos-io/kairos/issues/1348)) ### [`v2.0.2`](https://togithub.com/kairos-io/kairos/releases/tag/v2.0.2) [Compare Source](https://togithub.com/kairos-io/kairos/compare/v2.0.1...v2.0.2) #### Changelog - [`0514da5`](https://togithub.com/kairos-io/kairos/commit/0514da5) Revert "Update opensuse/leap Docker tag to v15.5 ([#&#8203;1274](https://togithub.com/kairos-io/kairos/issues/1274))" ([#&#8203;1336](https://togithub.com/kairos-io/kairos/issues/1336)) </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-26 13:50:31 +00:00
github.com/kairos-io/kairos/v2 v2.0.3
Update module github.com/luthermonson/go-proxmox to v0.0.0-alpha3 (#198) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/luthermonson/go-proxmox](https://togithub.com/luthermonson/go-proxmox) | require | patch | `v0.0.0-alpha2` -> `v0.0.0-alpha3` | --- ### Release Notes <details> <summary>luthermonson/go-proxmox</summary> ### [`v0.0.0-alpha3`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-alpha3) [Compare Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha2...v0.0.0-alpha3) #### What's Changed - updating mage to use aliases by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/47](https://togithub.com/luthermonson/go-proxmox/pull/47) - adding more tests and light refactor by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/48](https://togithub.com/luthermonson/go-proxmox/pull/48) - adding gock tests for proxmox main client funcs by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/49](https://togithub.com/luthermonson/go-proxmox/pull/49) - adding nocloud cloud-init functionality by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/50](https://togithub.com/luthermonson/go-proxmox/pull/50) **Full Changelog**: https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha2...v0.0.0-alpha3 </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-25 21:03:27 +00:00
github.com/luthermonson/go-proxmox v0.0.0-alpha3
github.com/mudler/edgevpn v0.23.1
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
2022-08-21 21:54:01 +00:00
github.com/mudler/go-processmanager v0.0.0-20220724164624-c45b5c61312d
github.com/mudler/yip v1.2.0
github.com/onsi/ginkgo/v2 v2.10.0
github.com/onsi/gomega v1.27.8
Update module github.com/pterm/pterm to v0.12.61 (#377) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require | patch | `v0.12.59` -> `v0.12.61` | --- ### Release Notes <details> <summary>pterm/pterm</summary> ### [`v0.12.61`](https://togithub.com/pterm/pterm/releases/tag/v0.12.61) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.60...v0.12.61) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Fixes 🔧 - fix(table): fixed table when a column contained a whitespace at the start or end by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/502](https://togithub.com/pterm/pterm/pull/502) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.60...v0.12.61 ### [`v0.12.60`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01260---2023-05-11) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.59...v0.12.60) ##### Features - **progressbar:** various progressbar improvements - **progressbar:** various progressbar improvements - **progressbar:** various progressbar improvements - **rgb:** added RGBStyle ##### Test - **rgb:** added RGBStyle tests ##### Code Refactoring - **rgb:** removed 'GetValues' for 'RGBStyle' </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 08:38:15 +00:00
github.com/pterm/pterm v0.12.61
Update module github.com/samber/lo to v1.38.1 (#290) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/samber/lo](https://togithub.com/samber/lo) | require | minor | `v1.37.0` -> `v1.38.1` | --- ### Release Notes <details> <summary>samber/lo</summary> ### [`v1.38.1`](https://togithub.com/samber/lo/releases/tag/v1.38.1) [Compare Source](https://togithub.com/samber/lo/compare/v1.38.0...v1.38.1) Improvement: - Async and AsyncX: now returns `<-chan T` instead of `chan T` ### [`v1.38.0`](https://togithub.com/samber/lo/releases/tag/v1.38.0) [Compare Source](https://togithub.com/samber/lo/compare/v1.37.0...v1.38.0) Adding: - lo.ValueOr - lo.DebounceBy - lo.EmptyableToPtr Improvement: - Substring: add support for non-english chars Fix: - Async: Fix goroutine leak </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 08:34:45 +00:00
github.com/samber/lo v1.38.1
github.com/spectrocloud/peg v0.0.0-20230517140709-5c01c852c557
github.com/urfave/cli/v2 v2.25.7
Update module go.uber.org/zap to v1.24.0 (#105) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go.uber.org/zap](https://togithub.com/uber-go/zap) | require | minor | `v1.23.0` -> `v1.24.0` | --- ### Release Notes <details> <summary>uber-go/zap</summary> ### [`v1.24.0`](https://togithub.com/uber-go/zap/releases/tag/v1.24.0) [Compare Source](https://togithub.com/uber-go/zap/compare/v1.23.0...v1.24.0) Enhancements: - [#&#8203;1148][]: Add `Level` to both `Logger` and `SugaredLogger` that reports the current minimum enabled log level. - [#&#8203;1185][]: `SugaredLogger` turns errors to zap.Error automatically. Thanks to [@&#8203;Abirdcfly](https://togithub.com/Abirdcfly), [@&#8203;craigpastro](https://togithub.com/craigpastro), [@&#8203;nnnkkk7](https://togithub.com/nnnkkk7), and [@&#8203;sashamelentyev](https://togithub.com/sashamelentyev) for their contributions to this release. [#&#8203;1148]: https://togithub.com/uber-go/zap/pull/1148 [#&#8203;1185]: https://togithub.com/uber-go/zap/pull/1185 </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-16 14:34:44 +00:00
go.uber.org/zap v1.24.0
golang.org/x/crypto v0.9.0
Update module github.com/onsi/ginkgo/v2 to v2.9.3 (#370) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/onsi/ginkgo/v2](https://togithub.com/onsi/ginkgo) | require | patch | `v2.9.2` -> `v2.9.3` | --- ### Release Notes <details> <summary>onsi/ginkgo</summary> ### [`v2.9.3`](https://togithub.com/onsi/ginkgo/releases/tag/v2.9.3) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.9.2...v2.9.3) #### 2.9.3 ##### Features - Add RenderTimeline to GinkgoT() \[[`c0c77b6`](https://togithub.com/onsi/ginkgo/commit/c0c77b6)] ##### Fixes - update Measure deprecation message. fixes [#&#8203;1176](https://togithub.com/onsi/ginkgo/issues/1176) \[[`227c662`](https://togithub.com/onsi/ginkgo/commit/227c662)] - add newlines to GinkgoLogr ([#&#8203;1170](https://togithub.com/onsi/ginkgo/issues/1170)) ([#&#8203;1171](https://togithub.com/onsi/ginkgo/issues/1171)) \[[`0de0e7c`](https://togithub.com/onsi/ginkgo/commit/0de0e7c)] ##### Maintenance - Bump commonmarker from 0.23.8 to 0.23.9 in /docs ([#&#8203;1183](https://togithub.com/onsi/ginkgo/issues/1183)) \[[`8b925ab`](https://togithub.com/onsi/ginkgo/commit/8b925ab)] - Bump nokogiri from 1.14.1 to 1.14.3 in /docs ([#&#8203;1184](https://togithub.com/onsi/ginkgo/issues/1184)) \[[`e3795a4`](https://togithub.com/onsi/ginkgo/commit/e3795a4)] - Bump golang.org/x/tools from 0.7.0 to 0.8.0 ([#&#8203;1182](https://togithub.com/onsi/ginkgo/issues/1182)) \[[`b453793`](https://togithub.com/onsi/ginkgo/commit/b453793)] - Bump actions/setup-go from 3 to 4 ([#&#8203;1164](https://togithub.com/onsi/ginkgo/issues/1164)) \[[`73ed75b`](https://togithub.com/onsi/ginkgo/commit/73ed75b)] - Bump github.com/onsi/gomega from 1.27.4 to 1.27.6 ([#&#8203;1173](https://togithub.com/onsi/ginkgo/issues/1173)) \[[`0a2bc64`](https://togithub.com/onsi/ginkgo/commit/0a2bc64)] - Bump github.com/go-logr/logr from 1.2.3 to 1.2.4 ([#&#8203;1174](https://togithub.com/onsi/ginkgo/issues/1174)) \[[`f41c557`](https://togithub.com/onsi/ginkgo/commit/f41c557)] - Bump golang.org/x/sys from 0.6.0 to 0.7.0 ([#&#8203;1179](https://togithub.com/onsi/ginkgo/issues/1179)) \[[`8e423e5`](https://togithub.com/onsi/ginkgo/commit/8e423e5)] </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-03 06:13:14 +00:00
golang.org/x/mod v0.10.0
2022-08-11 11:30:51 +00:00
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
2022-08-10 16:55:20 +00:00
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/google/uuid v1.3.0
github.com/kairos-io/go-nodepair v0.0.0-20230424150716-d8f0757542c3
github.com/lmittmann/ppm v1.0.2
github.com/makiuchi-d/gozxing v0.1.1
)
2022-08-10 16:55:20 +00:00
require (
atomicgo.dev/cursor v0.1.1 // indirect
atomicgo.dev/keyboard v0.2.9 // indirect
Update module github.com/pterm/pterm to v0.12.61 (#377) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require | patch | `v0.12.59` -> `v0.12.61` | --- ### Release Notes <details> <summary>pterm/pterm</summary> ### [`v0.12.61`](https://togithub.com/pterm/pterm/releases/tag/v0.12.61) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.60...v0.12.61) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Fixes 🔧 - fix(table): fixed table when a column contained a whitespace at the start or end by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/502](https://togithub.com/pterm/pterm/pull/502) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.60...v0.12.61 ### [`v0.12.60`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01260---2023-05-11) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.59...v0.12.60) ##### Features - **progressbar:** various progressbar improvements - **progressbar:** various progressbar improvements - **progressbar:** various progressbar improvements - **rgb:** added RGBStyle ##### Test - **rgb:** added RGBStyle tests ##### Code Refactoring - **rgb:** removed 'GetValues' for 'RGBStyle' </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 08:38:15 +00:00
atomicgo.dev/schedule v0.0.2 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/Microsoft/hcsshim v0.10.0-rc.8 // indirect
2022-08-12 07:40:40 +00:00
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
2022-08-10 16:55:20 +00:00
github.com/avast/retry-go v3.0.0+incompatible // indirect
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 // indirect
github.com/benbjohnson/clock v1.3.1 // indirect
2022-08-10 16:55:20 +00:00
github.com/beorn7/perks v1.0.1 // indirect
github.com/buger/goterm v1.0.4 // indirect
github.com/c-robinson/iplib v1.0.6 // indirect
github.com/cavaliergopher/grab/v3 v3.0.1 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9 // indirect
github.com/codingsince1985/checksum v1.3.0 // indirect
github.com/containerd/cgroups v1.1.0 // indirect
github.com/containerd/console v1.0.3 // indirect
github.com/containerd/containerd v1.7.1 // indirect
github.com/containerd/continuity v0.3.0 // indirect
Update module github.com/google/go-containerregistry to v0.15.2 (#284) [![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.15.2` | --- ### Release Notes <details> <summary>google/go-containerregistry</summary> ### [`v0.15.2`](https://togithub.com/google/go-containerregistry/releases/tag/v0.15.2) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.15.1...v0.15.2) #### What's Changed - Make 403 non-fatal for manifest existence checks by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1691](https://togithub.com/google/go-containerregistry/pull/1691) - Do not reuse pushers for pullers by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1701](https://togithub.com/google/go-containerregistry/pull/1701) **Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.15.1...v0.15.2 ### [`v0.15.1`](https://togithub.com/google/go-containerregistry/releases/tag/v0.15.1) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.15.0...v0.15.1) #### Changelog - [`e2620e5`](https://togithub.com/google/go-containerregistry/commit/e2620e56) Actually retry retryable status codes ([#&#8203;1618](https://togithub.com/google/go-containerregistry/issues/1618)) - [`afd15f1`](https://togithub.com/google/go-containerregistry/commit/afd15f14) Add --all-tags flag to crane cp ([#&#8203;1682](https://togithub.com/google/go-containerregistry/issues/1682)) - [`69d1a19`](https://togithub.com/google/go-containerregistry/commit/69d1a197) Add `mutate` `--ports` option to set the exposed ports ([#&#8203;1677](https://togithub.com/google/go-containerregistry/issues/1677)) - [`65e78dc`](https://togithub.com/google/go-containerregistry/commit/65e78dc8) Add partial.Manifests for lazy index access ([#&#8203;1631](https://togithub.com/google/go-containerregistry/issues/1631)) - [`3228a60`](https://togithub.com/google/go-containerregistry/commit/3228a601) Add ppc64le to .goreleaser.yml ([#&#8203;1680](https://togithub.com/google/go-containerregistry/issues/1680)) - [`0b12f56`](https://togithub.com/google/go-containerregistry/commit/0b12f56b) Add ppc64le to all binaries ([#&#8203;1688](https://togithub.com/google/go-containerregistry/issues/1688)) - [`d958444`](https://togithub.com/google/go-containerregistry/commit/d9584448) Add remote.Descriptor.Schema1() ([#&#8203;1626](https://togithub.com/google/go-containerregistry/issues/1626)) - [`07c767c`](https://togithub.com/google/go-containerregistry/commit/07c767c7) Add remote.Puller ([#&#8203;1644](https://togithub.com/google/go-containerregistry/issues/1644)) - [`005bb71`](https://togithub.com/google/go-containerregistry/commit/005bb719) Add remote.Reuse for Pusher/Puller ([#&#8203;1672](https://togithub.com/google/go-containerregistry/issues/1672)) - [`21ac1b2`](https://togithub.com/google/go-containerregistry/commit/21ac1b24) Adding `mutate` `--workdir` option to set the working directory ([#&#8203;1615](https://togithub.com/google/go-containerregistry/issues/1615)) - [`0962e29`](https://togithub.com/google/go-containerregistry/commit/0962e296) Allow remote config layers to be lazy fetched ([#&#8203;1634](https://togithub.com/google/go-containerregistry/issues/1634)) - [`53189d3`](https://togithub.com/google/go-containerregistry/commit/53189d33) Bump actions/setup-go from 3 to 4 ([#&#8203;1602](https://togithub.com/google/go-containerregistry/issues/1602)) - [`54e3f49`](https://togithub.com/google/go-containerregistry/commit/54e3f49e) Bump actions/stale from 7 to 8 ([#&#8203;1616](https://togithub.com/google/go-containerregistry/issues/1616)) - [`07eb440`](https://togithub.com/google/go-containerregistry/commit/07eb440c) Bump codecov/codecov-action from 3.1.1 to 3.1.2 ([#&#8203;1650](https://togithub.com/google/go-containerregistry/issues/1650)) - [`58bd35b`](https://togithub.com/google/go-containerregistry/commit/58bd35bc) Bump codecov/codecov-action from 3.1.2 to 3.1.3 ([#&#8203;1668](https://togithub.com/google/go-containerregistry/issues/1668)) - [`e055961`](https://togithub.com/google/go-containerregistry/commit/e055961a) Bump peter-evans/create-pull-request from 4 to 5 ([#&#8203;1642](https://togithub.com/google/go-containerregistry/issues/1642)) - [`b8d1c0a`](https://togithub.com/google/go-containerregistry/commit/b8d1c0a1) Bump slsa-framework/slsa-verifier from 2.0.1 to 2.1.0 ([#&#8203;1621](https://togithub.com/google/go-containerregistry/issues/1621)) - [`375fb61`](https://togithub.com/google/go-containerregistry/commit/375fb61c) Bump slsa-framework/slsa-verifier from 2.1.0 to 2.2.0 ([#&#8203;1649](https://togithub.com/google/go-containerregistry/issues/1649)) - [`9aa45a1`](https://togithub.com/google/go-containerregistry/commit/9aa45a1a) Change return type of remote.Referrers ([#&#8203;1652](https://togithub.com/google/go-containerregistry/issues/1652)) - [`2ccd41c`](https://togithub.com/google/go-containerregistry/commit/2ccd41c4) Cleanup: Switch the debug image to `cgr.dev/chainguard/busybox` ([#&#8203;1638](https://togithub.com/google/go-containerregistry/issues/1638)) - [`93be9c4`](https://togithub.com/google/go-containerregistry/commit/93be9c42) Don't export whiteouts for single layers ([#&#8203;1629](https://togithub.com/google/go-containerregistry/issues/1629)) - [`b7c6e9d`](https://togithub.com/google/go-containerregistry/commit/b7c6e9dc) Fall back to puller if reusing pusher fails ([#&#8203;1676](https://togithub.com/google/go-containerregistry/issues/1676)) - [`370e8a5`](https://togithub.com/google/go-containerregistry/commit/370e8a5f) Fix a few lint issues ([#&#8203;1684](https://togithub.com/google/go-containerregistry/issues/1684)) - [`bc990d6`](https://togithub.com/google/go-containerregistry/commit/bc990d6b) Fix fetching referrers error handling ([#&#8203;1648](https://togithub.com/google/go-containerregistry/issues/1648)) - [`aee00b1`](https://togithub.com/google/go-containerregistry/commit/aee00b15) Fix race in mutate ([#&#8203;1627](https://togithub.com/google/go-containerregistry/issues/1627)) - [`4a79e94`](https://togithub.com/google/go-containerregistry/commit/4a79e94b) Fix race in stream ([#&#8203;1632](https://togithub.com/google/go-containerregistry/issues/1632)) - [`6743ec9`](https://togithub.com/google/go-containerregistry/commit/6743ec96) Implement remote.Pusher ([#&#8203;1633](https://togithub.com/google/go-containerregistry/issues/1633)) - [`3120ba5`](https://togithub.com/google/go-containerregistry/commit/3120ba58) Keep order of env in crane mutate ([#&#8203;1683](https://togithub.com/google/go-containerregistry/issues/1683)) - [`6ac92e8`](https://togithub.com/google/go-containerregistry/commit/6ac92e8a) Refactor fetcher, writer, and progress ([#&#8203;1625](https://togithub.com/google/go-containerregistry/issues/1625)) - [`249d7e1`](https://togithub.com/google/go-containerregistry/commit/249d7e1f) Refresh authn.DefaultKeychain creds every 5 min ([#&#8203;1624](https://togithub.com/google/go-containerregistry/issues/1624)) - [`ad695c0`](https://togithub.com/google/go-containerregistry/commit/ad695c04) Replace deprecated command with environment file ([#&#8203;1667](https://togithub.com/google/go-containerregistry/issues/1667)) - [`ed5c185`](https://togithub.com/google/go-containerregistry/commit/ed5c185d) Retry net.ErrClosed ([#&#8203;1637](https://togithub.com/google/go-containerregistry/issues/1637)) - [`43710a9`](https://togithub.com/google/go-containerregistry/commit/43710a91) Retry without mount if auth fails ([#&#8203;1681](https://togithub.com/google/go-containerregistry/issues/1681)) - [`2435320`](https://togithub.com/google/go-containerregistry/commit/24353209) Revert "Cleanup: Switch the debug image to `cgr.dev/chainguard/busybox` ([#&#8203;1638](https://togithub.com/google/go-containerregistry/issues/1638))" ([#&#8203;1641](https://togithub.com/google/go-containerregistry/issues/1641)) - [`27a6ad6`](https://togithub.com/google/go-containerregistry/commit/27a6ad62) Revert "authn: Add NewConfigKeychain to load a config from explicit path ([#&#8203;1603](https://togithub.com/google/go-containerregistry/issues/1603))" ([#&#8203;1664](https://togithub.com/google/go-containerregistry/issues/1664)) - [`a34235c`](https://togithub.com/google/go-containerregistry/commit/a34235c8) Support `Warning` header aggregation and reporting in `crane` ([#&#8203;1604](https://togithub.com/google/go-containerregistry/issues/1604)) - [`01bbd53`](https://togithub.com/google/go-containerregistry/commit/01bbd539) Update release.yml ([#&#8203;1601](https://togithub.com/google/go-containerregistry/issues/1601)) - [`df518f9`](https://togithub.com/google/go-containerregistry/commit/df518f95) add crane auth logout ([#&#8203;1589](https://togithub.com/google/go-containerregistry/issues/1589)) - [`5438948`](https://togithub.com/google/go-containerregistry/commit/54389485) add registry.Repo("foo") ([#&#8203;1671](https://togithub.com/google/go-containerregistry/issues/1671)) - [`3706061`](https://togithub.com/google/go-containerregistry/commit/3706061a) allow pkg/v1/random to accept a RNG source ([#&#8203;1675](https://togithub.com/google/go-containerregistry/issues/1675)) - [`1cb7e13`](https://togithub.com/google/go-containerregistry/commit/1cb7e133) authn: Add NewConfigKeychain to load a config from explicit path ([#&#8203;1603](https://togithub.com/google/go-containerregistry/issues/1603)) - [`348cd86`](https://togithub.com/google/go-containerregistry/commit/348cd866) bump deps using ./hack/bump-deps.sh ([#&#8203;1659](https://togithub.com/google/go-containerregistry/issues/1659)) - [`691004b`](https://togithub.com/google/go-containerregistry/commit/691004b4) bump deps using ./hack/bump-deps.sh ([#&#8203;1685](https://togithub.com/google/go-containerregistry/issues/1685)) - [`df72a9a`](https://togithub.com/google/go-containerregistry/commit/df72a9a9) crane push: print pushed ref@digest to stdout ([#&#8203;1663](https://togithub.com/google/go-containerregistry/issues/1663)) - [`0577676`](https://togithub.com/google/go-containerregistry/commit/0577676c) crane: ignore buildx attestations in flatten ([#&#8203;1630](https://togithub.com/google/go-containerregistry/issues/1630)) - [`217318c`](https://togithub.com/google/go-containerregistry/commit/217318c3) deprecate estargz ([#&#8203;1660](https://togithub.com/google/go-containerregistry/issues/1660)) - [`9f68710`](https://togithub.com/google/go-containerregistry/commit/9f68710b) feat(daemon): generate config file from Docker Engine API ([#&#8203;1130](https://togithub.com/google/go-containerregistry/issues/1130)) - [`52d59d1`](https://togithub.com/google/go-containerregistry/commit/52d59d1b) feat(remote): make retryStatusCodes configurable ([#&#8203;1635](https://togithub.com/google/go-containerregistry/issues/1635)) - [`6f96bba`](https://togithub.com/google/go-containerregistry/commit/6f96bba2) gcrane: Use page size of 10,000 for googley things ([#&#8203;1645](https://togithub.com/google/go-containerregistry/issues/1645)) - [`0f2db49`](https://togithub.com/google/go-containerregistry/commit/0f2db492) release: use ko 0.13.0 to build images ([#&#8203;1607](https://togithub.com/google/go-containerregistry/issues/1607)) - [`d64f9e0`](https://togithub.com/google/go-containerregistry/commit/d64f9e0e) remove time from random.Image history ([#&#8203;1678](https://togithub.com/google/go-containerregistry/issues/1678)) - [`46488f7`](https://togithub.com/google/go-containerregistry/commit/46488f7d) retry HTTP 499 errors by default ([#&#8203;1612](https://togithub.com/google/go-containerregistry/issues/1612)) - [`ace7be7`](https://togithub.com/google/go-containerregistry/commit/ace7be76) update GCR quotas ([#&#8203;1619](https://togithub.com/google/go-containerregistry/issues/1619)) - [`d1c4e9f`](https://togithub.com/google/go-containerregistry/commit/d1c4e9ff) verify provenance ([#&#8203;1611](https://togithub.com/google/go-containerregistry/issues/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`](https://togithub.com/google/go-containerregistry/compare/v0.14.0...v0.15.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.14.0...v0.15.0) ### [`v0.14.0`](https://togithub.com/google/go-containerregistry/releases/tag/v0.14.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.13.0...v0.14.0) #### Changelog - [`9306eba`](https://togithub.com/google/go-containerregistry/commit/9306ebad) Allow crane edit to generate non-image artifacts ([#&#8203;1545](https://togithub.com/google/go-containerregistry/issues/1545)) - [`de35f0f`](https://togithub.com/google/go-containerregistry/commit/de35f0f7) Allow setting Content-Type in crane edit manifest ([#&#8203;1551](https://togithub.com/google/go-containerregistry/issues/1551)) - [`4b081f8`](https://togithub.com/google/go-containerregistry/commit/4b081f80) Avoid v1.Manifest in crane edit config ([#&#8203;1583](https://togithub.com/google/go-containerregistry/issues/1583)) - [`1cfe1fc`](https://togithub.com/google/go-containerregistry/commit/1cfe1fc2) Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 ([#&#8203;1593](https://togithub.com/google/go-containerregistry/issues/1593)) - [`da1008f`](https://togithub.com/google/go-containerregistry/commit/da1008fb) Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 ([#&#8203;1548](https://togithub.com/google/go-containerregistry/issues/1548)) - [`86be45f`](https://togithub.com/google/go-containerregistry/commit/86be45fb) Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 ([#&#8203;1547](https://togithub.com/google/go-containerregistry/issues/1547)) - [`62f183e`](https://togithub.com/google/go-containerregistry/commit/62f183e5) Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 ([#&#8203;1556](https://togithub.com/google/go-containerregistry/issues/1556)) - [`1b8dc2b`](https://togithub.com/google/go-containerregistry/commit/1b8dc2ba) Bump slsa-framework/slsa-github-generator from 1.2.2 to 1.5.0 ([#&#8203;1580](https://togithub.com/google/go-containerregistry/issues/1580)) - [`11843ba`](https://togithub.com/google/go-containerregistry/commit/11843ba2) Enforce proper sha256 usage ([#&#8203;1544](https://togithub.com/google/go-containerregistry/issues/1544)) - [`2ceebaa`](https://togithub.com/google/go-containerregistry/commit/2ceebaaf) Implement crane index subcommand ([#&#8203;1561](https://togithub.com/google/go-containerregistry/issues/1561)) - [`9f42e02`](https://togithub.com/google/go-containerregistry/commit/9f42e028) Set mediaType for empty.ImageIndex in RawManifest ([#&#8203;1562](https://togithub.com/google/go-containerregistry/issues/1562)) - [`759b19f`](https://togithub.com/google/go-containerregistry/commit/759b19f7) Support artifactType, for images whose config.mediaType is not a config ([#&#8203;1541](https://togithub.com/google/go-containerregistry/issues/1541)) - [`b3c23b4`](https://togithub.com/google/go-containerregistry/commit/b3c23b4c) Support for OCI 1.1+ referrers via API ([#&#8203;1546](https://togithub.com/google/go-containerregistry/issues/1546)) - [`061ee6b`](https://togithub.com/google/go-containerregistry/commit/061ee6bf) Support for OCI 1.1+ referrers via fallback tag ([#&#8203;1543](https://togithub.com/google/go-containerregistry/issues/1543)) - [`6770304`](https://togithub.com/google/go-containerregistry/commit/67703048) Update descriptor "data" field (when valid) during "crane edit config" ([#&#8203;1584](https://togithub.com/google/go-containerregistry/issues/1584)) - [`76bac93`](https://togithub.com/google/go-containerregistry/commit/76bac933) Update release.yml ([#&#8203;1540](https://togithub.com/google/go-containerregistry/issues/1540)) - [`eb7d746`](https://togithub.com/google/go-containerregistry/commit/eb7d746c) authn: also read mount secrets ([#&#8203;1560](https://togithub.com/google/go-containerregistry/issues/1560)) - [`e94d408`](https://togithub.com/google/go-containerregistry/commit/e94d4089) bump deps using ./hack/bump-deps.sh ([#&#8203;1592](https://togithub.com/google/go-containerregistry/issues/1592)) - [`4e95ae2`](https://togithub.com/google/go-containerregistry/commit/4e95ae2b) crane: add --flatten for index append ([#&#8203;1566](https://togithub.com/google/go-containerregistry/issues/1566)) - [`ff810c1`](https://togithub.com/google/go-containerregistry/commit/ff810c18) crane: add serve subcommand ([#&#8203;1586](https://togithub.com/google/go-containerregistry/issues/1586)) - [`8ea5e0e`](https://togithub.com/google/go-containerregistry/commit/8ea5e0e8) crane: support --omit-digest-tags in crane ls ([#&#8203;1528](https://togithub.com/google/go-containerregistry/issues/1528)) - [`824efc7`](https://togithub.com/google/go-containerregistry/commit/824efc77) fix(mutate): also set timestamps only present in some formats ([#&#8203;1550](https://togithub.com/google/go-containerregistry/issues/1550)) - [`e04520b`](https://togithub.com/google/go-containerregistry/commit/e04520bc) fix: Fix the crane release url and add more steps ([#&#8203;1532](https://togithub.com/google/go-containerregistry/issues/1532)) - [`d872232`](https://togithub.com/google/go-containerregistry/commit/d8722327) hash: use generic instantiation ([#&#8203;1538](https://togithub.com/google/go-containerregistry/issues/1538)) - [`57f010d`](https://togithub.com/google/go-containerregistry/commit/57f010d2) replace manual slsa-verifier installation with action ([#&#8203;1585](https://togithub.com/google/go-containerregistry/issues/1585)) - [`9cd098e`](https://togithub.com/google/go-containerregistry/commit/9cd098e3) skip tls verification if default transport is used with insecure option ([#&#8203;1559](https://togithub.com/google/go-containerregistry/issues/1559)) - [`3624968`](https://togithub.com/google/go-containerregistry/commit/36249683) tarball: pass imageToTags ([#&#8203;1563](https://togithub.com/google/go-containerregistry/issues/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`](https://togithub.com/google/go-containerregistry/releases/tag/v0.13.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.12.1...v0.13.0) #### What's Changed - Bump slsa-framework/slsa-github-generator to 1.2.2 by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1489](https://togithub.com/google/go-containerregistry/pull/1489) - Features: Allow eliding `serviceaccount` lookups. by [@&#8203;mattmoor](https://togithub.com/mattmoor) in [https://github.com/google/go-containerregistry/pull/1490](https://togithub.com/google/go-containerregistry/pull/1490) - Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1491](https://togithub.com/google/go-containerregistry/pull/1491) - add source archive checksum into the checksums.txt by [@&#8203;developer-guy](https://togithub.com/developer-guy) in [https://github.com/google/go-containerregistry/pull/1492](https://togithub.com/google/go-containerregistry/pull/1492) - Fix calculating tarball size when duplicated layers exist by [@&#8203;tydra-wang](https://togithub.com/tydra-wang) in [https://github.com/google/go-containerregistry/pull/1495](https://togithub.com/google/go-containerregistry/pull/1495) - Add support for zstd compression by [@&#8203;LFrobeen](https://togithub.com/LFrobeen) in [https://github.com/google/go-containerregistry/pull/1487](https://togithub.com/google/go-containerregistry/pull/1487) - docs: pull latest instead of debug by [@&#8203;AndrewCharlesHay](https://togithub.com/AndrewCharlesHay) in [https://github.com/google/go-containerregistry/pull/1497](https://togithub.com/google/go-containerregistry/pull/1497) - Make credential warning slightly more accurate by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1499](https://togithub.com/google/go-containerregistry/pull/1499) - Make unit tests substantially faster by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1498](https://togithub.com/google/go-containerregistry/pull/1498) - Use the default retry predicate in transport by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1502](https://togithub.com/google/go-containerregistry/pull/1502) - Revert "docs: pull latest instead of debug ([#&#8203;1497](https://togithub.com/google/go-containerregistry/issues/1497))" by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1504](https://togithub.com/google/go-containerregistry/pull/1504) - Update Arch Linux install instructions by [@&#8203;kpcyrd](https://togithub.com/kpcyrd) in [https://github.com/google/go-containerregistry/pull/1508](https://togithub.com/google/go-containerregistry/pull/1508) - Fix various lints by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1507](https://togithub.com/google/go-containerregistry/pull/1507) - Fix missing doc comment by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1509](https://togithub.com/google/go-containerregistry/pull/1509) - Treat empty registry config as anonymous by [@&#8203;lcarva](https://togithub.com/lcarva) in [https://github.com/google/go-containerregistry/pull/1512](https://togithub.com/google/go-containerregistry/pull/1512) - Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1511](https://togithub.com/google/go-containerregistry/pull/1511) - Bump actions/stale from 6 to 7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1519](https://togithub.com/google/go-containerregistry/pull/1519) - Race http fallback ping by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1521](https://togithub.com/google/go-containerregistry/pull/1521) - FIX mutate.Time not respecting history by [@&#8203;miguelvalerio](https://togithub.com/miguelvalerio) in [https://github.com/google/go-containerregistry/pull/1520](https://togithub.com/google/go-containerregistry/pull/1520) - test: use `T.TempDir` to create temporary test directory by [@&#8203;Juneezee](https://togithub.com/Juneezee) in [https://github.com/google/go-containerregistry/pull/1522](https://togithub.com/google/go-containerregistry/pull/1522) - crane: add digest --full by [@&#8203;imjasonh](https://togithub.com/imjasonh) in [https://github.com/google/go-containerregistry/pull/1524](https://togithub.com/google/go-containerregistry/pull/1524) - Hack around DockerHub plugin scope handling by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1527](https://togithub.com/google/go-containerregistry/pull/1527) - crane: support --full-ref for crane ls by [@&#8203;imjasonh](https://togithub.com/imjasonh) in [https://github.com/google/go-containerregistry/pull/1525](https://togithub.com/google/go-containerregistry/pull/1525) - Revert plugin scope hack by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1531](https://togithub.com/google/go-containerregistry/pull/1531) - clarify crane download readme by [@&#8203;dtanner](https://togithub.com/dtanner) in [https://github.com/google/go-containerregistry/pull/1533](https://togithub.com/google/go-containerregistry/pull/1533) #### New Contributors - [@&#8203;LFrobeen](https://togithub.com/LFrobeen) made their first contribution in [https://github.com/google/go-containerregistry/pull/1487](https://togithub.com/google/go-containerregistry/pull/1487) - [@&#8203;AndrewCharlesHay](https://togithub.com/AndrewCharlesHay) made their first contribution in [https://github.com/google/go-containerregistry/pull/1497](https://togithub.com/google/go-containerregistry/pull/1497) - [@&#8203;kpcyrd](https://togithub.com/kpcyrd) made their first contribution in [https://github.com/google/go-containerregistry/pull/1508](https://togithub.com/google/go-containerregistry/pull/1508) - [@&#8203;miguelvalerio](https://togithub.com/miguelvalerio) made their first contribution in [https://github.com/google/go-containerregistry/pull/1520](https://togithub.com/google/go-containerregistry/pull/1520) - [@&#8203;Juneezee](https://togithub.com/Juneezee) made their first contribution in [https://github.com/google/go-containerregistry/pull/1522](https://togithub.com/google/go-containerregistry/pull/1522) - [@&#8203;dtanner](https://togithub.com/dtanner) made their first contribution in [https://github.com/google/go-containerregistry/pull/1533](https://togithub.com/google/go-containerregistry/pull/1533) **Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.12.1...v0.13.0 ### [`v0.12.1`](https://togithub.com/google/go-containerregistry/releases/tag/v0.12.1) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.12.0...v0.12.1) #### Changelog - [`426de7d`](https://togithub.com/google/go-containerregistry/commit/426de7d4) Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 ([#&#8203;1475](https://togithub.com/google/go-containerregistry/issues/1475)) - [`6442b02`](https://togithub.com/google/go-containerregistry/commit/6442b027) Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 ([#&#8203;1476](https://togithub.com/google/go-containerregistry/issues/1476)) - [`76ae819`](https://togithub.com/google/go-containerregistry/commit/76ae8192) Fix context.DeadlineExceeded comparison ([#&#8203;1488](https://togithub.com/google/go-containerregistry/issues/1488)) - [`1711cef`](https://togithub.com/google/go-containerregistry/commit/1711cefd) Fix missing body.Close() in bearer auth ([#&#8203;1482](https://togithub.com/google/go-containerregistry/issues/1482)) - [`02f47e1`](https://togithub.com/google/go-containerregistry/commit/02f47e13) bump version of slsa generator ([#&#8203;1468](https://togithub.com/google/go-containerregistry/issues/1468)) - [`353a117`](https://togithub.com/google/go-containerregistry/commit/353a1176) crane: add catalog argument use annotation ([#&#8203;1473](https://togithub.com/google/go-containerregistry/issues/1473)) - [`a0cca8a`](https://togithub.com/google/go-containerregistry/commit/a0cca8a0) k8schain: Log and proceed if secret or SA are not found ([#&#8203;1472](https://togithub.com/google/go-containerregistry/issues/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`](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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;1467](https://togithub.com/google/go-containerregistry/issues/1467)) - [`c1f9836`](https://togithub.com/google/go-containerregistry/commit/c1f9836a) Bump opencontainers/image-spec ([#&#8203;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 ([#&#8203;1419](https://togithub.com/google/go-containerregistry/issues/1419)) - [`3ba4c51`](https://togithub.com/google/go-containerregistry/commit/3ba4c511) Fix tar PAX format handling ([#&#8203;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 ([#&#8203;1420](https://togithub.com/google/go-containerregistry/issues/1420)) - [`a0f6687`](https://togithub.com/google/go-containerregistry/commit/a0f66878) Make ErrBadName checkable via errors.Is() ([#&#8203;1462](https://togithub.com/google/go-containerregistry/issues/1462)) - [`19e3eff`](https://togithub.com/google/go-containerregistry/commit/19e3eff7) Retry ECONNRESET errors ([#&#8203;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 ([#&#8203;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 ([#&#8203;1449](https://togithub.com/google/go-containerregistry/issues/1449)) - [`f981b4c`](https://togithub.com/google/go-containerregistry/commit/f981b4c0) deps: update goreleaser-action for bug ([#&#8203;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 ([#&#8203;1436](https://togithub.com/google/go-containerregistry/issues/1436)) - [`87b3a79`](https://togithub.com/google/go-containerregistry/commit/87b3a796) feat: Add krane to release archive ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;1437](https://togithub.com/google/go-containerregistry/issues/1437)) - [`d3ed408`](https://togithub.com/google/go-containerregistry/commit/d3ed4089) registry: implement blob deletion ([#&#8203;1432](https://togithub.com/google/go-containerregistry/issues/1432)) - [`3413eb6`](https://togithub.com/google/go-containerregistry/commit/3413eb6c) registry: implement pagination ([#&#8203;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 ([#&#8203;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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 08:32:17 +00:00
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
2022-08-11 11:30:51 +00:00
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/creachadair/otp v0.4.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/denisbrodbeck/machineid v1.0.1 // indirect
2022-08-11 11:30:51 +00:00
github.com/disintegration/imaging v1.6.2 // indirect
github.com/diskfs/go-diskfs v1.3.0 // indirect
Update module github.com/google/go-containerregistry to v0.15.2 (#284) [![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.15.2` | --- ### Release Notes <details> <summary>google/go-containerregistry</summary> ### [`v0.15.2`](https://togithub.com/google/go-containerregistry/releases/tag/v0.15.2) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.15.1...v0.15.2) #### What's Changed - Make 403 non-fatal for manifest existence checks by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1691](https://togithub.com/google/go-containerregistry/pull/1691) - Do not reuse pushers for pullers by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1701](https://togithub.com/google/go-containerregistry/pull/1701) **Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.15.1...v0.15.2 ### [`v0.15.1`](https://togithub.com/google/go-containerregistry/releases/tag/v0.15.1) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.15.0...v0.15.1) #### Changelog - [`e2620e5`](https://togithub.com/google/go-containerregistry/commit/e2620e56) Actually retry retryable status codes ([#&#8203;1618](https://togithub.com/google/go-containerregistry/issues/1618)) - [`afd15f1`](https://togithub.com/google/go-containerregistry/commit/afd15f14) Add --all-tags flag to crane cp ([#&#8203;1682](https://togithub.com/google/go-containerregistry/issues/1682)) - [`69d1a19`](https://togithub.com/google/go-containerregistry/commit/69d1a197) Add `mutate` `--ports` option to set the exposed ports ([#&#8203;1677](https://togithub.com/google/go-containerregistry/issues/1677)) - [`65e78dc`](https://togithub.com/google/go-containerregistry/commit/65e78dc8) Add partial.Manifests for lazy index access ([#&#8203;1631](https://togithub.com/google/go-containerregistry/issues/1631)) - [`3228a60`](https://togithub.com/google/go-containerregistry/commit/3228a601) Add ppc64le to .goreleaser.yml ([#&#8203;1680](https://togithub.com/google/go-containerregistry/issues/1680)) - [`0b12f56`](https://togithub.com/google/go-containerregistry/commit/0b12f56b) Add ppc64le to all binaries ([#&#8203;1688](https://togithub.com/google/go-containerregistry/issues/1688)) - [`d958444`](https://togithub.com/google/go-containerregistry/commit/d9584448) Add remote.Descriptor.Schema1() ([#&#8203;1626](https://togithub.com/google/go-containerregistry/issues/1626)) - [`07c767c`](https://togithub.com/google/go-containerregistry/commit/07c767c7) Add remote.Puller ([#&#8203;1644](https://togithub.com/google/go-containerregistry/issues/1644)) - [`005bb71`](https://togithub.com/google/go-containerregistry/commit/005bb719) Add remote.Reuse for Pusher/Puller ([#&#8203;1672](https://togithub.com/google/go-containerregistry/issues/1672)) - [`21ac1b2`](https://togithub.com/google/go-containerregistry/commit/21ac1b24) Adding `mutate` `--workdir` option to set the working directory ([#&#8203;1615](https://togithub.com/google/go-containerregistry/issues/1615)) - [`0962e29`](https://togithub.com/google/go-containerregistry/commit/0962e296) Allow remote config layers to be lazy fetched ([#&#8203;1634](https://togithub.com/google/go-containerregistry/issues/1634)) - [`53189d3`](https://togithub.com/google/go-containerregistry/commit/53189d33) Bump actions/setup-go from 3 to 4 ([#&#8203;1602](https://togithub.com/google/go-containerregistry/issues/1602)) - [`54e3f49`](https://togithub.com/google/go-containerregistry/commit/54e3f49e) Bump actions/stale from 7 to 8 ([#&#8203;1616](https://togithub.com/google/go-containerregistry/issues/1616)) - [`07eb440`](https://togithub.com/google/go-containerregistry/commit/07eb440c) Bump codecov/codecov-action from 3.1.1 to 3.1.2 ([#&#8203;1650](https://togithub.com/google/go-containerregistry/issues/1650)) - [`58bd35b`](https://togithub.com/google/go-containerregistry/commit/58bd35bc) Bump codecov/codecov-action from 3.1.2 to 3.1.3 ([#&#8203;1668](https://togithub.com/google/go-containerregistry/issues/1668)) - [`e055961`](https://togithub.com/google/go-containerregistry/commit/e055961a) Bump peter-evans/create-pull-request from 4 to 5 ([#&#8203;1642](https://togithub.com/google/go-containerregistry/issues/1642)) - [`b8d1c0a`](https://togithub.com/google/go-containerregistry/commit/b8d1c0a1) Bump slsa-framework/slsa-verifier from 2.0.1 to 2.1.0 ([#&#8203;1621](https://togithub.com/google/go-containerregistry/issues/1621)) - [`375fb61`](https://togithub.com/google/go-containerregistry/commit/375fb61c) Bump slsa-framework/slsa-verifier from 2.1.0 to 2.2.0 ([#&#8203;1649](https://togithub.com/google/go-containerregistry/issues/1649)) - [`9aa45a1`](https://togithub.com/google/go-containerregistry/commit/9aa45a1a) Change return type of remote.Referrers ([#&#8203;1652](https://togithub.com/google/go-containerregistry/issues/1652)) - [`2ccd41c`](https://togithub.com/google/go-containerregistry/commit/2ccd41c4) Cleanup: Switch the debug image to `cgr.dev/chainguard/busybox` ([#&#8203;1638](https://togithub.com/google/go-containerregistry/issues/1638)) - [`93be9c4`](https://togithub.com/google/go-containerregistry/commit/93be9c42) Don't export whiteouts for single layers ([#&#8203;1629](https://togithub.com/google/go-containerregistry/issues/1629)) - [`b7c6e9d`](https://togithub.com/google/go-containerregistry/commit/b7c6e9dc) Fall back to puller if reusing pusher fails ([#&#8203;1676](https://togithub.com/google/go-containerregistry/issues/1676)) - [`370e8a5`](https://togithub.com/google/go-containerregistry/commit/370e8a5f) Fix a few lint issues ([#&#8203;1684](https://togithub.com/google/go-containerregistry/issues/1684)) - [`bc990d6`](https://togithub.com/google/go-containerregistry/commit/bc990d6b) Fix fetching referrers error handling ([#&#8203;1648](https://togithub.com/google/go-containerregistry/issues/1648)) - [`aee00b1`](https://togithub.com/google/go-containerregistry/commit/aee00b15) Fix race in mutate ([#&#8203;1627](https://togithub.com/google/go-containerregistry/issues/1627)) - [`4a79e94`](https://togithub.com/google/go-containerregistry/commit/4a79e94b) Fix race in stream ([#&#8203;1632](https://togithub.com/google/go-containerregistry/issues/1632)) - [`6743ec9`](https://togithub.com/google/go-containerregistry/commit/6743ec96) Implement remote.Pusher ([#&#8203;1633](https://togithub.com/google/go-containerregistry/issues/1633)) - [`3120ba5`](https://togithub.com/google/go-containerregistry/commit/3120ba58) Keep order of env in crane mutate ([#&#8203;1683](https://togithub.com/google/go-containerregistry/issues/1683)) - [`6ac92e8`](https://togithub.com/google/go-containerregistry/commit/6ac92e8a) Refactor fetcher, writer, and progress ([#&#8203;1625](https://togithub.com/google/go-containerregistry/issues/1625)) - [`249d7e1`](https://togithub.com/google/go-containerregistry/commit/249d7e1f) Refresh authn.DefaultKeychain creds every 5 min ([#&#8203;1624](https://togithub.com/google/go-containerregistry/issues/1624)) - [`ad695c0`](https://togithub.com/google/go-containerregistry/commit/ad695c04) Replace deprecated command with environment file ([#&#8203;1667](https://togithub.com/google/go-containerregistry/issues/1667)) - [`ed5c185`](https://togithub.com/google/go-containerregistry/commit/ed5c185d) Retry net.ErrClosed ([#&#8203;1637](https://togithub.com/google/go-containerregistry/issues/1637)) - [`43710a9`](https://togithub.com/google/go-containerregistry/commit/43710a91) Retry without mount if auth fails ([#&#8203;1681](https://togithub.com/google/go-containerregistry/issues/1681)) - [`2435320`](https://togithub.com/google/go-containerregistry/commit/24353209) Revert "Cleanup: Switch the debug image to `cgr.dev/chainguard/busybox` ([#&#8203;1638](https://togithub.com/google/go-containerregistry/issues/1638))" ([#&#8203;1641](https://togithub.com/google/go-containerregistry/issues/1641)) - [`27a6ad6`](https://togithub.com/google/go-containerregistry/commit/27a6ad62) Revert "authn: Add NewConfigKeychain to load a config from explicit path ([#&#8203;1603](https://togithub.com/google/go-containerregistry/issues/1603))" ([#&#8203;1664](https://togithub.com/google/go-containerregistry/issues/1664)) - [`a34235c`](https://togithub.com/google/go-containerregistry/commit/a34235c8) Support `Warning` header aggregation and reporting in `crane` ([#&#8203;1604](https://togithub.com/google/go-containerregistry/issues/1604)) - [`01bbd53`](https://togithub.com/google/go-containerregistry/commit/01bbd539) Update release.yml ([#&#8203;1601](https://togithub.com/google/go-containerregistry/issues/1601)) - [`df518f9`](https://togithub.com/google/go-containerregistry/commit/df518f95) add crane auth logout ([#&#8203;1589](https://togithub.com/google/go-containerregistry/issues/1589)) - [`5438948`](https://togithub.com/google/go-containerregistry/commit/54389485) add registry.Repo("foo") ([#&#8203;1671](https://togithub.com/google/go-containerregistry/issues/1671)) - [`3706061`](https://togithub.com/google/go-containerregistry/commit/3706061a) allow pkg/v1/random to accept a RNG source ([#&#8203;1675](https://togithub.com/google/go-containerregistry/issues/1675)) - [`1cb7e13`](https://togithub.com/google/go-containerregistry/commit/1cb7e133) authn: Add NewConfigKeychain to load a config from explicit path ([#&#8203;1603](https://togithub.com/google/go-containerregistry/issues/1603)) - [`348cd86`](https://togithub.com/google/go-containerregistry/commit/348cd866) bump deps using ./hack/bump-deps.sh ([#&#8203;1659](https://togithub.com/google/go-containerregistry/issues/1659)) - [`691004b`](https://togithub.com/google/go-containerregistry/commit/691004b4) bump deps using ./hack/bump-deps.sh ([#&#8203;1685](https://togithub.com/google/go-containerregistry/issues/1685)) - [`df72a9a`](https://togithub.com/google/go-containerregistry/commit/df72a9a9) crane push: print pushed ref@digest to stdout ([#&#8203;1663](https://togithub.com/google/go-containerregistry/issues/1663)) - [`0577676`](https://togithub.com/google/go-containerregistry/commit/0577676c) crane: ignore buildx attestations in flatten ([#&#8203;1630](https://togithub.com/google/go-containerregistry/issues/1630)) - [`217318c`](https://togithub.com/google/go-containerregistry/commit/217318c3) deprecate estargz ([#&#8203;1660](https://togithub.com/google/go-containerregistry/issues/1660)) - [`9f68710`](https://togithub.com/google/go-containerregistry/commit/9f68710b) feat(daemon): generate config file from Docker Engine API ([#&#8203;1130](https://togithub.com/google/go-containerregistry/issues/1130)) - [`52d59d1`](https://togithub.com/google/go-containerregistry/commit/52d59d1b) feat(remote): make retryStatusCodes configurable ([#&#8203;1635](https://togithub.com/google/go-containerregistry/issues/1635)) - [`6f96bba`](https://togithub.com/google/go-containerregistry/commit/6f96bba2) gcrane: Use page size of 10,000 for googley things ([#&#8203;1645](https://togithub.com/google/go-containerregistry/issues/1645)) - [`0f2db49`](https://togithub.com/google/go-containerregistry/commit/0f2db492) release: use ko 0.13.0 to build images ([#&#8203;1607](https://togithub.com/google/go-containerregistry/issues/1607)) - [`d64f9e0`](https://togithub.com/google/go-containerregistry/commit/d64f9e0e) remove time from random.Image history ([#&#8203;1678](https://togithub.com/google/go-containerregistry/issues/1678)) - [`46488f7`](https://togithub.com/google/go-containerregistry/commit/46488f7d) retry HTTP 499 errors by default ([#&#8203;1612](https://togithub.com/google/go-containerregistry/issues/1612)) - [`ace7be7`](https://togithub.com/google/go-containerregistry/commit/ace7be76) update GCR quotas ([#&#8203;1619](https://togithub.com/google/go-containerregistry/issues/1619)) - [`d1c4e9f`](https://togithub.com/google/go-containerregistry/commit/d1c4e9ff) verify provenance ([#&#8203;1611](https://togithub.com/google/go-containerregistry/issues/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`](https://togithub.com/google/go-containerregistry/compare/v0.14.0...v0.15.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.14.0...v0.15.0) ### [`v0.14.0`](https://togithub.com/google/go-containerregistry/releases/tag/v0.14.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.13.0...v0.14.0) #### Changelog - [`9306eba`](https://togithub.com/google/go-containerregistry/commit/9306ebad) Allow crane edit to generate non-image artifacts ([#&#8203;1545](https://togithub.com/google/go-containerregistry/issues/1545)) - [`de35f0f`](https://togithub.com/google/go-containerregistry/commit/de35f0f7) Allow setting Content-Type in crane edit manifest ([#&#8203;1551](https://togithub.com/google/go-containerregistry/issues/1551)) - [`4b081f8`](https://togithub.com/google/go-containerregistry/commit/4b081f80) Avoid v1.Manifest in crane edit config ([#&#8203;1583](https://togithub.com/google/go-containerregistry/issues/1583)) - [`1cfe1fc`](https://togithub.com/google/go-containerregistry/commit/1cfe1fc2) Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 ([#&#8203;1593](https://togithub.com/google/go-containerregistry/issues/1593)) - [`da1008f`](https://togithub.com/google/go-containerregistry/commit/da1008fb) Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 ([#&#8203;1548](https://togithub.com/google/go-containerregistry/issues/1548)) - [`86be45f`](https://togithub.com/google/go-containerregistry/commit/86be45fb) Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 ([#&#8203;1547](https://togithub.com/google/go-containerregistry/issues/1547)) - [`62f183e`](https://togithub.com/google/go-containerregistry/commit/62f183e5) Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 ([#&#8203;1556](https://togithub.com/google/go-containerregistry/issues/1556)) - [`1b8dc2b`](https://togithub.com/google/go-containerregistry/commit/1b8dc2ba) Bump slsa-framework/slsa-github-generator from 1.2.2 to 1.5.0 ([#&#8203;1580](https://togithub.com/google/go-containerregistry/issues/1580)) - [`11843ba`](https://togithub.com/google/go-containerregistry/commit/11843ba2) Enforce proper sha256 usage ([#&#8203;1544](https://togithub.com/google/go-containerregistry/issues/1544)) - [`2ceebaa`](https://togithub.com/google/go-containerregistry/commit/2ceebaaf) Implement crane index subcommand ([#&#8203;1561](https://togithub.com/google/go-containerregistry/issues/1561)) - [`9f42e02`](https://togithub.com/google/go-containerregistry/commit/9f42e028) Set mediaType for empty.ImageIndex in RawManifest ([#&#8203;1562](https://togithub.com/google/go-containerregistry/issues/1562)) - [`759b19f`](https://togithub.com/google/go-containerregistry/commit/759b19f7) Support artifactType, for images whose config.mediaType is not a config ([#&#8203;1541](https://togithub.com/google/go-containerregistry/issues/1541)) - [`b3c23b4`](https://togithub.com/google/go-containerregistry/commit/b3c23b4c) Support for OCI 1.1+ referrers via API ([#&#8203;1546](https://togithub.com/google/go-containerregistry/issues/1546)) - [`061ee6b`](https://togithub.com/google/go-containerregistry/commit/061ee6bf) Support for OCI 1.1+ referrers via fallback tag ([#&#8203;1543](https://togithub.com/google/go-containerregistry/issues/1543)) - [`6770304`](https://togithub.com/google/go-containerregistry/commit/67703048) Update descriptor "data" field (when valid) during "crane edit config" ([#&#8203;1584](https://togithub.com/google/go-containerregistry/issues/1584)) - [`76bac93`](https://togithub.com/google/go-containerregistry/commit/76bac933) Update release.yml ([#&#8203;1540](https://togithub.com/google/go-containerregistry/issues/1540)) - [`eb7d746`](https://togithub.com/google/go-containerregistry/commit/eb7d746c) authn: also read mount secrets ([#&#8203;1560](https://togithub.com/google/go-containerregistry/issues/1560)) - [`e94d408`](https://togithub.com/google/go-containerregistry/commit/e94d4089) bump deps using ./hack/bump-deps.sh ([#&#8203;1592](https://togithub.com/google/go-containerregistry/issues/1592)) - [`4e95ae2`](https://togithub.com/google/go-containerregistry/commit/4e95ae2b) crane: add --flatten for index append ([#&#8203;1566](https://togithub.com/google/go-containerregistry/issues/1566)) - [`ff810c1`](https://togithub.com/google/go-containerregistry/commit/ff810c18) crane: add serve subcommand ([#&#8203;1586](https://togithub.com/google/go-containerregistry/issues/1586)) - [`8ea5e0e`](https://togithub.com/google/go-containerregistry/commit/8ea5e0e8) crane: support --omit-digest-tags in crane ls ([#&#8203;1528](https://togithub.com/google/go-containerregistry/issues/1528)) - [`824efc7`](https://togithub.com/google/go-containerregistry/commit/824efc77) fix(mutate): also set timestamps only present in some formats ([#&#8203;1550](https://togithub.com/google/go-containerregistry/issues/1550)) - [`e04520b`](https://togithub.com/google/go-containerregistry/commit/e04520bc) fix: Fix the crane release url and add more steps ([#&#8203;1532](https://togithub.com/google/go-containerregistry/issues/1532)) - [`d872232`](https://togithub.com/google/go-containerregistry/commit/d8722327) hash: use generic instantiation ([#&#8203;1538](https://togithub.com/google/go-containerregistry/issues/1538)) - [`57f010d`](https://togithub.com/google/go-containerregistry/commit/57f010d2) replace manual slsa-verifier installation with action ([#&#8203;1585](https://togithub.com/google/go-containerregistry/issues/1585)) - [`9cd098e`](https://togithub.com/google/go-containerregistry/commit/9cd098e3) skip tls verification if default transport is used with insecure option ([#&#8203;1559](https://togithub.com/google/go-containerregistry/issues/1559)) - [`3624968`](https://togithub.com/google/go-containerregistry/commit/36249683) tarball: pass imageToTags ([#&#8203;1563](https://togithub.com/google/go-containerregistry/issues/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`](https://togithub.com/google/go-containerregistry/releases/tag/v0.13.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.12.1...v0.13.0) #### What's Changed - Bump slsa-framework/slsa-github-generator to 1.2.2 by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1489](https://togithub.com/google/go-containerregistry/pull/1489) - Features: Allow eliding `serviceaccount` lookups. by [@&#8203;mattmoor](https://togithub.com/mattmoor) in [https://github.com/google/go-containerregistry/pull/1490](https://togithub.com/google/go-containerregistry/pull/1490) - Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1491](https://togithub.com/google/go-containerregistry/pull/1491) - add source archive checksum into the checksums.txt by [@&#8203;developer-guy](https://togithub.com/developer-guy) in [https://github.com/google/go-containerregistry/pull/1492](https://togithub.com/google/go-containerregistry/pull/1492) - Fix calculating tarball size when duplicated layers exist by [@&#8203;tydra-wang](https://togithub.com/tydra-wang) in [https://github.com/google/go-containerregistry/pull/1495](https://togithub.com/google/go-containerregistry/pull/1495) - Add support for zstd compression by [@&#8203;LFrobeen](https://togithub.com/LFrobeen) in [https://github.com/google/go-containerregistry/pull/1487](https://togithub.com/google/go-containerregistry/pull/1487) - docs: pull latest instead of debug by [@&#8203;AndrewCharlesHay](https://togithub.com/AndrewCharlesHay) in [https://github.com/google/go-containerregistry/pull/1497](https://togithub.com/google/go-containerregistry/pull/1497) - Make credential warning slightly more accurate by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1499](https://togithub.com/google/go-containerregistry/pull/1499) - Make unit tests substantially faster by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1498](https://togithub.com/google/go-containerregistry/pull/1498) - Use the default retry predicate in transport by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1502](https://togithub.com/google/go-containerregistry/pull/1502) - Revert "docs: pull latest instead of debug ([#&#8203;1497](https://togithub.com/google/go-containerregistry/issues/1497))" by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1504](https://togithub.com/google/go-containerregistry/pull/1504) - Update Arch Linux install instructions by [@&#8203;kpcyrd](https://togithub.com/kpcyrd) in [https://github.com/google/go-containerregistry/pull/1508](https://togithub.com/google/go-containerregistry/pull/1508) - Fix various lints by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1507](https://togithub.com/google/go-containerregistry/pull/1507) - Fix missing doc comment by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1509](https://togithub.com/google/go-containerregistry/pull/1509) - Treat empty registry config as anonymous by [@&#8203;lcarva](https://togithub.com/lcarva) in [https://github.com/google/go-containerregistry/pull/1512](https://togithub.com/google/go-containerregistry/pull/1512) - Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1511](https://togithub.com/google/go-containerregistry/pull/1511) - Bump actions/stale from 6 to 7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1519](https://togithub.com/google/go-containerregistry/pull/1519) - Race http fallback ping by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1521](https://togithub.com/google/go-containerregistry/pull/1521) - FIX mutate.Time not respecting history by [@&#8203;miguelvalerio](https://togithub.com/miguelvalerio) in [https://github.com/google/go-containerregistry/pull/1520](https://togithub.com/google/go-containerregistry/pull/1520) - test: use `T.TempDir` to create temporary test directory by [@&#8203;Juneezee](https://togithub.com/Juneezee) in [https://github.com/google/go-containerregistry/pull/1522](https://togithub.com/google/go-containerregistry/pull/1522) - crane: add digest --full by [@&#8203;imjasonh](https://togithub.com/imjasonh) in [https://github.com/google/go-containerregistry/pull/1524](https://togithub.com/google/go-containerregistry/pull/1524) - Hack around DockerHub plugin scope handling by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1527](https://togithub.com/google/go-containerregistry/pull/1527) - crane: support --full-ref for crane ls by [@&#8203;imjasonh](https://togithub.com/imjasonh) in [https://github.com/google/go-containerregistry/pull/1525](https://togithub.com/google/go-containerregistry/pull/1525) - Revert plugin scope hack by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1531](https://togithub.com/google/go-containerregistry/pull/1531) - clarify crane download readme by [@&#8203;dtanner](https://togithub.com/dtanner) in [https://github.com/google/go-containerregistry/pull/1533](https://togithub.com/google/go-containerregistry/pull/1533) #### New Contributors - [@&#8203;LFrobeen](https://togithub.com/LFrobeen) made their first contribution in [https://github.com/google/go-containerregistry/pull/1487](https://togithub.com/google/go-containerregistry/pull/1487) - [@&#8203;AndrewCharlesHay](https://togithub.com/AndrewCharlesHay) made their first contribution in [https://github.com/google/go-containerregistry/pull/1497](https://togithub.com/google/go-containerregistry/pull/1497) - [@&#8203;kpcyrd](https://togithub.com/kpcyrd) made their first contribution in [https://github.com/google/go-containerregistry/pull/1508](https://togithub.com/google/go-containerregistry/pull/1508) - [@&#8203;miguelvalerio](https://togithub.com/miguelvalerio) made their first contribution in [https://github.com/google/go-containerregistry/pull/1520](https://togithub.com/google/go-containerregistry/pull/1520) - [@&#8203;Juneezee](https://togithub.com/Juneezee) made their first contribution in [https://github.com/google/go-containerregistry/pull/1522](https://togithub.com/google/go-containerregistry/pull/1522) - [@&#8203;dtanner](https://togithub.com/dtanner) made their first contribution in [https://github.com/google/go-containerregistry/pull/1533](https://togithub.com/google/go-containerregistry/pull/1533) **Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.12.1...v0.13.0 ### [`v0.12.1`](https://togithub.com/google/go-containerregistry/releases/tag/v0.12.1) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.12.0...v0.12.1) #### Changelog - [`426de7d`](https://togithub.com/google/go-containerregistry/commit/426de7d4) Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 ([#&#8203;1475](https://togithub.com/google/go-containerregistry/issues/1475)) - [`6442b02`](https://togithub.com/google/go-containerregistry/commit/6442b027) Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 ([#&#8203;1476](https://togithub.com/google/go-containerregistry/issues/1476)) - [`76ae819`](https://togithub.com/google/go-containerregistry/commit/76ae8192) Fix context.DeadlineExceeded comparison ([#&#8203;1488](https://togithub.com/google/go-containerregistry/issues/1488)) - [`1711cef`](https://togithub.com/google/go-containerregistry/commit/1711cefd) Fix missing body.Close() in bearer auth ([#&#8203;1482](https://togithub.com/google/go-containerregistry/issues/1482)) - [`02f47e1`](https://togithub.com/google/go-containerregistry/commit/02f47e13) bump version of slsa generator ([#&#8203;1468](https://togithub.com/google/go-containerregistry/issues/1468)) - [`353a117`](https://togithub.com/google/go-containerregistry/commit/353a1176) crane: add catalog argument use annotation ([#&#8203;1473](https://togithub.com/google/go-containerregistry/issues/1473)) - [`a0cca8a`](https://togithub.com/google/go-containerregistry/commit/a0cca8a0) k8schain: Log and proceed if secret or SA are not found ([#&#8203;1472](https://togithub.com/google/go-containerregistry/issues/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`](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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;1467](https://togithub.com/google/go-containerregistry/issues/1467)) - [`c1f9836`](https://togithub.com/google/go-containerregistry/commit/c1f9836a) Bump opencontainers/image-spec ([#&#8203;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 ([#&#8203;1419](https://togithub.com/google/go-containerregistry/issues/1419)) - [`3ba4c51`](https://togithub.com/google/go-containerregistry/commit/3ba4c511) Fix tar PAX format handling ([#&#8203;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 ([#&#8203;1420](https://togithub.com/google/go-containerregistry/issues/1420)) - [`a0f6687`](https://togithub.com/google/go-containerregistry/commit/a0f66878) Make ErrBadName checkable via errors.Is() ([#&#8203;1462](https://togithub.com/google/go-containerregistry/issues/1462)) - [`19e3eff`](https://togithub.com/google/go-containerregistry/commit/19e3eff7) Retry ECONNRESET errors ([#&#8203;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 ([#&#8203;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 ([#&#8203;1449](https://togithub.com/google/go-containerregistry/issues/1449)) - [`f981b4c`](https://togithub.com/google/go-containerregistry/commit/f981b4c0) deps: update goreleaser-action for bug ([#&#8203;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 ([#&#8203;1436](https://togithub.com/google/go-containerregistry/issues/1436)) - [`87b3a79`](https://togithub.com/google/go-containerregistry/commit/87b3a796) feat: Add krane to release archive ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;1437](https://togithub.com/google/go-containerregistry/issues/1437)) - [`d3ed408`](https://togithub.com/google/go-containerregistry/commit/d3ed4089) registry: implement blob deletion ([#&#8203;1432](https://togithub.com/google/go-containerregistry/issues/1432)) - [`3413eb6`](https://togithub.com/google/go-containerregistry/commit/3413eb6c) registry: implement pagination ([#&#8203;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 ([#&#8203;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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 08:32:17 +00:00
github.com/docker/cli v23.0.5+incompatible // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
Update module github.com/google/go-containerregistry to v0.15.2 (#284) [![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.15.2` | --- ### Release Notes <details> <summary>google/go-containerregistry</summary> ### [`v0.15.2`](https://togithub.com/google/go-containerregistry/releases/tag/v0.15.2) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.15.1...v0.15.2) #### What's Changed - Make 403 non-fatal for manifest existence checks by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1691](https://togithub.com/google/go-containerregistry/pull/1691) - Do not reuse pushers for pullers by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1701](https://togithub.com/google/go-containerregistry/pull/1701) **Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.15.1...v0.15.2 ### [`v0.15.1`](https://togithub.com/google/go-containerregistry/releases/tag/v0.15.1) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.15.0...v0.15.1) #### Changelog - [`e2620e5`](https://togithub.com/google/go-containerregistry/commit/e2620e56) Actually retry retryable status codes ([#&#8203;1618](https://togithub.com/google/go-containerregistry/issues/1618)) - [`afd15f1`](https://togithub.com/google/go-containerregistry/commit/afd15f14) Add --all-tags flag to crane cp ([#&#8203;1682](https://togithub.com/google/go-containerregistry/issues/1682)) - [`69d1a19`](https://togithub.com/google/go-containerregistry/commit/69d1a197) Add `mutate` `--ports` option to set the exposed ports ([#&#8203;1677](https://togithub.com/google/go-containerregistry/issues/1677)) - [`65e78dc`](https://togithub.com/google/go-containerregistry/commit/65e78dc8) Add partial.Manifests for lazy index access ([#&#8203;1631](https://togithub.com/google/go-containerregistry/issues/1631)) - [`3228a60`](https://togithub.com/google/go-containerregistry/commit/3228a601) Add ppc64le to .goreleaser.yml ([#&#8203;1680](https://togithub.com/google/go-containerregistry/issues/1680)) - [`0b12f56`](https://togithub.com/google/go-containerregistry/commit/0b12f56b) Add ppc64le to all binaries ([#&#8203;1688](https://togithub.com/google/go-containerregistry/issues/1688)) - [`d958444`](https://togithub.com/google/go-containerregistry/commit/d9584448) Add remote.Descriptor.Schema1() ([#&#8203;1626](https://togithub.com/google/go-containerregistry/issues/1626)) - [`07c767c`](https://togithub.com/google/go-containerregistry/commit/07c767c7) Add remote.Puller ([#&#8203;1644](https://togithub.com/google/go-containerregistry/issues/1644)) - [`005bb71`](https://togithub.com/google/go-containerregistry/commit/005bb719) Add remote.Reuse for Pusher/Puller ([#&#8203;1672](https://togithub.com/google/go-containerregistry/issues/1672)) - [`21ac1b2`](https://togithub.com/google/go-containerregistry/commit/21ac1b24) Adding `mutate` `--workdir` option to set the working directory ([#&#8203;1615](https://togithub.com/google/go-containerregistry/issues/1615)) - [`0962e29`](https://togithub.com/google/go-containerregistry/commit/0962e296) Allow remote config layers to be lazy fetched ([#&#8203;1634](https://togithub.com/google/go-containerregistry/issues/1634)) - [`53189d3`](https://togithub.com/google/go-containerregistry/commit/53189d33) Bump actions/setup-go from 3 to 4 ([#&#8203;1602](https://togithub.com/google/go-containerregistry/issues/1602)) - [`54e3f49`](https://togithub.com/google/go-containerregistry/commit/54e3f49e) Bump actions/stale from 7 to 8 ([#&#8203;1616](https://togithub.com/google/go-containerregistry/issues/1616)) - [`07eb440`](https://togithub.com/google/go-containerregistry/commit/07eb440c) Bump codecov/codecov-action from 3.1.1 to 3.1.2 ([#&#8203;1650](https://togithub.com/google/go-containerregistry/issues/1650)) - [`58bd35b`](https://togithub.com/google/go-containerregistry/commit/58bd35bc) Bump codecov/codecov-action from 3.1.2 to 3.1.3 ([#&#8203;1668](https://togithub.com/google/go-containerregistry/issues/1668)) - [`e055961`](https://togithub.com/google/go-containerregistry/commit/e055961a) Bump peter-evans/create-pull-request from 4 to 5 ([#&#8203;1642](https://togithub.com/google/go-containerregistry/issues/1642)) - [`b8d1c0a`](https://togithub.com/google/go-containerregistry/commit/b8d1c0a1) Bump slsa-framework/slsa-verifier from 2.0.1 to 2.1.0 ([#&#8203;1621](https://togithub.com/google/go-containerregistry/issues/1621)) - [`375fb61`](https://togithub.com/google/go-containerregistry/commit/375fb61c) Bump slsa-framework/slsa-verifier from 2.1.0 to 2.2.0 ([#&#8203;1649](https://togithub.com/google/go-containerregistry/issues/1649)) - [`9aa45a1`](https://togithub.com/google/go-containerregistry/commit/9aa45a1a) Change return type of remote.Referrers ([#&#8203;1652](https://togithub.com/google/go-containerregistry/issues/1652)) - [`2ccd41c`](https://togithub.com/google/go-containerregistry/commit/2ccd41c4) Cleanup: Switch the debug image to `cgr.dev/chainguard/busybox` ([#&#8203;1638](https://togithub.com/google/go-containerregistry/issues/1638)) - [`93be9c4`](https://togithub.com/google/go-containerregistry/commit/93be9c42) Don't export whiteouts for single layers ([#&#8203;1629](https://togithub.com/google/go-containerregistry/issues/1629)) - [`b7c6e9d`](https://togithub.com/google/go-containerregistry/commit/b7c6e9dc) Fall back to puller if reusing pusher fails ([#&#8203;1676](https://togithub.com/google/go-containerregistry/issues/1676)) - [`370e8a5`](https://togithub.com/google/go-containerregistry/commit/370e8a5f) Fix a few lint issues ([#&#8203;1684](https://togithub.com/google/go-containerregistry/issues/1684)) - [`bc990d6`](https://togithub.com/google/go-containerregistry/commit/bc990d6b) Fix fetching referrers error handling ([#&#8203;1648](https://togithub.com/google/go-containerregistry/issues/1648)) - [`aee00b1`](https://togithub.com/google/go-containerregistry/commit/aee00b15) Fix race in mutate ([#&#8203;1627](https://togithub.com/google/go-containerregistry/issues/1627)) - [`4a79e94`](https://togithub.com/google/go-containerregistry/commit/4a79e94b) Fix race in stream ([#&#8203;1632](https://togithub.com/google/go-containerregistry/issues/1632)) - [`6743ec9`](https://togithub.com/google/go-containerregistry/commit/6743ec96) Implement remote.Pusher ([#&#8203;1633](https://togithub.com/google/go-containerregistry/issues/1633)) - [`3120ba5`](https://togithub.com/google/go-containerregistry/commit/3120ba58) Keep order of env in crane mutate ([#&#8203;1683](https://togithub.com/google/go-containerregistry/issues/1683)) - [`6ac92e8`](https://togithub.com/google/go-containerregistry/commit/6ac92e8a) Refactor fetcher, writer, and progress ([#&#8203;1625](https://togithub.com/google/go-containerregistry/issues/1625)) - [`249d7e1`](https://togithub.com/google/go-containerregistry/commit/249d7e1f) Refresh authn.DefaultKeychain creds every 5 min ([#&#8203;1624](https://togithub.com/google/go-containerregistry/issues/1624)) - [`ad695c0`](https://togithub.com/google/go-containerregistry/commit/ad695c04) Replace deprecated command with environment file ([#&#8203;1667](https://togithub.com/google/go-containerregistry/issues/1667)) - [`ed5c185`](https://togithub.com/google/go-containerregistry/commit/ed5c185d) Retry net.ErrClosed ([#&#8203;1637](https://togithub.com/google/go-containerregistry/issues/1637)) - [`43710a9`](https://togithub.com/google/go-containerregistry/commit/43710a91) Retry without mount if auth fails ([#&#8203;1681](https://togithub.com/google/go-containerregistry/issues/1681)) - [`2435320`](https://togithub.com/google/go-containerregistry/commit/24353209) Revert "Cleanup: Switch the debug image to `cgr.dev/chainguard/busybox` ([#&#8203;1638](https://togithub.com/google/go-containerregistry/issues/1638))" ([#&#8203;1641](https://togithub.com/google/go-containerregistry/issues/1641)) - [`27a6ad6`](https://togithub.com/google/go-containerregistry/commit/27a6ad62) Revert "authn: Add NewConfigKeychain to load a config from explicit path ([#&#8203;1603](https://togithub.com/google/go-containerregistry/issues/1603))" ([#&#8203;1664](https://togithub.com/google/go-containerregistry/issues/1664)) - [`a34235c`](https://togithub.com/google/go-containerregistry/commit/a34235c8) Support `Warning` header aggregation and reporting in `crane` ([#&#8203;1604](https://togithub.com/google/go-containerregistry/issues/1604)) - [`01bbd53`](https://togithub.com/google/go-containerregistry/commit/01bbd539) Update release.yml ([#&#8203;1601](https://togithub.com/google/go-containerregistry/issues/1601)) - [`df518f9`](https://togithub.com/google/go-containerregistry/commit/df518f95) add crane auth logout ([#&#8203;1589](https://togithub.com/google/go-containerregistry/issues/1589)) - [`5438948`](https://togithub.com/google/go-containerregistry/commit/54389485) add registry.Repo("foo") ([#&#8203;1671](https://togithub.com/google/go-containerregistry/issues/1671)) - [`3706061`](https://togithub.com/google/go-containerregistry/commit/3706061a) allow pkg/v1/random to accept a RNG source ([#&#8203;1675](https://togithub.com/google/go-containerregistry/issues/1675)) - [`1cb7e13`](https://togithub.com/google/go-containerregistry/commit/1cb7e133) authn: Add NewConfigKeychain to load a config from explicit path ([#&#8203;1603](https://togithub.com/google/go-containerregistry/issues/1603)) - [`348cd86`](https://togithub.com/google/go-containerregistry/commit/348cd866) bump deps using ./hack/bump-deps.sh ([#&#8203;1659](https://togithub.com/google/go-containerregistry/issues/1659)) - [`691004b`](https://togithub.com/google/go-containerregistry/commit/691004b4) bump deps using ./hack/bump-deps.sh ([#&#8203;1685](https://togithub.com/google/go-containerregistry/issues/1685)) - [`df72a9a`](https://togithub.com/google/go-containerregistry/commit/df72a9a9) crane push: print pushed ref@digest to stdout ([#&#8203;1663](https://togithub.com/google/go-containerregistry/issues/1663)) - [`0577676`](https://togithub.com/google/go-containerregistry/commit/0577676c) crane: ignore buildx attestations in flatten ([#&#8203;1630](https://togithub.com/google/go-containerregistry/issues/1630)) - [`217318c`](https://togithub.com/google/go-containerregistry/commit/217318c3) deprecate estargz ([#&#8203;1660](https://togithub.com/google/go-containerregistry/issues/1660)) - [`9f68710`](https://togithub.com/google/go-containerregistry/commit/9f68710b) feat(daemon): generate config file from Docker Engine API ([#&#8203;1130](https://togithub.com/google/go-containerregistry/issues/1130)) - [`52d59d1`](https://togithub.com/google/go-containerregistry/commit/52d59d1b) feat(remote): make retryStatusCodes configurable ([#&#8203;1635](https://togithub.com/google/go-containerregistry/issues/1635)) - [`6f96bba`](https://togithub.com/google/go-containerregistry/commit/6f96bba2) gcrane: Use page size of 10,000 for googley things ([#&#8203;1645](https://togithub.com/google/go-containerregistry/issues/1645)) - [`0f2db49`](https://togithub.com/google/go-containerregistry/commit/0f2db492) release: use ko 0.13.0 to build images ([#&#8203;1607](https://togithub.com/google/go-containerregistry/issues/1607)) - [`d64f9e0`](https://togithub.com/google/go-containerregistry/commit/d64f9e0e) remove time from random.Image history ([#&#8203;1678](https://togithub.com/google/go-containerregistry/issues/1678)) - [`46488f7`](https://togithub.com/google/go-containerregistry/commit/46488f7d) retry HTTP 499 errors by default ([#&#8203;1612](https://togithub.com/google/go-containerregistry/issues/1612)) - [`ace7be7`](https://togithub.com/google/go-containerregistry/commit/ace7be76) update GCR quotas ([#&#8203;1619](https://togithub.com/google/go-containerregistry/issues/1619)) - [`d1c4e9f`](https://togithub.com/google/go-containerregistry/commit/d1c4e9ff) verify provenance ([#&#8203;1611](https://togithub.com/google/go-containerregistry/issues/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`](https://togithub.com/google/go-containerregistry/compare/v0.14.0...v0.15.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.14.0...v0.15.0) ### [`v0.14.0`](https://togithub.com/google/go-containerregistry/releases/tag/v0.14.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.13.0...v0.14.0) #### Changelog - [`9306eba`](https://togithub.com/google/go-containerregistry/commit/9306ebad) Allow crane edit to generate non-image artifacts ([#&#8203;1545](https://togithub.com/google/go-containerregistry/issues/1545)) - [`de35f0f`](https://togithub.com/google/go-containerregistry/commit/de35f0f7) Allow setting Content-Type in crane edit manifest ([#&#8203;1551](https://togithub.com/google/go-containerregistry/issues/1551)) - [`4b081f8`](https://togithub.com/google/go-containerregistry/commit/4b081f80) Avoid v1.Manifest in crane edit config ([#&#8203;1583](https://togithub.com/google/go-containerregistry/issues/1583)) - [`1cfe1fc`](https://togithub.com/google/go-containerregistry/commit/1cfe1fc2) Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 ([#&#8203;1593](https://togithub.com/google/go-containerregistry/issues/1593)) - [`da1008f`](https://togithub.com/google/go-containerregistry/commit/da1008fb) Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 ([#&#8203;1548](https://togithub.com/google/go-containerregistry/issues/1548)) - [`86be45f`](https://togithub.com/google/go-containerregistry/commit/86be45fb) Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 ([#&#8203;1547](https://togithub.com/google/go-containerregistry/issues/1547)) - [`62f183e`](https://togithub.com/google/go-containerregistry/commit/62f183e5) Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 ([#&#8203;1556](https://togithub.com/google/go-containerregistry/issues/1556)) - [`1b8dc2b`](https://togithub.com/google/go-containerregistry/commit/1b8dc2ba) Bump slsa-framework/slsa-github-generator from 1.2.2 to 1.5.0 ([#&#8203;1580](https://togithub.com/google/go-containerregistry/issues/1580)) - [`11843ba`](https://togithub.com/google/go-containerregistry/commit/11843ba2) Enforce proper sha256 usage ([#&#8203;1544](https://togithub.com/google/go-containerregistry/issues/1544)) - [`2ceebaa`](https://togithub.com/google/go-containerregistry/commit/2ceebaaf) Implement crane index subcommand ([#&#8203;1561](https://togithub.com/google/go-containerregistry/issues/1561)) - [`9f42e02`](https://togithub.com/google/go-containerregistry/commit/9f42e028) Set mediaType for empty.ImageIndex in RawManifest ([#&#8203;1562](https://togithub.com/google/go-containerregistry/issues/1562)) - [`759b19f`](https://togithub.com/google/go-containerregistry/commit/759b19f7) Support artifactType, for images whose config.mediaType is not a config ([#&#8203;1541](https://togithub.com/google/go-containerregistry/issues/1541)) - [`b3c23b4`](https://togithub.com/google/go-containerregistry/commit/b3c23b4c) Support for OCI 1.1+ referrers via API ([#&#8203;1546](https://togithub.com/google/go-containerregistry/issues/1546)) - [`061ee6b`](https://togithub.com/google/go-containerregistry/commit/061ee6bf) Support for OCI 1.1+ referrers via fallback tag ([#&#8203;1543](https://togithub.com/google/go-containerregistry/issues/1543)) - [`6770304`](https://togithub.com/google/go-containerregistry/commit/67703048) Update descriptor "data" field (when valid) during "crane edit config" ([#&#8203;1584](https://togithub.com/google/go-containerregistry/issues/1584)) - [`76bac93`](https://togithub.com/google/go-containerregistry/commit/76bac933) Update release.yml ([#&#8203;1540](https://togithub.com/google/go-containerregistry/issues/1540)) - [`eb7d746`](https://togithub.com/google/go-containerregistry/commit/eb7d746c) authn: also read mount secrets ([#&#8203;1560](https://togithub.com/google/go-containerregistry/issues/1560)) - [`e94d408`](https://togithub.com/google/go-containerregistry/commit/e94d4089) bump deps using ./hack/bump-deps.sh ([#&#8203;1592](https://togithub.com/google/go-containerregistry/issues/1592)) - [`4e95ae2`](https://togithub.com/google/go-containerregistry/commit/4e95ae2b) crane: add --flatten for index append ([#&#8203;1566](https://togithub.com/google/go-containerregistry/issues/1566)) - [`ff810c1`](https://togithub.com/google/go-containerregistry/commit/ff810c18) crane: add serve subcommand ([#&#8203;1586](https://togithub.com/google/go-containerregistry/issues/1586)) - [`8ea5e0e`](https://togithub.com/google/go-containerregistry/commit/8ea5e0e8) crane: support --omit-digest-tags in crane ls ([#&#8203;1528](https://togithub.com/google/go-containerregistry/issues/1528)) - [`824efc7`](https://togithub.com/google/go-containerregistry/commit/824efc77) fix(mutate): also set timestamps only present in some formats ([#&#8203;1550](https://togithub.com/google/go-containerregistry/issues/1550)) - [`e04520b`](https://togithub.com/google/go-containerregistry/commit/e04520bc) fix: Fix the crane release url and add more steps ([#&#8203;1532](https://togithub.com/google/go-containerregistry/issues/1532)) - [`d872232`](https://togithub.com/google/go-containerregistry/commit/d8722327) hash: use generic instantiation ([#&#8203;1538](https://togithub.com/google/go-containerregistry/issues/1538)) - [`57f010d`](https://togithub.com/google/go-containerregistry/commit/57f010d2) replace manual slsa-verifier installation with action ([#&#8203;1585](https://togithub.com/google/go-containerregistry/issues/1585)) - [`9cd098e`](https://togithub.com/google/go-containerregistry/commit/9cd098e3) skip tls verification if default transport is used with insecure option ([#&#8203;1559](https://togithub.com/google/go-containerregistry/issues/1559)) - [`3624968`](https://togithub.com/google/go-containerregistry/commit/36249683) tarball: pass imageToTags ([#&#8203;1563](https://togithub.com/google/go-containerregistry/issues/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`](https://togithub.com/google/go-containerregistry/releases/tag/v0.13.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.12.1...v0.13.0) #### What's Changed - Bump slsa-framework/slsa-github-generator to 1.2.2 by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1489](https://togithub.com/google/go-containerregistry/pull/1489) - Features: Allow eliding `serviceaccount` lookups. by [@&#8203;mattmoor](https://togithub.com/mattmoor) in [https://github.com/google/go-containerregistry/pull/1490](https://togithub.com/google/go-containerregistry/pull/1490) - Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1491](https://togithub.com/google/go-containerregistry/pull/1491) - add source archive checksum into the checksums.txt by [@&#8203;developer-guy](https://togithub.com/developer-guy) in [https://github.com/google/go-containerregistry/pull/1492](https://togithub.com/google/go-containerregistry/pull/1492) - Fix calculating tarball size when duplicated layers exist by [@&#8203;tydra-wang](https://togithub.com/tydra-wang) in [https://github.com/google/go-containerregistry/pull/1495](https://togithub.com/google/go-containerregistry/pull/1495) - Add support for zstd compression by [@&#8203;LFrobeen](https://togithub.com/LFrobeen) in [https://github.com/google/go-containerregistry/pull/1487](https://togithub.com/google/go-containerregistry/pull/1487) - docs: pull latest instead of debug by [@&#8203;AndrewCharlesHay](https://togithub.com/AndrewCharlesHay) in [https://github.com/google/go-containerregistry/pull/1497](https://togithub.com/google/go-containerregistry/pull/1497) - Make credential warning slightly more accurate by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1499](https://togithub.com/google/go-containerregistry/pull/1499) - Make unit tests substantially faster by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1498](https://togithub.com/google/go-containerregistry/pull/1498) - Use the default retry predicate in transport by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1502](https://togithub.com/google/go-containerregistry/pull/1502) - Revert "docs: pull latest instead of debug ([#&#8203;1497](https://togithub.com/google/go-containerregistry/issues/1497))" by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1504](https://togithub.com/google/go-containerregistry/pull/1504) - Update Arch Linux install instructions by [@&#8203;kpcyrd](https://togithub.com/kpcyrd) in [https://github.com/google/go-containerregistry/pull/1508](https://togithub.com/google/go-containerregistry/pull/1508) - Fix various lints by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1507](https://togithub.com/google/go-containerregistry/pull/1507) - Fix missing doc comment by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1509](https://togithub.com/google/go-containerregistry/pull/1509) - Treat empty registry config as anonymous by [@&#8203;lcarva](https://togithub.com/lcarva) in [https://github.com/google/go-containerregistry/pull/1512](https://togithub.com/google/go-containerregistry/pull/1512) - Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1511](https://togithub.com/google/go-containerregistry/pull/1511) - Bump actions/stale from 6 to 7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1519](https://togithub.com/google/go-containerregistry/pull/1519) - Race http fallback ping by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1521](https://togithub.com/google/go-containerregistry/pull/1521) - FIX mutate.Time not respecting history by [@&#8203;miguelvalerio](https://togithub.com/miguelvalerio) in [https://github.com/google/go-containerregistry/pull/1520](https://togithub.com/google/go-containerregistry/pull/1520) - test: use `T.TempDir` to create temporary test directory by [@&#8203;Juneezee](https://togithub.com/Juneezee) in [https://github.com/google/go-containerregistry/pull/1522](https://togithub.com/google/go-containerregistry/pull/1522) - crane: add digest --full by [@&#8203;imjasonh](https://togithub.com/imjasonh) in [https://github.com/google/go-containerregistry/pull/1524](https://togithub.com/google/go-containerregistry/pull/1524) - Hack around DockerHub plugin scope handling by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1527](https://togithub.com/google/go-containerregistry/pull/1527) - crane: support --full-ref for crane ls by [@&#8203;imjasonh](https://togithub.com/imjasonh) in [https://github.com/google/go-containerregistry/pull/1525](https://togithub.com/google/go-containerregistry/pull/1525) - Revert plugin scope hack by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1531](https://togithub.com/google/go-containerregistry/pull/1531) - clarify crane download readme by [@&#8203;dtanner](https://togithub.com/dtanner) in [https://github.com/google/go-containerregistry/pull/1533](https://togithub.com/google/go-containerregistry/pull/1533) #### New Contributors - [@&#8203;LFrobeen](https://togithub.com/LFrobeen) made their first contribution in [https://github.com/google/go-containerregistry/pull/1487](https://togithub.com/google/go-containerregistry/pull/1487) - [@&#8203;AndrewCharlesHay](https://togithub.com/AndrewCharlesHay) made their first contribution in [https://github.com/google/go-containerregistry/pull/1497](https://togithub.com/google/go-containerregistry/pull/1497) - [@&#8203;kpcyrd](https://togithub.com/kpcyrd) made their first contribution in [https://github.com/google/go-containerregistry/pull/1508](https://togithub.com/google/go-containerregistry/pull/1508) - [@&#8203;miguelvalerio](https://togithub.com/miguelvalerio) made their first contribution in [https://github.com/google/go-containerregistry/pull/1520](https://togithub.com/google/go-containerregistry/pull/1520) - [@&#8203;Juneezee](https://togithub.com/Juneezee) made their first contribution in [https://github.com/google/go-containerregistry/pull/1522](https://togithub.com/google/go-containerregistry/pull/1522) - [@&#8203;dtanner](https://togithub.com/dtanner) made their first contribution in [https://github.com/google/go-containerregistry/pull/1533](https://togithub.com/google/go-containerregistry/pull/1533) **Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.12.1...v0.13.0 ### [`v0.12.1`](https://togithub.com/google/go-containerregistry/releases/tag/v0.12.1) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.12.0...v0.12.1) #### Changelog - [`426de7d`](https://togithub.com/google/go-containerregistry/commit/426de7d4) Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 ([#&#8203;1475](https://togithub.com/google/go-containerregistry/issues/1475)) - [`6442b02`](https://togithub.com/google/go-containerregistry/commit/6442b027) Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 ([#&#8203;1476](https://togithub.com/google/go-containerregistry/issues/1476)) - [`76ae819`](https://togithub.com/google/go-containerregistry/commit/76ae8192) Fix context.DeadlineExceeded comparison ([#&#8203;1488](https://togithub.com/google/go-containerregistry/issues/1488)) - [`1711cef`](https://togithub.com/google/go-containerregistry/commit/1711cefd) Fix missing body.Close() in bearer auth ([#&#8203;1482](https://togithub.com/google/go-containerregistry/issues/1482)) - [`02f47e1`](https://togithub.com/google/go-containerregistry/commit/02f47e13) bump version of slsa generator ([#&#8203;1468](https://togithub.com/google/go-containerregistry/issues/1468)) - [`353a117`](https://togithub.com/google/go-containerregistry/commit/353a1176) crane: add catalog argument use annotation ([#&#8203;1473](https://togithub.com/google/go-containerregistry/issues/1473)) - [`a0cca8a`](https://togithub.com/google/go-containerregistry/commit/a0cca8a0) k8schain: Log and proceed if secret or SA are not found ([#&#8203;1472](https://togithub.com/google/go-containerregistry/issues/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`](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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;1467](https://togithub.com/google/go-containerregistry/issues/1467)) - [`c1f9836`](https://togithub.com/google/go-containerregistry/commit/c1f9836a) Bump opencontainers/image-spec ([#&#8203;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 ([#&#8203;1419](https://togithub.com/google/go-containerregistry/issues/1419)) - [`3ba4c51`](https://togithub.com/google/go-containerregistry/commit/3ba4c511) Fix tar PAX format handling ([#&#8203;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 ([#&#8203;1420](https://togithub.com/google/go-containerregistry/issues/1420)) - [`a0f6687`](https://togithub.com/google/go-containerregistry/commit/a0f66878) Make ErrBadName checkable via errors.Is() ([#&#8203;1462](https://togithub.com/google/go-containerregistry/issues/1462)) - [`19e3eff`](https://togithub.com/google/go-containerregistry/commit/19e3eff7) Retry ECONNRESET errors ([#&#8203;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 ([#&#8203;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 ([#&#8203;1449](https://togithub.com/google/go-containerregistry/issues/1449)) - [`f981b4c`](https://togithub.com/google/go-containerregistry/commit/f981b4c0) deps: update goreleaser-action for bug ([#&#8203;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 ([#&#8203;1436](https://togithub.com/google/go-containerregistry/issues/1436)) - [`87b3a79`](https://togithub.com/google/go-containerregistry/commit/87b3a796) feat: Add krane to release archive ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;1437](https://togithub.com/google/go-containerregistry/issues/1437)) - [`d3ed408`](https://togithub.com/google/go-containerregistry/commit/d3ed4089) registry: implement blob deletion ([#&#8203;1432](https://togithub.com/google/go-containerregistry/issues/1432)) - [`3413eb6`](https://togithub.com/google/go-containerregistry/commit/3413eb6c) registry: implement pagination ([#&#8203;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 ([#&#8203;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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 08:32:17 +00:00
github.com/docker/docker v23.0.5+incompatible // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/elastic/gosigar v0.14.2 // indirect
2022-08-11 11:30:51 +00:00
github.com/eliukblau/pixterm v1.3.1 // indirect
2022-08-10 16:55:20 +00:00
github.com/flynn/noise v1.0.0 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
2022-08-11 11:30:51 +00:00
github.com/gen2brain/shm v0.0.0-20200228170931-49f9650110c5 // indirect
Update module github.com/onsi/ginkgo/v2 to v2.9.3 (#370) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/onsi/ginkgo/v2](https://togithub.com/onsi/ginkgo) | require | patch | `v2.9.2` -> `v2.9.3` | --- ### Release Notes <details> <summary>onsi/ginkgo</summary> ### [`v2.9.3`](https://togithub.com/onsi/ginkgo/releases/tag/v2.9.3) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.9.2...v2.9.3) #### 2.9.3 ##### Features - Add RenderTimeline to GinkgoT() \[[`c0c77b6`](https://togithub.com/onsi/ginkgo/commit/c0c77b6)] ##### Fixes - update Measure deprecation message. fixes [#&#8203;1176](https://togithub.com/onsi/ginkgo/issues/1176) \[[`227c662`](https://togithub.com/onsi/ginkgo/commit/227c662)] - add newlines to GinkgoLogr ([#&#8203;1170](https://togithub.com/onsi/ginkgo/issues/1170)) ([#&#8203;1171](https://togithub.com/onsi/ginkgo/issues/1171)) \[[`0de0e7c`](https://togithub.com/onsi/ginkgo/commit/0de0e7c)] ##### Maintenance - Bump commonmarker from 0.23.8 to 0.23.9 in /docs ([#&#8203;1183](https://togithub.com/onsi/ginkgo/issues/1183)) \[[`8b925ab`](https://togithub.com/onsi/ginkgo/commit/8b925ab)] - Bump nokogiri from 1.14.1 to 1.14.3 in /docs ([#&#8203;1184](https://togithub.com/onsi/ginkgo/issues/1184)) \[[`e3795a4`](https://togithub.com/onsi/ginkgo/commit/e3795a4)] - Bump golang.org/x/tools from 0.7.0 to 0.8.0 ([#&#8203;1182](https://togithub.com/onsi/ginkgo/issues/1182)) \[[`b453793`](https://togithub.com/onsi/ginkgo/commit/b453793)] - Bump actions/setup-go from 3 to 4 ([#&#8203;1164](https://togithub.com/onsi/ginkgo/issues/1164)) \[[`73ed75b`](https://togithub.com/onsi/ginkgo/commit/73ed75b)] - Bump github.com/onsi/gomega from 1.27.4 to 1.27.6 ([#&#8203;1173](https://togithub.com/onsi/ginkgo/issues/1173)) \[[`0a2bc64`](https://togithub.com/onsi/ginkgo/commit/0a2bc64)] - Bump github.com/go-logr/logr from 1.2.3 to 1.2.4 ([#&#8203;1174](https://togithub.com/onsi/ginkgo/issues/1174)) \[[`f41c557`](https://togithub.com/onsi/ginkgo/commit/f41c557)] - Bump golang.org/x/sys from 0.6.0 to 0.7.0 ([#&#8203;1179](https://togithub.com/onsi/ginkgo/issues/1179)) \[[`8e423e5`](https://togithub.com/onsi/ginkgo/commit/8e423e5)] </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-03 06:13:14 +00:00
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
Update module github.com/onsi/gomega to v1.27.6 (#253) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/onsi/gomega](https://togithub.com/onsi/gomega) | require | patch | `v1.27.1` -> `v1.27.6` | --- ### Release Notes <details> <summary>onsi/gomega</summary> ### [`v1.27.6`](https://togithub.com/onsi/gomega/releases/tag/v1.27.6) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.5...v1.27.6) #### 1.27.6 ##### Fixes - Allow collections matchers to work correctly when expected has nil elements \[[`60e7cf3`](https://togithub.com/onsi/gomega/commit/60e7cf3)] ##### Maintenance - updates MatchError godoc comment to also accept a Gomega matcher ([#&#8203;654](https://togithub.com/onsi/gomega/issues/654)) \[[`67b869d`](https://togithub.com/onsi/gomega/commit/67b869d)] ### [`v1.27.5`](https://togithub.com/onsi/gomega/releases/tag/v1.27.5) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.4...v1.27.5) #### 1.27.5 ##### Maintenance - Bump github.com/onsi/ginkgo/v2 from 2.9.1 to 2.9.2 ([#&#8203;653](https://togithub.com/onsi/gomega/issues/653)) \[[`a215021`](https://togithub.com/onsi/gomega/commit/a215021)] - Bump github.com/go-task/slim-sprig ([#&#8203;652](https://togithub.com/onsi/gomega/issues/652)) \[[`a26fed8`](https://togithub.com/onsi/gomega/commit/a26fed8)] ### [`v1.27.4`](https://togithub.com/onsi/gomega/releases/tag/v1.27.4) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.3...v1.27.4) #### 1.27.4 ##### Fixes - improve error formatting and remove duplication of error message in Eventually/Consistently \[[`854f075`](https://togithub.com/onsi/gomega/commit/854f075)] ##### Maintenance - Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1 ([#&#8203;650](https://togithub.com/onsi/gomega/issues/650)) \[[`ccebd9b`](https://togithub.com/onsi/gomega/commit/ccebd9b)] ### [`v1.27.3`](https://togithub.com/onsi/gomega/releases/tag/v1.27.3) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.2...v1.27.3) #### 1.27.3 ##### Fixes - format.Object now always includes err.Error() when passed an error \[[`86d97ef`](https://togithub.com/onsi/gomega/commit/86d97ef)] - Fix HaveExactElements to work inside ContainElement or other collection matchers ([#&#8203;648](https://togithub.com/onsi/gomega/issues/648)) \[[`636757e`](https://togithub.com/onsi/gomega/commit/636757e)] ##### Maintenance - Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 ([#&#8203;649](https://togithub.com/onsi/gomega/issues/649)) \[[`cc16689`](https://togithub.com/onsi/gomega/commit/cc16689)] - Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 ([#&#8203;646](https://togithub.com/onsi/gomega/issues/646)) \[[`e783366`](https://togithub.com/onsi/gomega/commit/e783366)] ### [`v1.27.2`](https://togithub.com/onsi/gomega/releases/tag/v1.27.2) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.1...v1.27.2) #### 1.27.2 ##### Fixes - improve poll progress message when polling a consistently that has been passing \[[`28a319b`](https://togithub.com/onsi/gomega/commit/28a319b)] ##### Maintenance - bump ginkgo - remove tools.go hack as Ginkgo 2.8.2 automatically pulls in the cli dependencies \[[`81443b3`](https://togithub.com/onsi/gomega/commit/81443b3)] </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM1LjIzLjMifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-31 09:57:57 +00:00
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
2022-08-10 16:55:20 +00:00
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/mock v1.6.0 // indirect
Update module github.com/onsi/gomega to v1.27.6 (#253) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/onsi/gomega](https://togithub.com/onsi/gomega) | require | patch | `v1.27.1` -> `v1.27.6` | --- ### Release Notes <details> <summary>onsi/gomega</summary> ### [`v1.27.6`](https://togithub.com/onsi/gomega/releases/tag/v1.27.6) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.5...v1.27.6) #### 1.27.6 ##### Fixes - Allow collections matchers to work correctly when expected has nil elements \[[`60e7cf3`](https://togithub.com/onsi/gomega/commit/60e7cf3)] ##### Maintenance - updates MatchError godoc comment to also accept a Gomega matcher ([#&#8203;654](https://togithub.com/onsi/gomega/issues/654)) \[[`67b869d`](https://togithub.com/onsi/gomega/commit/67b869d)] ### [`v1.27.5`](https://togithub.com/onsi/gomega/releases/tag/v1.27.5) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.4...v1.27.5) #### 1.27.5 ##### Maintenance - Bump github.com/onsi/ginkgo/v2 from 2.9.1 to 2.9.2 ([#&#8203;653](https://togithub.com/onsi/gomega/issues/653)) \[[`a215021`](https://togithub.com/onsi/gomega/commit/a215021)] - Bump github.com/go-task/slim-sprig ([#&#8203;652](https://togithub.com/onsi/gomega/issues/652)) \[[`a26fed8`](https://togithub.com/onsi/gomega/commit/a26fed8)] ### [`v1.27.4`](https://togithub.com/onsi/gomega/releases/tag/v1.27.4) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.3...v1.27.4) #### 1.27.4 ##### Fixes - improve error formatting and remove duplication of error message in Eventually/Consistently \[[`854f075`](https://togithub.com/onsi/gomega/commit/854f075)] ##### Maintenance - Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1 ([#&#8203;650](https://togithub.com/onsi/gomega/issues/650)) \[[`ccebd9b`](https://togithub.com/onsi/gomega/commit/ccebd9b)] ### [`v1.27.3`](https://togithub.com/onsi/gomega/releases/tag/v1.27.3) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.2...v1.27.3) #### 1.27.3 ##### Fixes - format.Object now always includes err.Error() when passed an error \[[`86d97ef`](https://togithub.com/onsi/gomega/commit/86d97ef)] - Fix HaveExactElements to work inside ContainElement or other collection matchers ([#&#8203;648](https://togithub.com/onsi/gomega/issues/648)) \[[`636757e`](https://togithub.com/onsi/gomega/commit/636757e)] ##### Maintenance - Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 ([#&#8203;649](https://togithub.com/onsi/gomega/issues/649)) \[[`cc16689`](https://togithub.com/onsi/gomega/commit/cc16689)] - Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 ([#&#8203;646](https://togithub.com/onsi/gomega/issues/646)) \[[`e783366`](https://togithub.com/onsi/gomega/commit/e783366)] ### [`v1.27.2`](https://togithub.com/onsi/gomega/releases/tag/v1.27.2) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.1...v1.27.2) #### 1.27.2 ##### Fixes - improve poll progress message when polling a consistently that has been passing \[[`28a319b`](https://togithub.com/onsi/gomega/commit/28a319b)] ##### Maintenance - bump ginkgo - remove tools.go hack as Ginkgo 2.8.2 automatically pulls in the cli dependencies \[[`81443b3`](https://togithub.com/onsi/gomega/commit/81443b3)] </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM1LjIzLjMifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-31 09:57:57 +00:00
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
2022-08-10 16:55:20 +00:00
github.com/google/gopacket v1.1.19 // indirect
github.com/google/pprof v0.0.0-20230406165453-00490a63f317 // indirect
2022-08-10 16:55:20 +00:00
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
Update module github.com/pterm/pterm to v0.12.58 (#281) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require | patch | `v0.12.57` -> `v0.12.58` | --- ### Release Notes <details> <summary>pterm/pterm</summary> ### [`v0.12.58`](https://togithub.com/pterm/pterm/releases/tag/v0.12.58): | Structured Logging [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.57...v0.12.58) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Exciting New Features 🎉 ##### New Printer: Structured Logging! <img width="500" src="https://raw.githubusercontent.com/pterm/pterm/master/_examples/logger/default/animation.svg" /> - feat(logger): added pretty structured logger by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/480](https://togithub.com/pterm/pterm/pull/480) - feat(rgb): made it possible to use RGB colors as background by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/474](https://togithub.com/pterm/pterm/pull/474) ##### Fixes 🔧 - fix(rgb): fixed a bug in RGB fading, where the `maxValue` would print with the `minValue` color. by [@&#8203;floaust](https://togithub.com/floaust) in [https://github.com/pterm/pterm/pull/479](https://togithub.com/pterm/pterm/pull/479) ##### Other Changes - examples: combine header examples by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/467](https://togithub.com/pterm/pterm/pull/467) - ci: added svgo workflow to optimize SVGs by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/468](https://togithub.com/pterm/pterm/pull/468) - docs(examples): added more examples by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/469](https://togithub.com/pterm/pterm/pull/469) - docs(README): improved readme by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/476](https://togithub.com/pterm/pterm/pull/476) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.57...v0.12.58 </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjMxLjQifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-04 10:21:43 +00:00
github.com/gookit/color v1.5.3 // indirect
2022-08-10 16:55:20 +00:00
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.2 // indirect
github.com/huin/goupnp v1.1.0 // indirect
github.com/ipfs/boxo v0.8.0 // indirect
github.com/ipfs/go-cid v0.4.1 // indirect
github.com/ipfs/go-datastore v0.6.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
github.com/ipfs/go-log/v2 v2.5.1 // indirect
github.com/ipld/go-ipld-prime v0.20.0 // indirect
github.com/itchyny/gojq v0.12.12 // indirect
github.com/itchyny/timefmt-go v0.1.5 // indirect
2022-08-10 16:55:20 +00:00
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
github.com/jbenet/goprocess v0.1.4 // indirect
2022-08-11 11:30:51 +00:00
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
github.com/jinzhu/copier v0.3.4 // indirect
github.com/joho/godotenv v1.5.1 // indirect
2022-08-11 11:30:51 +00:00
github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/koron/go-ssdp v0.0.4 // indirect
github.com/labstack/echo/v4 v4.10.2 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/libp2p/go-cidranger v1.1.0 // indirect
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
github.com/libp2p/go-libp2p v0.27.1 // indirect
github.com/libp2p/go-libp2p-asn-util v0.3.0 // indirect
github.com/libp2p/go-libp2p-kad-dht v0.23.0 // indirect
github.com/libp2p/go-libp2p-kbucket v0.5.0 // indirect
github.com/libp2p/go-libp2p-pubsub v0.9.3 // indirect
github.com/libp2p/go-libp2p-record v0.2.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/libp2p/go-mplex v0.7.0 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/libp2p/go-msgio v0.3.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/libp2p/go-nat v0.1.0 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/libp2p/go-netroute v0.2.1 // indirect
2022-08-10 16:55:20 +00:00
github.com/libp2p/go-reuseport v0.2.0 // indirect
github.com/libp2p/go-yamux/v4 v4.0.0 // indirect
github.com/libp2p/zeroconf/v2 v2.2.0 // indirect
Update module github.com/pterm/pterm to v0.12.61 (#377) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require | patch | `v0.12.59` -> `v0.12.61` | --- ### Release Notes <details> <summary>pterm/pterm</summary> ### [`v0.12.61`](https://togithub.com/pterm/pterm/releases/tag/v0.12.61) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.60...v0.12.61) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Fixes 🔧 - fix(table): fixed table when a column contained a whitespace at the start or end by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/502](https://togithub.com/pterm/pterm/pull/502) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.60...v0.12.61 ### [`v0.12.60`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01260---2023-05-11) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.59...v0.12.60) ##### Features - **progressbar:** various progressbar improvements - **progressbar:** various progressbar improvements - **progressbar:** various progressbar improvements - **rgb:** added RGBStyle ##### Test - **rgb:** added RGBStyle tests ##### Code Refactoring - **rgb:** removed 'GetValues' for 'RGBStyle' </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 08:38:15 +00:00
github.com/lithammer/fuzzysearch v1.1.7 // indirect
2022-08-11 11:30:51 +00:00
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
Update module github.com/luthermonson/go-proxmox to v0.0.0-alpha3 (#198) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/luthermonson/go-proxmox](https://togithub.com/luthermonson/go-proxmox) | require | patch | `v0.0.0-alpha2` -> `v0.0.0-alpha3` | --- ### Release Notes <details> <summary>luthermonson/go-proxmox</summary> ### [`v0.0.0-alpha3`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-alpha3) [Compare Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha2...v0.0.0-alpha3) #### What's Changed - updating mage to use aliases by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/47](https://togithub.com/luthermonson/go-proxmox/pull/47) - adding more tests and light refactor by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/48](https://togithub.com/luthermonson/go-proxmox/pull/48) - adding gock tests for proxmox main client funcs by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/49](https://togithub.com/luthermonson/go-proxmox/pull/49) - adding nocloud cloud-init functionality by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/50](https://togithub.com/luthermonson/go-proxmox/pull/50) **Full Changelog**: https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha2...v0.0.0-alpha3 </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-25 21:03:27 +00:00
github.com/magefile/mage v1.14.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/miekg/dns v1.1.53 // indirect
2022-08-10 16:55:20 +00:00
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/mudler/water v0.0.0-20221010214108-8c7313014ce0 // indirect
github.com/multiformats/go-base32 v0.1.0 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/multiformats/go-base36 v0.2.0 // indirect
github.com/multiformats/go-multiaddr v0.9.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
github.com/multiformats/go-multibase v0.2.0 // indirect
github.com/multiformats/go-multicodec v0.8.1 // indirect
github.com/multiformats/go-multihash v0.2.1 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/multiformats/go-multistream v0.4.1 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
2022-08-10 16:55:20 +00:00
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
Update module github.com/google/go-containerregistry to v0.15.2 (#284) [![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.15.2` | --- ### Release Notes <details> <summary>google/go-containerregistry</summary> ### [`v0.15.2`](https://togithub.com/google/go-containerregistry/releases/tag/v0.15.2) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.15.1...v0.15.2) #### What's Changed - Make 403 non-fatal for manifest existence checks by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1691](https://togithub.com/google/go-containerregistry/pull/1691) - Do not reuse pushers for pullers by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1701](https://togithub.com/google/go-containerregistry/pull/1701) **Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.15.1...v0.15.2 ### [`v0.15.1`](https://togithub.com/google/go-containerregistry/releases/tag/v0.15.1) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.15.0...v0.15.1) #### Changelog - [`e2620e5`](https://togithub.com/google/go-containerregistry/commit/e2620e56) Actually retry retryable status codes ([#&#8203;1618](https://togithub.com/google/go-containerregistry/issues/1618)) - [`afd15f1`](https://togithub.com/google/go-containerregistry/commit/afd15f14) Add --all-tags flag to crane cp ([#&#8203;1682](https://togithub.com/google/go-containerregistry/issues/1682)) - [`69d1a19`](https://togithub.com/google/go-containerregistry/commit/69d1a197) Add `mutate` `--ports` option to set the exposed ports ([#&#8203;1677](https://togithub.com/google/go-containerregistry/issues/1677)) - [`65e78dc`](https://togithub.com/google/go-containerregistry/commit/65e78dc8) Add partial.Manifests for lazy index access ([#&#8203;1631](https://togithub.com/google/go-containerregistry/issues/1631)) - [`3228a60`](https://togithub.com/google/go-containerregistry/commit/3228a601) Add ppc64le to .goreleaser.yml ([#&#8203;1680](https://togithub.com/google/go-containerregistry/issues/1680)) - [`0b12f56`](https://togithub.com/google/go-containerregistry/commit/0b12f56b) Add ppc64le to all binaries ([#&#8203;1688](https://togithub.com/google/go-containerregistry/issues/1688)) - [`d958444`](https://togithub.com/google/go-containerregistry/commit/d9584448) Add remote.Descriptor.Schema1() ([#&#8203;1626](https://togithub.com/google/go-containerregistry/issues/1626)) - [`07c767c`](https://togithub.com/google/go-containerregistry/commit/07c767c7) Add remote.Puller ([#&#8203;1644](https://togithub.com/google/go-containerregistry/issues/1644)) - [`005bb71`](https://togithub.com/google/go-containerregistry/commit/005bb719) Add remote.Reuse for Pusher/Puller ([#&#8203;1672](https://togithub.com/google/go-containerregistry/issues/1672)) - [`21ac1b2`](https://togithub.com/google/go-containerregistry/commit/21ac1b24) Adding `mutate` `--workdir` option to set the working directory ([#&#8203;1615](https://togithub.com/google/go-containerregistry/issues/1615)) - [`0962e29`](https://togithub.com/google/go-containerregistry/commit/0962e296) Allow remote config layers to be lazy fetched ([#&#8203;1634](https://togithub.com/google/go-containerregistry/issues/1634)) - [`53189d3`](https://togithub.com/google/go-containerregistry/commit/53189d33) Bump actions/setup-go from 3 to 4 ([#&#8203;1602](https://togithub.com/google/go-containerregistry/issues/1602)) - [`54e3f49`](https://togithub.com/google/go-containerregistry/commit/54e3f49e) Bump actions/stale from 7 to 8 ([#&#8203;1616](https://togithub.com/google/go-containerregistry/issues/1616)) - [`07eb440`](https://togithub.com/google/go-containerregistry/commit/07eb440c) Bump codecov/codecov-action from 3.1.1 to 3.1.2 ([#&#8203;1650](https://togithub.com/google/go-containerregistry/issues/1650)) - [`58bd35b`](https://togithub.com/google/go-containerregistry/commit/58bd35bc) Bump codecov/codecov-action from 3.1.2 to 3.1.3 ([#&#8203;1668](https://togithub.com/google/go-containerregistry/issues/1668)) - [`e055961`](https://togithub.com/google/go-containerregistry/commit/e055961a) Bump peter-evans/create-pull-request from 4 to 5 ([#&#8203;1642](https://togithub.com/google/go-containerregistry/issues/1642)) - [`b8d1c0a`](https://togithub.com/google/go-containerregistry/commit/b8d1c0a1) Bump slsa-framework/slsa-verifier from 2.0.1 to 2.1.0 ([#&#8203;1621](https://togithub.com/google/go-containerregistry/issues/1621)) - [`375fb61`](https://togithub.com/google/go-containerregistry/commit/375fb61c) Bump slsa-framework/slsa-verifier from 2.1.0 to 2.2.0 ([#&#8203;1649](https://togithub.com/google/go-containerregistry/issues/1649)) - [`9aa45a1`](https://togithub.com/google/go-containerregistry/commit/9aa45a1a) Change return type of remote.Referrers ([#&#8203;1652](https://togithub.com/google/go-containerregistry/issues/1652)) - [`2ccd41c`](https://togithub.com/google/go-containerregistry/commit/2ccd41c4) Cleanup: Switch the debug image to `cgr.dev/chainguard/busybox` ([#&#8203;1638](https://togithub.com/google/go-containerregistry/issues/1638)) - [`93be9c4`](https://togithub.com/google/go-containerregistry/commit/93be9c42) Don't export whiteouts for single layers ([#&#8203;1629](https://togithub.com/google/go-containerregistry/issues/1629)) - [`b7c6e9d`](https://togithub.com/google/go-containerregistry/commit/b7c6e9dc) Fall back to puller if reusing pusher fails ([#&#8203;1676](https://togithub.com/google/go-containerregistry/issues/1676)) - [`370e8a5`](https://togithub.com/google/go-containerregistry/commit/370e8a5f) Fix a few lint issues ([#&#8203;1684](https://togithub.com/google/go-containerregistry/issues/1684)) - [`bc990d6`](https://togithub.com/google/go-containerregistry/commit/bc990d6b) Fix fetching referrers error handling ([#&#8203;1648](https://togithub.com/google/go-containerregistry/issues/1648)) - [`aee00b1`](https://togithub.com/google/go-containerregistry/commit/aee00b15) Fix race in mutate ([#&#8203;1627](https://togithub.com/google/go-containerregistry/issues/1627)) - [`4a79e94`](https://togithub.com/google/go-containerregistry/commit/4a79e94b) Fix race in stream ([#&#8203;1632](https://togithub.com/google/go-containerregistry/issues/1632)) - [`6743ec9`](https://togithub.com/google/go-containerregistry/commit/6743ec96) Implement remote.Pusher ([#&#8203;1633](https://togithub.com/google/go-containerregistry/issues/1633)) - [`3120ba5`](https://togithub.com/google/go-containerregistry/commit/3120ba58) Keep order of env in crane mutate ([#&#8203;1683](https://togithub.com/google/go-containerregistry/issues/1683)) - [`6ac92e8`](https://togithub.com/google/go-containerregistry/commit/6ac92e8a) Refactor fetcher, writer, and progress ([#&#8203;1625](https://togithub.com/google/go-containerregistry/issues/1625)) - [`249d7e1`](https://togithub.com/google/go-containerregistry/commit/249d7e1f) Refresh authn.DefaultKeychain creds every 5 min ([#&#8203;1624](https://togithub.com/google/go-containerregistry/issues/1624)) - [`ad695c0`](https://togithub.com/google/go-containerregistry/commit/ad695c04) Replace deprecated command with environment file ([#&#8203;1667](https://togithub.com/google/go-containerregistry/issues/1667)) - [`ed5c185`](https://togithub.com/google/go-containerregistry/commit/ed5c185d) Retry net.ErrClosed ([#&#8203;1637](https://togithub.com/google/go-containerregistry/issues/1637)) - [`43710a9`](https://togithub.com/google/go-containerregistry/commit/43710a91) Retry without mount if auth fails ([#&#8203;1681](https://togithub.com/google/go-containerregistry/issues/1681)) - [`2435320`](https://togithub.com/google/go-containerregistry/commit/24353209) Revert "Cleanup: Switch the debug image to `cgr.dev/chainguard/busybox` ([#&#8203;1638](https://togithub.com/google/go-containerregistry/issues/1638))" ([#&#8203;1641](https://togithub.com/google/go-containerregistry/issues/1641)) - [`27a6ad6`](https://togithub.com/google/go-containerregistry/commit/27a6ad62) Revert "authn: Add NewConfigKeychain to load a config from explicit path ([#&#8203;1603](https://togithub.com/google/go-containerregistry/issues/1603))" ([#&#8203;1664](https://togithub.com/google/go-containerregistry/issues/1664)) - [`a34235c`](https://togithub.com/google/go-containerregistry/commit/a34235c8) Support `Warning` header aggregation and reporting in `crane` ([#&#8203;1604](https://togithub.com/google/go-containerregistry/issues/1604)) - [`01bbd53`](https://togithub.com/google/go-containerregistry/commit/01bbd539) Update release.yml ([#&#8203;1601](https://togithub.com/google/go-containerregistry/issues/1601)) - [`df518f9`](https://togithub.com/google/go-containerregistry/commit/df518f95) add crane auth logout ([#&#8203;1589](https://togithub.com/google/go-containerregistry/issues/1589)) - [`5438948`](https://togithub.com/google/go-containerregistry/commit/54389485) add registry.Repo("foo") ([#&#8203;1671](https://togithub.com/google/go-containerregistry/issues/1671)) - [`3706061`](https://togithub.com/google/go-containerregistry/commit/3706061a) allow pkg/v1/random to accept a RNG source ([#&#8203;1675](https://togithub.com/google/go-containerregistry/issues/1675)) - [`1cb7e13`](https://togithub.com/google/go-containerregistry/commit/1cb7e133) authn: Add NewConfigKeychain to load a config from explicit path ([#&#8203;1603](https://togithub.com/google/go-containerregistry/issues/1603)) - [`348cd86`](https://togithub.com/google/go-containerregistry/commit/348cd866) bump deps using ./hack/bump-deps.sh ([#&#8203;1659](https://togithub.com/google/go-containerregistry/issues/1659)) - [`691004b`](https://togithub.com/google/go-containerregistry/commit/691004b4) bump deps using ./hack/bump-deps.sh ([#&#8203;1685](https://togithub.com/google/go-containerregistry/issues/1685)) - [`df72a9a`](https://togithub.com/google/go-containerregistry/commit/df72a9a9) crane push: print pushed ref@digest to stdout ([#&#8203;1663](https://togithub.com/google/go-containerregistry/issues/1663)) - [`0577676`](https://togithub.com/google/go-containerregistry/commit/0577676c) crane: ignore buildx attestations in flatten ([#&#8203;1630](https://togithub.com/google/go-containerregistry/issues/1630)) - [`217318c`](https://togithub.com/google/go-containerregistry/commit/217318c3) deprecate estargz ([#&#8203;1660](https://togithub.com/google/go-containerregistry/issues/1660)) - [`9f68710`](https://togithub.com/google/go-containerregistry/commit/9f68710b) feat(daemon): generate config file from Docker Engine API ([#&#8203;1130](https://togithub.com/google/go-containerregistry/issues/1130)) - [`52d59d1`](https://togithub.com/google/go-containerregistry/commit/52d59d1b) feat(remote): make retryStatusCodes configurable ([#&#8203;1635](https://togithub.com/google/go-containerregistry/issues/1635)) - [`6f96bba`](https://togithub.com/google/go-containerregistry/commit/6f96bba2) gcrane: Use page size of 10,000 for googley things ([#&#8203;1645](https://togithub.com/google/go-containerregistry/issues/1645)) - [`0f2db49`](https://togithub.com/google/go-containerregistry/commit/0f2db492) release: use ko 0.13.0 to build images ([#&#8203;1607](https://togithub.com/google/go-containerregistry/issues/1607)) - [`d64f9e0`](https://togithub.com/google/go-containerregistry/commit/d64f9e0e) remove time from random.Image history ([#&#8203;1678](https://togithub.com/google/go-containerregistry/issues/1678)) - [`46488f7`](https://togithub.com/google/go-containerregistry/commit/46488f7d) retry HTTP 499 errors by default ([#&#8203;1612](https://togithub.com/google/go-containerregistry/issues/1612)) - [`ace7be7`](https://togithub.com/google/go-containerregistry/commit/ace7be76) update GCR quotas ([#&#8203;1619](https://togithub.com/google/go-containerregistry/issues/1619)) - [`d1c4e9f`](https://togithub.com/google/go-containerregistry/commit/d1c4e9ff) verify provenance ([#&#8203;1611](https://togithub.com/google/go-containerregistry/issues/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`](https://togithub.com/google/go-containerregistry/compare/v0.14.0...v0.15.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.14.0...v0.15.0) ### [`v0.14.0`](https://togithub.com/google/go-containerregistry/releases/tag/v0.14.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.13.0...v0.14.0) #### Changelog - [`9306eba`](https://togithub.com/google/go-containerregistry/commit/9306ebad) Allow crane edit to generate non-image artifacts ([#&#8203;1545](https://togithub.com/google/go-containerregistry/issues/1545)) - [`de35f0f`](https://togithub.com/google/go-containerregistry/commit/de35f0f7) Allow setting Content-Type in crane edit manifest ([#&#8203;1551](https://togithub.com/google/go-containerregistry/issues/1551)) - [`4b081f8`](https://togithub.com/google/go-containerregistry/commit/4b081f80) Avoid v1.Manifest in crane edit config ([#&#8203;1583](https://togithub.com/google/go-containerregistry/issues/1583)) - [`1cfe1fc`](https://togithub.com/google/go-containerregistry/commit/1cfe1fc2) Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 ([#&#8203;1593](https://togithub.com/google/go-containerregistry/issues/1593)) - [`da1008f`](https://togithub.com/google/go-containerregistry/commit/da1008fb) Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 ([#&#8203;1548](https://togithub.com/google/go-containerregistry/issues/1548)) - [`86be45f`](https://togithub.com/google/go-containerregistry/commit/86be45fb) Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 ([#&#8203;1547](https://togithub.com/google/go-containerregistry/issues/1547)) - [`62f183e`](https://togithub.com/google/go-containerregistry/commit/62f183e5) Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 ([#&#8203;1556](https://togithub.com/google/go-containerregistry/issues/1556)) - [`1b8dc2b`](https://togithub.com/google/go-containerregistry/commit/1b8dc2ba) Bump slsa-framework/slsa-github-generator from 1.2.2 to 1.5.0 ([#&#8203;1580](https://togithub.com/google/go-containerregistry/issues/1580)) - [`11843ba`](https://togithub.com/google/go-containerregistry/commit/11843ba2) Enforce proper sha256 usage ([#&#8203;1544](https://togithub.com/google/go-containerregistry/issues/1544)) - [`2ceebaa`](https://togithub.com/google/go-containerregistry/commit/2ceebaaf) Implement crane index subcommand ([#&#8203;1561](https://togithub.com/google/go-containerregistry/issues/1561)) - [`9f42e02`](https://togithub.com/google/go-containerregistry/commit/9f42e028) Set mediaType for empty.ImageIndex in RawManifest ([#&#8203;1562](https://togithub.com/google/go-containerregistry/issues/1562)) - [`759b19f`](https://togithub.com/google/go-containerregistry/commit/759b19f7) Support artifactType, for images whose config.mediaType is not a config ([#&#8203;1541](https://togithub.com/google/go-containerregistry/issues/1541)) - [`b3c23b4`](https://togithub.com/google/go-containerregistry/commit/b3c23b4c) Support for OCI 1.1+ referrers via API ([#&#8203;1546](https://togithub.com/google/go-containerregistry/issues/1546)) - [`061ee6b`](https://togithub.com/google/go-containerregistry/commit/061ee6bf) Support for OCI 1.1+ referrers via fallback tag ([#&#8203;1543](https://togithub.com/google/go-containerregistry/issues/1543)) - [`6770304`](https://togithub.com/google/go-containerregistry/commit/67703048) Update descriptor "data" field (when valid) during "crane edit config" ([#&#8203;1584](https://togithub.com/google/go-containerregistry/issues/1584)) - [`76bac93`](https://togithub.com/google/go-containerregistry/commit/76bac933) Update release.yml ([#&#8203;1540](https://togithub.com/google/go-containerregistry/issues/1540)) - [`eb7d746`](https://togithub.com/google/go-containerregistry/commit/eb7d746c) authn: also read mount secrets ([#&#8203;1560](https://togithub.com/google/go-containerregistry/issues/1560)) - [`e94d408`](https://togithub.com/google/go-containerregistry/commit/e94d4089) bump deps using ./hack/bump-deps.sh ([#&#8203;1592](https://togithub.com/google/go-containerregistry/issues/1592)) - [`4e95ae2`](https://togithub.com/google/go-containerregistry/commit/4e95ae2b) crane: add --flatten for index append ([#&#8203;1566](https://togithub.com/google/go-containerregistry/issues/1566)) - [`ff810c1`](https://togithub.com/google/go-containerregistry/commit/ff810c18) crane: add serve subcommand ([#&#8203;1586](https://togithub.com/google/go-containerregistry/issues/1586)) - [`8ea5e0e`](https://togithub.com/google/go-containerregistry/commit/8ea5e0e8) crane: support --omit-digest-tags in crane ls ([#&#8203;1528](https://togithub.com/google/go-containerregistry/issues/1528)) - [`824efc7`](https://togithub.com/google/go-containerregistry/commit/824efc77) fix(mutate): also set timestamps only present in some formats ([#&#8203;1550](https://togithub.com/google/go-containerregistry/issues/1550)) - [`e04520b`](https://togithub.com/google/go-containerregistry/commit/e04520bc) fix: Fix the crane release url and add more steps ([#&#8203;1532](https://togithub.com/google/go-containerregistry/issues/1532)) - [`d872232`](https://togithub.com/google/go-containerregistry/commit/d8722327) hash: use generic instantiation ([#&#8203;1538](https://togithub.com/google/go-containerregistry/issues/1538)) - [`57f010d`](https://togithub.com/google/go-containerregistry/commit/57f010d2) replace manual slsa-verifier installation with action ([#&#8203;1585](https://togithub.com/google/go-containerregistry/issues/1585)) - [`9cd098e`](https://togithub.com/google/go-containerregistry/commit/9cd098e3) skip tls verification if default transport is used with insecure option ([#&#8203;1559](https://togithub.com/google/go-containerregistry/issues/1559)) - [`3624968`](https://togithub.com/google/go-containerregistry/commit/36249683) tarball: pass imageToTags ([#&#8203;1563](https://togithub.com/google/go-containerregistry/issues/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`](https://togithub.com/google/go-containerregistry/releases/tag/v0.13.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.12.1...v0.13.0) #### What's Changed - Bump slsa-framework/slsa-github-generator to 1.2.2 by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1489](https://togithub.com/google/go-containerregistry/pull/1489) - Features: Allow eliding `serviceaccount` lookups. by [@&#8203;mattmoor](https://togithub.com/mattmoor) in [https://github.com/google/go-containerregistry/pull/1490](https://togithub.com/google/go-containerregistry/pull/1490) - Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1491](https://togithub.com/google/go-containerregistry/pull/1491) - add source archive checksum into the checksums.txt by [@&#8203;developer-guy](https://togithub.com/developer-guy) in [https://github.com/google/go-containerregistry/pull/1492](https://togithub.com/google/go-containerregistry/pull/1492) - Fix calculating tarball size when duplicated layers exist by [@&#8203;tydra-wang](https://togithub.com/tydra-wang) in [https://github.com/google/go-containerregistry/pull/1495](https://togithub.com/google/go-containerregistry/pull/1495) - Add support for zstd compression by [@&#8203;LFrobeen](https://togithub.com/LFrobeen) in [https://github.com/google/go-containerregistry/pull/1487](https://togithub.com/google/go-containerregistry/pull/1487) - docs: pull latest instead of debug by [@&#8203;AndrewCharlesHay](https://togithub.com/AndrewCharlesHay) in [https://github.com/google/go-containerregistry/pull/1497](https://togithub.com/google/go-containerregistry/pull/1497) - Make credential warning slightly more accurate by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1499](https://togithub.com/google/go-containerregistry/pull/1499) - Make unit tests substantially faster by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1498](https://togithub.com/google/go-containerregistry/pull/1498) - Use the default retry predicate in transport by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1502](https://togithub.com/google/go-containerregistry/pull/1502) - Revert "docs: pull latest instead of debug ([#&#8203;1497](https://togithub.com/google/go-containerregistry/issues/1497))" by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1504](https://togithub.com/google/go-containerregistry/pull/1504) - Update Arch Linux install instructions by [@&#8203;kpcyrd](https://togithub.com/kpcyrd) in [https://github.com/google/go-containerregistry/pull/1508](https://togithub.com/google/go-containerregistry/pull/1508) - Fix various lints by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1507](https://togithub.com/google/go-containerregistry/pull/1507) - Fix missing doc comment by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1509](https://togithub.com/google/go-containerregistry/pull/1509) - Treat empty registry config as anonymous by [@&#8203;lcarva](https://togithub.com/lcarva) in [https://github.com/google/go-containerregistry/pull/1512](https://togithub.com/google/go-containerregistry/pull/1512) - Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1511](https://togithub.com/google/go-containerregistry/pull/1511) - Bump actions/stale from 6 to 7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1519](https://togithub.com/google/go-containerregistry/pull/1519) - Race http fallback ping by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1521](https://togithub.com/google/go-containerregistry/pull/1521) - FIX mutate.Time not respecting history by [@&#8203;miguelvalerio](https://togithub.com/miguelvalerio) in [https://github.com/google/go-containerregistry/pull/1520](https://togithub.com/google/go-containerregistry/pull/1520) - test: use `T.TempDir` to create temporary test directory by [@&#8203;Juneezee](https://togithub.com/Juneezee) in [https://github.com/google/go-containerregistry/pull/1522](https://togithub.com/google/go-containerregistry/pull/1522) - crane: add digest --full by [@&#8203;imjasonh](https://togithub.com/imjasonh) in [https://github.com/google/go-containerregistry/pull/1524](https://togithub.com/google/go-containerregistry/pull/1524) - Hack around DockerHub plugin scope handling by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1527](https://togithub.com/google/go-containerregistry/pull/1527) - crane: support --full-ref for crane ls by [@&#8203;imjasonh](https://togithub.com/imjasonh) in [https://github.com/google/go-containerregistry/pull/1525](https://togithub.com/google/go-containerregistry/pull/1525) - Revert plugin scope hack by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1531](https://togithub.com/google/go-containerregistry/pull/1531) - clarify crane download readme by [@&#8203;dtanner](https://togithub.com/dtanner) in [https://github.com/google/go-containerregistry/pull/1533](https://togithub.com/google/go-containerregistry/pull/1533) #### New Contributors - [@&#8203;LFrobeen](https://togithub.com/LFrobeen) made their first contribution in [https://github.com/google/go-containerregistry/pull/1487](https://togithub.com/google/go-containerregistry/pull/1487) - [@&#8203;AndrewCharlesHay](https://togithub.com/AndrewCharlesHay) made their first contribution in [https://github.com/google/go-containerregistry/pull/1497](https://togithub.com/google/go-containerregistry/pull/1497) - [@&#8203;kpcyrd](https://togithub.com/kpcyrd) made their first contribution in [https://github.com/google/go-containerregistry/pull/1508](https://togithub.com/google/go-containerregistry/pull/1508) - [@&#8203;miguelvalerio](https://togithub.com/miguelvalerio) made their first contribution in [https://github.com/google/go-containerregistry/pull/1520](https://togithub.com/google/go-containerregistry/pull/1520) - [@&#8203;Juneezee](https://togithub.com/Juneezee) made their first contribution in [https://github.com/google/go-containerregistry/pull/1522](https://togithub.com/google/go-containerregistry/pull/1522) - [@&#8203;dtanner](https://togithub.com/dtanner) made their first contribution in [https://github.com/google/go-containerregistry/pull/1533](https://togithub.com/google/go-containerregistry/pull/1533) **Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.12.1...v0.13.0 ### [`v0.12.1`](https://togithub.com/google/go-containerregistry/releases/tag/v0.12.1) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.12.0...v0.12.1) #### Changelog - [`426de7d`](https://togithub.com/google/go-containerregistry/commit/426de7d4) Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 ([#&#8203;1475](https://togithub.com/google/go-containerregistry/issues/1475)) - [`6442b02`](https://togithub.com/google/go-containerregistry/commit/6442b027) Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 ([#&#8203;1476](https://togithub.com/google/go-containerregistry/issues/1476)) - [`76ae819`](https://togithub.com/google/go-containerregistry/commit/76ae8192) Fix context.DeadlineExceeded comparison ([#&#8203;1488](https://togithub.com/google/go-containerregistry/issues/1488)) - [`1711cef`](https://togithub.com/google/go-containerregistry/commit/1711cefd) Fix missing body.Close() in bearer auth ([#&#8203;1482](https://togithub.com/google/go-containerregistry/issues/1482)) - [`02f47e1`](https://togithub.com/google/go-containerregistry/commit/02f47e13) bump version of slsa generator ([#&#8203;1468](https://togithub.com/google/go-containerregistry/issues/1468)) - [`353a117`](https://togithub.com/google/go-containerregistry/commit/353a1176) crane: add catalog argument use annotation ([#&#8203;1473](https://togithub.com/google/go-containerregistry/issues/1473)) - [`a0cca8a`](https://togithub.com/google/go-containerregistry/commit/a0cca8a0) k8schain: Log and proceed if secret or SA are not found ([#&#8203;1472](https://togithub.com/google/go-containerregistry/issues/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`](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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;1467](https://togithub.com/google/go-containerregistry/issues/1467)) - [`c1f9836`](https://togithub.com/google/go-containerregistry/commit/c1f9836a) Bump opencontainers/image-spec ([#&#8203;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 ([#&#8203;1419](https://togithub.com/google/go-containerregistry/issues/1419)) - [`3ba4c51`](https://togithub.com/google/go-containerregistry/commit/3ba4c511) Fix tar PAX format handling ([#&#8203;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 ([#&#8203;1420](https://togithub.com/google/go-containerregistry/issues/1420)) - [`a0f6687`](https://togithub.com/google/go-containerregistry/commit/a0f66878) Make ErrBadName checkable via errors.Is() ([#&#8203;1462](https://togithub.com/google/go-containerregistry/issues/1462)) - [`19e3eff`](https://togithub.com/google/go-containerregistry/commit/19e3eff7) Retry ECONNRESET errors ([#&#8203;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 ([#&#8203;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 ([#&#8203;1449](https://togithub.com/google/go-containerregistry/issues/1449)) - [`f981b4c`](https://togithub.com/google/go-containerregistry/commit/f981b4c0) deps: update goreleaser-action for bug ([#&#8203;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 ([#&#8203;1436](https://togithub.com/google/go-containerregistry/issues/1436)) - [`87b3a79`](https://togithub.com/google/go-containerregistry/commit/87b3a796) feat: Add krane to release archive ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;1437](https://togithub.com/google/go-containerregistry/issues/1437)) - [`d3ed408`](https://togithub.com/google/go-containerregistry/commit/d3ed4089) registry: implement blob deletion ([#&#8203;1432](https://togithub.com/google/go-containerregistry/issues/1432)) - [`3413eb6`](https://togithub.com/google/go-containerregistry/commit/3413eb6c) registry: implement pagination ([#&#8203;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 ([#&#8203;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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 08:32:17 +00:00
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
github.com/opencontainers/runtime-spec v1.1.0-rc.1 // indirect
2022-08-10 16:55:20 +00:00
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect
2022-08-10 16:55:20 +00:00
github.com/pkg/errors v0.9.1 // indirect
github.com/polydawn/refmt v0.89.0 // indirect
github.com/prometheus/client_golang v1.15.0 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/qeesung/image2ascii v1.0.1 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/qtls-go1-19 v0.3.2 // indirect
github.com/quic-go/qtls-go1-20 v0.2.2 // indirect
github.com/quic-go/quic-go v0.34.0 // indirect
github.com/quic-go/webtransport-go v0.5.2 // indirect
github.com/raulk/go-watchdog v1.3.0 // indirect
Update module github.com/pterm/pterm to v0.12.55 (#268) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require | patch | `v0.12.54` -> `v0.12.55` | --- ### Release Notes <details> <summary>pterm/pterm</summary> ### [`v0.12.55`](https://togithub.com/pterm/pterm/releases/tag/v0.12.55) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.54...v0.12.55) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Exciting New Features 🎉 - feat(table): multiline support for table printer by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/452](https://togithub.com/pterm/pterm/pull/452) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.54...v0.12.55 </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTcuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Ny4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-07 08:58:05 +00:00
github.com/rivo/uniseg v0.4.4 // indirect
2022-08-11 11:30:51 +00:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
2022-08-11 11:30:51 +00:00
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
2022-08-10 16:55:20 +00:00
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/swaggest/jsonschema-go v0.3.51 // indirect
github.com/swaggest/refl v1.1.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/twpayne/go-vfs v1.7.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
Update module github.com/google/go-containerregistry to v0.15.2 (#284) [![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.15.2` | --- ### Release Notes <details> <summary>google/go-containerregistry</summary> ### [`v0.15.2`](https://togithub.com/google/go-containerregistry/releases/tag/v0.15.2) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.15.1...v0.15.2) #### What's Changed - Make 403 non-fatal for manifest existence checks by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1691](https://togithub.com/google/go-containerregistry/pull/1691) - Do not reuse pushers for pullers by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1701](https://togithub.com/google/go-containerregistry/pull/1701) **Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.15.1...v0.15.2 ### [`v0.15.1`](https://togithub.com/google/go-containerregistry/releases/tag/v0.15.1) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.15.0...v0.15.1) #### Changelog - [`e2620e5`](https://togithub.com/google/go-containerregistry/commit/e2620e56) Actually retry retryable status codes ([#&#8203;1618](https://togithub.com/google/go-containerregistry/issues/1618)) - [`afd15f1`](https://togithub.com/google/go-containerregistry/commit/afd15f14) Add --all-tags flag to crane cp ([#&#8203;1682](https://togithub.com/google/go-containerregistry/issues/1682)) - [`69d1a19`](https://togithub.com/google/go-containerregistry/commit/69d1a197) Add `mutate` `--ports` option to set the exposed ports ([#&#8203;1677](https://togithub.com/google/go-containerregistry/issues/1677)) - [`65e78dc`](https://togithub.com/google/go-containerregistry/commit/65e78dc8) Add partial.Manifests for lazy index access ([#&#8203;1631](https://togithub.com/google/go-containerregistry/issues/1631)) - [`3228a60`](https://togithub.com/google/go-containerregistry/commit/3228a601) Add ppc64le to .goreleaser.yml ([#&#8203;1680](https://togithub.com/google/go-containerregistry/issues/1680)) - [`0b12f56`](https://togithub.com/google/go-containerregistry/commit/0b12f56b) Add ppc64le to all binaries ([#&#8203;1688](https://togithub.com/google/go-containerregistry/issues/1688)) - [`d958444`](https://togithub.com/google/go-containerregistry/commit/d9584448) Add remote.Descriptor.Schema1() ([#&#8203;1626](https://togithub.com/google/go-containerregistry/issues/1626)) - [`07c767c`](https://togithub.com/google/go-containerregistry/commit/07c767c7) Add remote.Puller ([#&#8203;1644](https://togithub.com/google/go-containerregistry/issues/1644)) - [`005bb71`](https://togithub.com/google/go-containerregistry/commit/005bb719) Add remote.Reuse for Pusher/Puller ([#&#8203;1672](https://togithub.com/google/go-containerregistry/issues/1672)) - [`21ac1b2`](https://togithub.com/google/go-containerregistry/commit/21ac1b24) Adding `mutate` `--workdir` option to set the working directory ([#&#8203;1615](https://togithub.com/google/go-containerregistry/issues/1615)) - [`0962e29`](https://togithub.com/google/go-containerregistry/commit/0962e296) Allow remote config layers to be lazy fetched ([#&#8203;1634](https://togithub.com/google/go-containerregistry/issues/1634)) - [`53189d3`](https://togithub.com/google/go-containerregistry/commit/53189d33) Bump actions/setup-go from 3 to 4 ([#&#8203;1602](https://togithub.com/google/go-containerregistry/issues/1602)) - [`54e3f49`](https://togithub.com/google/go-containerregistry/commit/54e3f49e) Bump actions/stale from 7 to 8 ([#&#8203;1616](https://togithub.com/google/go-containerregistry/issues/1616)) - [`07eb440`](https://togithub.com/google/go-containerregistry/commit/07eb440c) Bump codecov/codecov-action from 3.1.1 to 3.1.2 ([#&#8203;1650](https://togithub.com/google/go-containerregistry/issues/1650)) - [`58bd35b`](https://togithub.com/google/go-containerregistry/commit/58bd35bc) Bump codecov/codecov-action from 3.1.2 to 3.1.3 ([#&#8203;1668](https://togithub.com/google/go-containerregistry/issues/1668)) - [`e055961`](https://togithub.com/google/go-containerregistry/commit/e055961a) Bump peter-evans/create-pull-request from 4 to 5 ([#&#8203;1642](https://togithub.com/google/go-containerregistry/issues/1642)) - [`b8d1c0a`](https://togithub.com/google/go-containerregistry/commit/b8d1c0a1) Bump slsa-framework/slsa-verifier from 2.0.1 to 2.1.0 ([#&#8203;1621](https://togithub.com/google/go-containerregistry/issues/1621)) - [`375fb61`](https://togithub.com/google/go-containerregistry/commit/375fb61c) Bump slsa-framework/slsa-verifier from 2.1.0 to 2.2.0 ([#&#8203;1649](https://togithub.com/google/go-containerregistry/issues/1649)) - [`9aa45a1`](https://togithub.com/google/go-containerregistry/commit/9aa45a1a) Change return type of remote.Referrers ([#&#8203;1652](https://togithub.com/google/go-containerregistry/issues/1652)) - [`2ccd41c`](https://togithub.com/google/go-containerregistry/commit/2ccd41c4) Cleanup: Switch the debug image to `cgr.dev/chainguard/busybox` ([#&#8203;1638](https://togithub.com/google/go-containerregistry/issues/1638)) - [`93be9c4`](https://togithub.com/google/go-containerregistry/commit/93be9c42) Don't export whiteouts for single layers ([#&#8203;1629](https://togithub.com/google/go-containerregistry/issues/1629)) - [`b7c6e9d`](https://togithub.com/google/go-containerregistry/commit/b7c6e9dc) Fall back to puller if reusing pusher fails ([#&#8203;1676](https://togithub.com/google/go-containerregistry/issues/1676)) - [`370e8a5`](https://togithub.com/google/go-containerregistry/commit/370e8a5f) Fix a few lint issues ([#&#8203;1684](https://togithub.com/google/go-containerregistry/issues/1684)) - [`bc990d6`](https://togithub.com/google/go-containerregistry/commit/bc990d6b) Fix fetching referrers error handling ([#&#8203;1648](https://togithub.com/google/go-containerregistry/issues/1648)) - [`aee00b1`](https://togithub.com/google/go-containerregistry/commit/aee00b15) Fix race in mutate ([#&#8203;1627](https://togithub.com/google/go-containerregistry/issues/1627)) - [`4a79e94`](https://togithub.com/google/go-containerregistry/commit/4a79e94b) Fix race in stream ([#&#8203;1632](https://togithub.com/google/go-containerregistry/issues/1632)) - [`6743ec9`](https://togithub.com/google/go-containerregistry/commit/6743ec96) Implement remote.Pusher ([#&#8203;1633](https://togithub.com/google/go-containerregistry/issues/1633)) - [`3120ba5`](https://togithub.com/google/go-containerregistry/commit/3120ba58) Keep order of env in crane mutate ([#&#8203;1683](https://togithub.com/google/go-containerregistry/issues/1683)) - [`6ac92e8`](https://togithub.com/google/go-containerregistry/commit/6ac92e8a) Refactor fetcher, writer, and progress ([#&#8203;1625](https://togithub.com/google/go-containerregistry/issues/1625)) - [`249d7e1`](https://togithub.com/google/go-containerregistry/commit/249d7e1f) Refresh authn.DefaultKeychain creds every 5 min ([#&#8203;1624](https://togithub.com/google/go-containerregistry/issues/1624)) - [`ad695c0`](https://togithub.com/google/go-containerregistry/commit/ad695c04) Replace deprecated command with environment file ([#&#8203;1667](https://togithub.com/google/go-containerregistry/issues/1667)) - [`ed5c185`](https://togithub.com/google/go-containerregistry/commit/ed5c185d) Retry net.ErrClosed ([#&#8203;1637](https://togithub.com/google/go-containerregistry/issues/1637)) - [`43710a9`](https://togithub.com/google/go-containerregistry/commit/43710a91) Retry without mount if auth fails ([#&#8203;1681](https://togithub.com/google/go-containerregistry/issues/1681)) - [`2435320`](https://togithub.com/google/go-containerregistry/commit/24353209) Revert "Cleanup: Switch the debug image to `cgr.dev/chainguard/busybox` ([#&#8203;1638](https://togithub.com/google/go-containerregistry/issues/1638))" ([#&#8203;1641](https://togithub.com/google/go-containerregistry/issues/1641)) - [`27a6ad6`](https://togithub.com/google/go-containerregistry/commit/27a6ad62) Revert "authn: Add NewConfigKeychain to load a config from explicit path ([#&#8203;1603](https://togithub.com/google/go-containerregistry/issues/1603))" ([#&#8203;1664](https://togithub.com/google/go-containerregistry/issues/1664)) - [`a34235c`](https://togithub.com/google/go-containerregistry/commit/a34235c8) Support `Warning` header aggregation and reporting in `crane` ([#&#8203;1604](https://togithub.com/google/go-containerregistry/issues/1604)) - [`01bbd53`](https://togithub.com/google/go-containerregistry/commit/01bbd539) Update release.yml ([#&#8203;1601](https://togithub.com/google/go-containerregistry/issues/1601)) - [`df518f9`](https://togithub.com/google/go-containerregistry/commit/df518f95) add crane auth logout ([#&#8203;1589](https://togithub.com/google/go-containerregistry/issues/1589)) - [`5438948`](https://togithub.com/google/go-containerregistry/commit/54389485) add registry.Repo("foo") ([#&#8203;1671](https://togithub.com/google/go-containerregistry/issues/1671)) - [`3706061`](https://togithub.com/google/go-containerregistry/commit/3706061a) allow pkg/v1/random to accept a RNG source ([#&#8203;1675](https://togithub.com/google/go-containerregistry/issues/1675)) - [`1cb7e13`](https://togithub.com/google/go-containerregistry/commit/1cb7e133) authn: Add NewConfigKeychain to load a config from explicit path ([#&#8203;1603](https://togithub.com/google/go-containerregistry/issues/1603)) - [`348cd86`](https://togithub.com/google/go-containerregistry/commit/348cd866) bump deps using ./hack/bump-deps.sh ([#&#8203;1659](https://togithub.com/google/go-containerregistry/issues/1659)) - [`691004b`](https://togithub.com/google/go-containerregistry/commit/691004b4) bump deps using ./hack/bump-deps.sh ([#&#8203;1685](https://togithub.com/google/go-containerregistry/issues/1685)) - [`df72a9a`](https://togithub.com/google/go-containerregistry/commit/df72a9a9) crane push: print pushed ref@digest to stdout ([#&#8203;1663](https://togithub.com/google/go-containerregistry/issues/1663)) - [`0577676`](https://togithub.com/google/go-containerregistry/commit/0577676c) crane: ignore buildx attestations in flatten ([#&#8203;1630](https://togithub.com/google/go-containerregistry/issues/1630)) - [`217318c`](https://togithub.com/google/go-containerregistry/commit/217318c3) deprecate estargz ([#&#8203;1660](https://togithub.com/google/go-containerregistry/issues/1660)) - [`9f68710`](https://togithub.com/google/go-containerregistry/commit/9f68710b) feat(daemon): generate config file from Docker Engine API ([#&#8203;1130](https://togithub.com/google/go-containerregistry/issues/1130)) - [`52d59d1`](https://togithub.com/google/go-containerregistry/commit/52d59d1b) feat(remote): make retryStatusCodes configurable ([#&#8203;1635](https://togithub.com/google/go-containerregistry/issues/1635)) - [`6f96bba`](https://togithub.com/google/go-containerregistry/commit/6f96bba2) gcrane: Use page size of 10,000 for googley things ([#&#8203;1645](https://togithub.com/google/go-containerregistry/issues/1645)) - [`0f2db49`](https://togithub.com/google/go-containerregistry/commit/0f2db492) release: use ko 0.13.0 to build images ([#&#8203;1607](https://togithub.com/google/go-containerregistry/issues/1607)) - [`d64f9e0`](https://togithub.com/google/go-containerregistry/commit/d64f9e0e) remove time from random.Image history ([#&#8203;1678](https://togithub.com/google/go-containerregistry/issues/1678)) - [`46488f7`](https://togithub.com/google/go-containerregistry/commit/46488f7d) retry HTTP 499 errors by default ([#&#8203;1612](https://togithub.com/google/go-containerregistry/issues/1612)) - [`ace7be7`](https://togithub.com/google/go-containerregistry/commit/ace7be76) update GCR quotas ([#&#8203;1619](https://togithub.com/google/go-containerregistry/issues/1619)) - [`d1c4e9f`](https://togithub.com/google/go-containerregistry/commit/d1c4e9ff) verify provenance ([#&#8203;1611](https://togithub.com/google/go-containerregistry/issues/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`](https://togithub.com/google/go-containerregistry/compare/v0.14.0...v0.15.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.14.0...v0.15.0) ### [`v0.14.0`](https://togithub.com/google/go-containerregistry/releases/tag/v0.14.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.13.0...v0.14.0) #### Changelog - [`9306eba`](https://togithub.com/google/go-containerregistry/commit/9306ebad) Allow crane edit to generate non-image artifacts ([#&#8203;1545](https://togithub.com/google/go-containerregistry/issues/1545)) - [`de35f0f`](https://togithub.com/google/go-containerregistry/commit/de35f0f7) Allow setting Content-Type in crane edit manifest ([#&#8203;1551](https://togithub.com/google/go-containerregistry/issues/1551)) - [`4b081f8`](https://togithub.com/google/go-containerregistry/commit/4b081f80) Avoid v1.Manifest in crane edit config ([#&#8203;1583](https://togithub.com/google/go-containerregistry/issues/1583)) - [`1cfe1fc`](https://togithub.com/google/go-containerregistry/commit/1cfe1fc2) Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 ([#&#8203;1593](https://togithub.com/google/go-containerregistry/issues/1593)) - [`da1008f`](https://togithub.com/google/go-containerregistry/commit/da1008fb) Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 ([#&#8203;1548](https://togithub.com/google/go-containerregistry/issues/1548)) - [`86be45f`](https://togithub.com/google/go-containerregistry/commit/86be45fb) Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 ([#&#8203;1547](https://togithub.com/google/go-containerregistry/issues/1547)) - [`62f183e`](https://togithub.com/google/go-containerregistry/commit/62f183e5) Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 ([#&#8203;1556](https://togithub.com/google/go-containerregistry/issues/1556)) - [`1b8dc2b`](https://togithub.com/google/go-containerregistry/commit/1b8dc2ba) Bump slsa-framework/slsa-github-generator from 1.2.2 to 1.5.0 ([#&#8203;1580](https://togithub.com/google/go-containerregistry/issues/1580)) - [`11843ba`](https://togithub.com/google/go-containerregistry/commit/11843ba2) Enforce proper sha256 usage ([#&#8203;1544](https://togithub.com/google/go-containerregistry/issues/1544)) - [`2ceebaa`](https://togithub.com/google/go-containerregistry/commit/2ceebaaf) Implement crane index subcommand ([#&#8203;1561](https://togithub.com/google/go-containerregistry/issues/1561)) - [`9f42e02`](https://togithub.com/google/go-containerregistry/commit/9f42e028) Set mediaType for empty.ImageIndex in RawManifest ([#&#8203;1562](https://togithub.com/google/go-containerregistry/issues/1562)) - [`759b19f`](https://togithub.com/google/go-containerregistry/commit/759b19f7) Support artifactType, for images whose config.mediaType is not a config ([#&#8203;1541](https://togithub.com/google/go-containerregistry/issues/1541)) - [`b3c23b4`](https://togithub.com/google/go-containerregistry/commit/b3c23b4c) Support for OCI 1.1+ referrers via API ([#&#8203;1546](https://togithub.com/google/go-containerregistry/issues/1546)) - [`061ee6b`](https://togithub.com/google/go-containerregistry/commit/061ee6bf) Support for OCI 1.1+ referrers via fallback tag ([#&#8203;1543](https://togithub.com/google/go-containerregistry/issues/1543)) - [`6770304`](https://togithub.com/google/go-containerregistry/commit/67703048) Update descriptor "data" field (when valid) during "crane edit config" ([#&#8203;1584](https://togithub.com/google/go-containerregistry/issues/1584)) - [`76bac93`](https://togithub.com/google/go-containerregistry/commit/76bac933) Update release.yml ([#&#8203;1540](https://togithub.com/google/go-containerregistry/issues/1540)) - [`eb7d746`](https://togithub.com/google/go-containerregistry/commit/eb7d746c) authn: also read mount secrets ([#&#8203;1560](https://togithub.com/google/go-containerregistry/issues/1560)) - [`e94d408`](https://togithub.com/google/go-containerregistry/commit/e94d4089) bump deps using ./hack/bump-deps.sh ([#&#8203;1592](https://togithub.com/google/go-containerregistry/issues/1592)) - [`4e95ae2`](https://togithub.com/google/go-containerregistry/commit/4e95ae2b) crane: add --flatten for index append ([#&#8203;1566](https://togithub.com/google/go-containerregistry/issues/1566)) - [`ff810c1`](https://togithub.com/google/go-containerregistry/commit/ff810c18) crane: add serve subcommand ([#&#8203;1586](https://togithub.com/google/go-containerregistry/issues/1586)) - [`8ea5e0e`](https://togithub.com/google/go-containerregistry/commit/8ea5e0e8) crane: support --omit-digest-tags in crane ls ([#&#8203;1528](https://togithub.com/google/go-containerregistry/issues/1528)) - [`824efc7`](https://togithub.com/google/go-containerregistry/commit/824efc77) fix(mutate): also set timestamps only present in some formats ([#&#8203;1550](https://togithub.com/google/go-containerregistry/issues/1550)) - [`e04520b`](https://togithub.com/google/go-containerregistry/commit/e04520bc) fix: Fix the crane release url and add more steps ([#&#8203;1532](https://togithub.com/google/go-containerregistry/issues/1532)) - [`d872232`](https://togithub.com/google/go-containerregistry/commit/d8722327) hash: use generic instantiation ([#&#8203;1538](https://togithub.com/google/go-containerregistry/issues/1538)) - [`57f010d`](https://togithub.com/google/go-containerregistry/commit/57f010d2) replace manual slsa-verifier installation with action ([#&#8203;1585](https://togithub.com/google/go-containerregistry/issues/1585)) - [`9cd098e`](https://togithub.com/google/go-containerregistry/commit/9cd098e3) skip tls verification if default transport is used with insecure option ([#&#8203;1559](https://togithub.com/google/go-containerregistry/issues/1559)) - [`3624968`](https://togithub.com/google/go-containerregistry/commit/36249683) tarball: pass imageToTags ([#&#8203;1563](https://togithub.com/google/go-containerregistry/issues/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`](https://togithub.com/google/go-containerregistry/releases/tag/v0.13.0) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.12.1...v0.13.0) #### What's Changed - Bump slsa-framework/slsa-github-generator to 1.2.2 by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1489](https://togithub.com/google/go-containerregistry/pull/1489) - Features: Allow eliding `serviceaccount` lookups. by [@&#8203;mattmoor](https://togithub.com/mattmoor) in [https://github.com/google/go-containerregistry/pull/1490](https://togithub.com/google/go-containerregistry/pull/1490) - Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1491](https://togithub.com/google/go-containerregistry/pull/1491) - add source archive checksum into the checksums.txt by [@&#8203;developer-guy](https://togithub.com/developer-guy) in [https://github.com/google/go-containerregistry/pull/1492](https://togithub.com/google/go-containerregistry/pull/1492) - Fix calculating tarball size when duplicated layers exist by [@&#8203;tydra-wang](https://togithub.com/tydra-wang) in [https://github.com/google/go-containerregistry/pull/1495](https://togithub.com/google/go-containerregistry/pull/1495) - Add support for zstd compression by [@&#8203;LFrobeen](https://togithub.com/LFrobeen) in [https://github.com/google/go-containerregistry/pull/1487](https://togithub.com/google/go-containerregistry/pull/1487) - docs: pull latest instead of debug by [@&#8203;AndrewCharlesHay](https://togithub.com/AndrewCharlesHay) in [https://github.com/google/go-containerregistry/pull/1497](https://togithub.com/google/go-containerregistry/pull/1497) - Make credential warning slightly more accurate by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1499](https://togithub.com/google/go-containerregistry/pull/1499) - Make unit tests substantially faster by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1498](https://togithub.com/google/go-containerregistry/pull/1498) - Use the default retry predicate in transport by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1502](https://togithub.com/google/go-containerregistry/pull/1502) - Revert "docs: pull latest instead of debug ([#&#8203;1497](https://togithub.com/google/go-containerregistry/issues/1497))" by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1504](https://togithub.com/google/go-containerregistry/pull/1504) - Update Arch Linux install instructions by [@&#8203;kpcyrd](https://togithub.com/kpcyrd) in [https://github.com/google/go-containerregistry/pull/1508](https://togithub.com/google/go-containerregistry/pull/1508) - Fix various lints by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1507](https://togithub.com/google/go-containerregistry/pull/1507) - Fix missing doc comment by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1509](https://togithub.com/google/go-containerregistry/pull/1509) - Treat empty registry config as anonymous by [@&#8203;lcarva](https://togithub.com/lcarva) in [https://github.com/google/go-containerregistry/pull/1512](https://togithub.com/google/go-containerregistry/pull/1512) - Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1511](https://togithub.com/google/go-containerregistry/pull/1511) - Bump actions/stale from 6 to 7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1519](https://togithub.com/google/go-containerregistry/pull/1519) - Race http fallback ping by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1521](https://togithub.com/google/go-containerregistry/pull/1521) - FIX mutate.Time not respecting history by [@&#8203;miguelvalerio](https://togithub.com/miguelvalerio) in [https://github.com/google/go-containerregistry/pull/1520](https://togithub.com/google/go-containerregistry/pull/1520) - test: use `T.TempDir` to create temporary test directory by [@&#8203;Juneezee](https://togithub.com/Juneezee) in [https://github.com/google/go-containerregistry/pull/1522](https://togithub.com/google/go-containerregistry/pull/1522) - crane: add digest --full by [@&#8203;imjasonh](https://togithub.com/imjasonh) in [https://github.com/google/go-containerregistry/pull/1524](https://togithub.com/google/go-containerregistry/pull/1524) - Hack around DockerHub plugin scope handling by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1527](https://togithub.com/google/go-containerregistry/pull/1527) - crane: support --full-ref for crane ls by [@&#8203;imjasonh](https://togithub.com/imjasonh) in [https://github.com/google/go-containerregistry/pull/1525](https://togithub.com/google/go-containerregistry/pull/1525) - Revert plugin scope hack by [@&#8203;jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1531](https://togithub.com/google/go-containerregistry/pull/1531) - clarify crane download readme by [@&#8203;dtanner](https://togithub.com/dtanner) in [https://github.com/google/go-containerregistry/pull/1533](https://togithub.com/google/go-containerregistry/pull/1533) #### New Contributors - [@&#8203;LFrobeen](https://togithub.com/LFrobeen) made their first contribution in [https://github.com/google/go-containerregistry/pull/1487](https://togithub.com/google/go-containerregistry/pull/1487) - [@&#8203;AndrewCharlesHay](https://togithub.com/AndrewCharlesHay) made their first contribution in [https://github.com/google/go-containerregistry/pull/1497](https://togithub.com/google/go-containerregistry/pull/1497) - [@&#8203;kpcyrd](https://togithub.com/kpcyrd) made their first contribution in [https://github.com/google/go-containerregistry/pull/1508](https://togithub.com/google/go-containerregistry/pull/1508) - [@&#8203;miguelvalerio](https://togithub.com/miguelvalerio) made their first contribution in [https://github.com/google/go-containerregistry/pull/1520](https://togithub.com/google/go-containerregistry/pull/1520) - [@&#8203;Juneezee](https://togithub.com/Juneezee) made their first contribution in [https://github.com/google/go-containerregistry/pull/1522](https://togithub.com/google/go-containerregistry/pull/1522) - [@&#8203;dtanner](https://togithub.com/dtanner) made their first contribution in [https://github.com/google/go-containerregistry/pull/1533](https://togithub.com/google/go-containerregistry/pull/1533) **Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.12.1...v0.13.0 ### [`v0.12.1`](https://togithub.com/google/go-containerregistry/releases/tag/v0.12.1) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.12.0...v0.12.1) #### Changelog - [`426de7d`](https://togithub.com/google/go-containerregistry/commit/426de7d4) Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 ([#&#8203;1475](https://togithub.com/google/go-containerregistry/issues/1475)) - [`6442b02`](https://togithub.com/google/go-containerregistry/commit/6442b027) Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 ([#&#8203;1476](https://togithub.com/google/go-containerregistry/issues/1476)) - [`76ae819`](https://togithub.com/google/go-containerregistry/commit/76ae8192) Fix context.DeadlineExceeded comparison ([#&#8203;1488](https://togithub.com/google/go-containerregistry/issues/1488)) - [`1711cef`](https://togithub.com/google/go-containerregistry/commit/1711cefd) Fix missing body.Close() in bearer auth ([#&#8203;1482](https://togithub.com/google/go-containerregistry/issues/1482)) - [`02f47e1`](https://togithub.com/google/go-containerregistry/commit/02f47e13) bump version of slsa generator ([#&#8203;1468](https://togithub.com/google/go-containerregistry/issues/1468)) - [`353a117`](https://togithub.com/google/go-containerregistry/commit/353a1176) crane: add catalog argument use annotation ([#&#8203;1473](https://togithub.com/google/go-containerregistry/issues/1473)) - [`a0cca8a`](https://togithub.com/google/go-containerregistry/commit/a0cca8a0) k8schain: Log and proceed if secret or SA are not found ([#&#8203;1472](https://togithub.com/google/go-containerregistry/issues/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`](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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;1467](https://togithub.com/google/go-containerregistry/issues/1467)) - [`c1f9836`](https://togithub.com/google/go-containerregistry/commit/c1f9836a) Bump opencontainers/image-spec ([#&#8203;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 ([#&#8203;1419](https://togithub.com/google/go-containerregistry/issues/1419)) - [`3ba4c51`](https://togithub.com/google/go-containerregistry/commit/3ba4c511) Fix tar PAX format handling ([#&#8203;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 ([#&#8203;1420](https://togithub.com/google/go-containerregistry/issues/1420)) - [`a0f6687`](https://togithub.com/google/go-containerregistry/commit/a0f66878) Make ErrBadName checkable via errors.Is() ([#&#8203;1462](https://togithub.com/google/go-containerregistry/issues/1462)) - [`19e3eff`](https://togithub.com/google/go-containerregistry/commit/19e3eff7) Retry ECONNRESET errors ([#&#8203;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 ([#&#8203;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 ([#&#8203;1449](https://togithub.com/google/go-containerregistry/issues/1449)) - [`f981b4c`](https://togithub.com/google/go-containerregistry/commit/f981b4c0) deps: update goreleaser-action for bug ([#&#8203;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 ([#&#8203;1436](https://togithub.com/google/go-containerregistry/issues/1436)) - [`87b3a79`](https://togithub.com/google/go-containerregistry/commit/87b3a796) feat: Add krane to release archive ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;1437](https://togithub.com/google/go-containerregistry/issues/1437)) - [`d3ed408`](https://togithub.com/google/go-containerregistry/commit/d3ed4089) registry: implement blob deletion ([#&#8203;1432](https://togithub.com/google/go-containerregistry/issues/1432)) - [`3413eb6`](https://togithub.com/google/go-containerregistry/commit/3413eb6c) registry: implement pagination ([#&#8203;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 ([#&#8203;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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 08:32:17 +00:00
github.com/vbatts/tar-split v0.11.3 // indirect
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
Update module github.com/mudler/yip to v1 (#218) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/yip](https://togithub.com/mudler/yip) | require | major | `v0.11.4` -> `v1.0.0` | --- ### Release Notes <details> <summary>mudler/yip</summary> ### [`v1.0.0`](https://togithub.com/mudler/yip/releases/tag/v1.0.0) [Compare Source](https://togithub.com/mudler/yip/compare/v0.11.4...v1.0.0) #### Changelog - [`18cb23d`](https://togithub.com/mudler/yip/commit/18cb23d) Bump entities dependency for license change ([#&#8203;48](https://togithub.com/mudler/yip/issues/48)) - [`91e88df`](https://togithub.com/mudler/yip/commit/91e88df) Bump linuxkit+diskfs ([#&#8203;49](https://togithub.com/mudler/yip/issues/49)) - [`297dedc`](https://togithub.com/mudler/yip/commit/297dedc) Execute stages in a dag ([#&#8203;50](https://togithub.com/mudler/yip/issues/50)) </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 21:32:24 +00:00
github.com/vishvananda/netns v0.0.4 // indirect
2022-08-10 16:55:20 +00:00
github.com/wayneashleyberry/terminal-dimensions v1.1.0 // indirect
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/otel v1.14.0 // indirect
go.opentelemetry.io/otel/trace v1.14.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/dig v1.16.1 // indirect
go.uber.org/fx v1.19.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20230420155640-133eef4313cb // indirect
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect
Update module github.com/onsi/ginkgo/v2 to v2.9.5 (#372) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/onsi/ginkgo/v2](https://togithub.com/onsi/ginkgo) | require | patch | `v2.9.3` -> `v2.9.5` | --- ### Release Notes <details> <summary>onsi/ginkgo</summary> ### [`v2.9.5`](https://togithub.com/onsi/ginkgo/releases/tag/v2.9.5) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.9.4...v2.9.5) #### 2.9.5 ##### Fixes - ensure the correct deterministic sort order is produced when ordered specs are generated by a helper function \[[`7fa0b6b`](https://togithub.com/onsi/ginkgo/commit/7fa0b6b)] ##### Maintenance - fix generators link ([#&#8203;1200](https://togithub.com/onsi/ginkgo/issues/1200)) \[[`9f9d8b9`](https://togithub.com/onsi/ginkgo/commit/9f9d8b9)] - Bump golang.org/x/tools from 0.8.0 to 0.9.1 ([#&#8203;1196](https://togithub.com/onsi/ginkgo/issues/1196)) \[[`150e3f2`](https://togithub.com/onsi/ginkgo/commit/150e3f2)] - fix spelling err in docs ([#&#8203;1199](https://togithub.com/onsi/ginkgo/issues/1199)) \[[`0013b1a`](https://togithub.com/onsi/ginkgo/commit/0013b1a)] - Bump golang.org/x/sys from 0.7.0 to 0.8.0 ([#&#8203;1193](https://togithub.com/onsi/ginkgo/issues/1193)) \[[`9e9e3e5`](https://togithub.com/onsi/ginkgo/commit/9e9e3e5)] ### [`v2.9.4`](https://togithub.com/onsi/ginkgo/releases/tag/v2.9.4) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.9.3...v2.9.4) #### 2.9.4 ##### Fixes - fix hang with ginkgo -p ([#&#8203;1192](https://togithub.com/onsi/ginkgo/issues/1192)) \[[`15d4bdc`](https://togithub.com/onsi/ginkgo/commit/15d4bdc)] - this addresses a *long* standing issue related to Ginkgo hanging when a child process spawned by the test does not exit. - fix: fail fast may cause Serial spec or cleanup Node interrupted ([#&#8203;1178](https://togithub.com/onsi/ginkgo/issues/1178)) \[[`8dea88b`](https://togithub.com/onsi/ginkgo/commit/8dea88b)] - prior to this there was a small gap in which specs on other processes might start even if one process has tried to abort the suite. ##### Maintenance - Document run order when multiple setup nodes are at the same nesting level \[[`903be81`](https://togithub.com/onsi/ginkgo/commit/903be81)] </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 08:22:45 +00:00
golang.org/x/net v0.10.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.8.0 // indirect
Update module github.com/onsi/ginkgo/v2 to v2.9.5 (#372) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/onsi/ginkgo/v2](https://togithub.com/onsi/ginkgo) | require | patch | `v2.9.3` -> `v2.9.5` | --- ### Release Notes <details> <summary>onsi/ginkgo</summary> ### [`v2.9.5`](https://togithub.com/onsi/ginkgo/releases/tag/v2.9.5) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.9.4...v2.9.5) #### 2.9.5 ##### Fixes - ensure the correct deterministic sort order is produced when ordered specs are generated by a helper function \[[`7fa0b6b`](https://togithub.com/onsi/ginkgo/commit/7fa0b6b)] ##### Maintenance - fix generators link ([#&#8203;1200](https://togithub.com/onsi/ginkgo/issues/1200)) \[[`9f9d8b9`](https://togithub.com/onsi/ginkgo/commit/9f9d8b9)] - Bump golang.org/x/tools from 0.8.0 to 0.9.1 ([#&#8203;1196](https://togithub.com/onsi/ginkgo/issues/1196)) \[[`150e3f2`](https://togithub.com/onsi/ginkgo/commit/150e3f2)] - fix spelling err in docs ([#&#8203;1199](https://togithub.com/onsi/ginkgo/issues/1199)) \[[`0013b1a`](https://togithub.com/onsi/ginkgo/commit/0013b1a)] - Bump golang.org/x/sys from 0.7.0 to 0.8.0 ([#&#8203;1193](https://togithub.com/onsi/ginkgo/issues/1193)) \[[`9e9e3e5`](https://togithub.com/onsi/ginkgo/commit/9e9e3e5)] ### [`v2.9.4`](https://togithub.com/onsi/ginkgo/releases/tag/v2.9.4) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.9.3...v2.9.4) #### 2.9.4 ##### Fixes - fix hang with ginkgo -p ([#&#8203;1192](https://togithub.com/onsi/ginkgo/issues/1192)) \[[`15d4bdc`](https://togithub.com/onsi/ginkgo/commit/15d4bdc)] - this addresses a *long* standing issue related to Ginkgo hanging when a child process spawned by the test does not exit. - fix: fail fast may cause Serial spec or cleanup Node interrupted ([#&#8203;1178](https://togithub.com/onsi/ginkgo/issues/1178)) \[[`8dea88b`](https://togithub.com/onsi/ginkgo/commit/8dea88b)] - prior to this there was a small gap in which specs on other processes might start even if one process has tried to abort the suite. ##### Maintenance - Document run order when multiple setup nodes are at the same nesting level \[[`903be81`](https://togithub.com/onsi/ginkgo/commit/903be81)] </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzUuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-17 08:22:45 +00:00
golang.org/x/term v0.8.0 // indirect
Update module github.com/kairos-io/kairos/v2 to v2.0.0-rc5 (#329) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/kairos-io/kairos/v2](https://togithub.com/kairos-io/kairos) | require | patch | `v2.0.0-rc4` -> `v2.0.0-rc5` | --- ### Release Notes <details> <summary>kairos-io/kairos</summary> ### [`v2.0.0-rc5`](https://togithub.com/kairos-io/kairos/releases/tag/v2.0.0-rc5) [Compare Source](https://togithub.com/kairos-io/kairos/compare/v2.0.0-rc4...v2.0.0-rc5) #### What's Changed - Update module golang.org/x/net to v0.9.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/kairos-io/kairos/pull/1266](https://togithub.com/kairos-io/kairos/pull/1266) - Update aquasec/trivy Docker tag to v0.39.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/kairos-io/kairos/pull/1268](https://togithub.com/kairos-io/kairos/pull/1268) - :arrow_up: Bump repositories by [@&#8203;Itxaka](https://togithub.com/Itxaka) in [https://github.com/kairos-io/kairos/pull/1272](https://togithub.com/kairos-io/kairos/pull/1272) **Full Changelog**: https://github.com/kairos-io/kairos/compare/v2.0.0-rc4...v2.0.0-rc5 </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-11 15:18:48 +00:00
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.9.3 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
golang.zx2c4.com/wireguard v0.0.0-20220703234212-c31a7b1ab478 // indirect
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
gonum.org/v1/gonum v0.12.0 // indirect
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
Update module github.com/luthermonson/go-proxmox to v0.0.0-alpha3 (#198) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/luthermonson/go-proxmox](https://togithub.com/luthermonson/go-proxmox) | require | patch | `v0.0.0-alpha2` -> `v0.0.0-alpha3` | --- ### Release Notes <details> <summary>luthermonson/go-proxmox</summary> ### [`v0.0.0-alpha3`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-alpha3) [Compare Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha2...v0.0.0-alpha3) #### What's Changed - updating mage to use aliases by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/47](https://togithub.com/luthermonson/go-proxmox/pull/47) - adding more tests and light refactor by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/48](https://togithub.com/luthermonson/go-proxmox/pull/48) - adding gock tests for proxmox main client funcs by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/49](https://togithub.com/luthermonson/go-proxmox/pull/49) - adding nocloud cloud-init functionality by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/50](https://togithub.com/luthermonson/go-proxmox/pull/50) **Full Changelog**: https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha2...v0.0.0-alpha3 </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-25 21:03:27 +00:00
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
2022-08-10 16:55:20 +00:00
lukechampine.com/blake3 v1.1.7 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </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, check this box --- 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/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
nhooyr.io/websocket v1.8.7 // indirect
2022-08-10 16:55:20 +00:00
)