Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency carvel-dev/vendir to v0.38.0 (#161)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [carvel-dev/vendir](https://togithub.com/carvel-dev/vendir) | minor | `0.33.1` -> `v0.38.0` | --- ### Release Notes <details> <summary>carvel-dev/vendir (carvel-dev/vendir)</summary> ### [`v0.38.0`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.38.0) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.37.1...v0.38.0) ### β¨ What's new - Bug fix: lazy sync clears vendor directory on second sync by [@​fritzduchardt](https://togithub.com/fritzduchardt) in [https://github.com/carvel-dev/vendir/pull/322](https://togithub.com/carvel-dev/vendir/pull/322) - Bug fix: vendir sync --directory option error by [@​fritzduchardt](https://togithub.com/fritzduchardt) in [https://github.com/carvel-dev/vendir/pull/286](https://togithub.com/carvel-dev/vendir/pull/286) **Full Changelog**: carvel-dev/vendir@v0.37.0...v0.38.0 ### π Files Checksum 49076dd93ae931ac0d341d81e51b6fdb2288c718cfda8279b78e31c6d389da5f ./vendir-linux-amd64 7795fc1ccb82982b380b01ab617f4950d29dcecbf2daa5ac204654358ff79df5 ./vendir-windows-amd64.exe 88e3588632f58f44f31d3fa19f60d4aad8ea0075b6fc68956a9d061d8de2442d ./vendir-linux-arm64 a57a086d5153d00c7812b82227ab6f4eed7da3b7edae4c32a03a61a9fe114030 ./vendir-darwin-amd64 a9dba10fa543beedbf2144dd311d9c4014bfb992bb3f988f879ce44327cd7738 ./vendir-darwin-arm64 ### [`v0.37.1`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.37.1) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.37.0...v0.37.1) #### What's Changed - Bug fix: lazy sync clears vendor directory on second sync in [https://github.com/carvel-dev/vendir/pull/328](https://togithub.com/carvel-dev/vendir/pull/328) **Full Changelog**: carvel-dev/vendir@v0.37.0...v0.37.1 ### π Files Checksum 89a67afb379e10c7b13dc6a71aee21a6dda3fc075480a429c55f324492f0c76a ./vendir-darwin-arm64 a35e07c323ae8a83a6223e05e937ab5b0b95fcfdbea18d06c1012552cc2e67cf ./vendir-linux-arm64 a999323aa4593c2b7c207e620f070d74c19bc074b48f3e7b7fe44cd057564791 ./vendir-darwin-amd64 b2869e8f27ace509c5885fd923789452932da3ed2a351e7ad1d0328b228ae17a ./vendir-linux-amd64 df488bc477a008805849dfff7e560e61d454c9e87267fd7689ca900cdf7837e8 ./vendir-windows-amd64.exe ### [`v0.37.0`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.37.0) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.36.1...v0.37.0) ### β¨ What's new - π¨ For library users π¨ the go module name changes to carvel.dev/vendir this is a breaking change on this version, no impact for users that only use the binaries ### π Files Checksum 0ca7ccb1dbc277b52547608988e89c98c70fa11cd7a409bb4be370383aa3a8ec ./vendir-darwin-amd64 7dde14730aa5a58511fc5b95f61162892ec97f87c9a57c01ab91d1f9f3d7aa74 ./vendir-linux-arm64 da8707a13443e6e18b7ee17d5d31a5461f090016e4816a48552b77bf443d0060 ./vendir-windows-amd64.exe f1472bf7995506830fa79473f0ae406ea3885e0881fbbb096240efb1b053dd15 ./vendir-linux-amd64 f9a263959b8574d1f3f67bbf4ab2459dd9296903f3e3bfe1b4e90fa709886e5f ./vendir-darwin-arm64 ### [`v0.36.1`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.36.1) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.36.0...v0.36.1) #### What's Changed - Bug fix: lazy sync clears vendor directory on second sync in [https://github.com/carvel-dev/vendir/pull/326](https://togithub.com/carvel-dev/vendir/pull/326) **Full Changelog**: carvel-dev/vendir@v0.36.0...v0.36.1 ### π Files Checksum 05441a693ce84ee0fc94c6011f8f53311aa48fa1bad8c46477e1594452e70074 ./vendir-linux-arm64 1a719b26d8b69714af3d178f651ed9b3332ffe52182ae51f1997461499c2c72f ./vendir-darwin-arm64 74b30532ffb11e797b12019ed01fdf904dac5669cbe917daf4cf8a61ebf90e2b ./vendir-darwin-amd64 a3540fa2bea687ae741b9610a23f8236f29eb387d8c597cdc9e1be07c51239c4 ./vendir-linux-amd64 b365b62062d6e4993c1cc50078f07ca11c51d05a02f9abecd4d8d27e0790035b ./vendir-windows-amd64.exe ### [`v0.36.0`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.36.0) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.35.3...v0.36.0) ### β¨ What's new - Only run sync for stable versions, if vendir.yaml has changed since last sync by [@​fritzduchardt](https://togithub.com/fritzduchardt) [#​278](https://togithub.com/carvel-dev/vendir/issues/278) - Fix http retrieval when unpacking certain tar.gz files by [@​reegnz](https://togithub.com/reegnz) in [#​285](https://togithub.com/carvel-dev/vendir/issues/285) - Enable skip TLS verification when retrieving a git repository by [@​vmunishwar](https://togithub.com/vmunishwar) [#​260](https://togithub.com/carvel-dev/vendir/issues/260) ### π Callouts [@​reegnz](https://togithub.com/reegnz) made their first contribution in [#​280](https://togithub.com/carvel-dev/vendir/issues/280) [@​fritzduchardt](https://togithub.com/fritzduchardt) made their first contribution in [#​279](https://togithub.com/carvel-dev/vendir/issues/279) ### π Files Checksum 0575b5eac1545ac57792644d92033118c07e259f3f3a6fdc5077774baee3bd2e ./vendir-windows-amd64.exe 8a33d121e0fd9a3d841b9e4894be6d01e5d7376313ddf635346dedafb45ed374 ./vendir-linux-arm64 c977e8f4a350127bcd2bc5f05d33c3bee405f5dbe28928f1dc7af83489dcff40 ./vendir-darwin-arm64 d8f07fdb150ca27809f758a36cd1d98dc5100fcb361008b2ea00fff823195f0a ./vendir-darwin-amd64 ec42b2ae79bc06ecb1b5676937879e90f38894527e0d4de0ff6e764833f86528 ./vendir-linux-amd64 ### [`v0.35.3`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.35.3) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.35.2...v0.35.3) #### What's Changed - Bump go1.21.5 by [@​kumaritanushree](https://togithub.com/kumaritanushree) in [https://github.com/carvel-dev/vendir/pull/333](https://togithub.com/carvel-dev/vendir/pull/333) - Bump imgpkg v0.38.3 by [@​rcmadhankumar](https://togithub.com/rcmadhankumar) in [https://github.com/carvel-dev/vendir/pull/336](https://togithub.com/carvel-dev/vendir/pull/336) **Full Changelog**: carvel-dev/vendir@v0.35.2...v0.35.3 ### π Files Checksum 0bf333a88c35a7e09f116cad92336dcf6741c7abcb4794eb5ee9c1d872ed7a21 ./vendir-windows-amd64.exe 1dc363001d0d2542cf35058fb6cf86325f9d7c780bab1d584de94401db4493a4 ./vendir-darwin-arm64 4436f6f48dc0f17067a8cf907966ae17bd573f77dbcb3a1e8b69002494d387ae ./vendir-linux-arm64 4e88e2ccb9a7c72b79cad81a0391e30e7694cec0af114abb5cec81463d6dd7c4 ./vendir-linux-amd64 610f42df3c6af0a37524c7af6601c37707d1d148b28a3e598cdb0f40241e64da ./vendir-darwin-amd64 ### [`v0.35.2`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.35.2) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.35.0...v0.35.2) #### What's Changed - Bump golang to 1.21.3 and imgpkg to v0.38.2 in v0.35.x line by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/316](https://togithub.com/carvel-dev/vendir/pull/316) **Full Changelog**: carvel-dev/vendir@v0.35.0...v0.35.2 ### π Files Checksum 15e991b5ab1b3b274f5868ff813ae4a00c17eae2c131f659efef46244d889123 ./vendir-darwin-amd64 8da68d1dd98df17101e21fbe0925a6cc4da557aeafc7b3cb9ffc4d0aa7157a9b ./vendir-linux-arm64 a0f28b86a4ef3800aaa54ad30bad449fd43a6af192a081748c67f2f48ad5cbd3 ./vendir-linux-amd64 afc3cd5dc7eb8f83582cda5993e6ec94a3dafac001bb6ca46cefd11e5a044ced ./vendir-darwin-arm64 bd325e76571c746d8fa3d703b2dee730032f8ac2469c6da962d1d1a3f3243f87 ./vendir-windows-amd64.exe ### [`v0.35.0`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.35.0) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.34.10...v0.35.0) ### β¨ What's new - Bumping go version to 1.21.1 by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/291](https://togithub.com/carvel-dev/vendir/pull/291) - Bumping imgpkg version to v0.38.0 by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/295](https://togithub.com/carvel-dev/vendir/pull/295) ### π Files Checksum 791e7d275088a1439460d108b8d92df16b2f45b4f3e576d5557dfd21b344f1a9 ./vendir-darwin-amd64 a2810fef1123ee6eda307229f50b2e549b3ef14efb1ecdb2771405fdb0573f0c ./vendir-linux-arm64 ad9903183608a17ec5e581743ee75e88ac190a34399787f7450d356965c9f2bc ./vendir-darwin-arm64 b573519dc3cc4b8fa271d23b7de93aed2117d996a1a6aaaf858ac9f66c77ad46 ./vendir-windows-amd64.exe d9109fb8f07bedab820b60e4789a2b183857073fa392cd603b9cabeac795ba04 ./vendir-linux-amd64 ### [`v0.34.10`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.34.10) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.34.9...v0.34.10) #### What's Changed - Bump go1.20.12 by [@​kumaritanushree](https://togithub.com/kumaritanushree) in [https://github.com/carvel-dev/vendir/pull/332](https://togithub.com/carvel-dev/vendir/pull/332) - Bump imgpkg v0.37.9 by [@​rcmadhankumar](https://togithub.com/rcmadhankumar) in [https://github.com/carvel-dev/vendir/pull/337](https://togithub.com/carvel-dev/vendir/pull/337) **Full Changelog**: carvel-dev/vendir@v0.34.9...v0.34.10 ### π Files Checksum 14e35ca3bf1aadf57765f3a566d04123fe1d3df92849c1f7390007c2326a500a ./vendir-windows-amd64.exe 1b26235cdb154707a0c5251aa2e0bf1d0d25ead7318e53d0823ff49883a6c694 ./vendir-darwin-arm64 1be8afdb43f096c9eac089eda3924fbe1a6b5ba36dee70a1312c0515573b3a99 ./vendir-linux-amd64 2ebb246662121ffac0eb0d9072bb7b189f9fa82f06e13b4b6f4c441a3eae9403 ./vendir-darwin-amd64 42631ff39515ba9683bbfe12cc1a9555f7937107aa3eeaa083bd86da78a20c05 ./vendir-linux-arm64 ### [`v0.34.9`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.34.9) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.34.8...v0.34.9) ### β¨ What's new - [`d8e973f`](https://togithub.com/carvel-dev/vendir/commit/d8e973f) Bump go version to 1.20.11 - [`c482f8a`](https://togithub.com/carvel-dev/vendir/commit/c482f8a) Bump imgpkg to v0.37.8 **Full Changelog**: carvel-dev/vendir@v0.34.8...v0.34.9 ### π Files Checksum 119219007fad26babfa64ae9b8cb34b8bc1398be76adbbcf815954223ae88fc1 ./vendir-darwin-amd64 33b24254f9089ee5816458405feadadf3f62d4cce5cb82993097576dd8490384 ./vendir-linux-arm64 4ae3009c49e1193e63b3e8b6382724bef1fdc886ec8d44169018bca2ca5390a9 ./vendir-linux-amd64 76a7090fa6fa84bde13bef5ed59b8fc763d8cb7940932c76247a4726dc86cfb3 ./vendir-darwin-arm64 854817673b309a3a5f210e4632df25847e1406bfa95ffcfbc44ca2618f2d6aa8 ./vendir-windows-amd64.exe ### [`v0.34.8`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.34.8) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.34.7...v0.34.8) #### What's Changed - Bump go version to 1.20.10 in v0.34.x line by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/301](https://togithub.com/carvel-dev/vendir/pull/301) - Bumping x/net to 0.17.0 in v0.34.x line by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/306](https://togithub.com/carvel-dev/vendir/pull/306) **Full Changelog**: carvel-dev/vendir@v0.34.6...v0.34.8 ### π Files Checksum 4cf82d042b03d72aa464f246b8ad5fae61b338e153dd96473087b07901c2d64b ./vendir-windows-amd64.exe 560de0870c062bd8feb8110a2c20b4edb9ef3dcc73abb5822c28f48a8a344bea ./vendir-linux-arm64 86c051bc164845972393a4b512c942dd9e838722dc42490d7a8f542a9163f72a ./vendir-darwin-arm64 ec952f962f64618a84456ea5be977ecdb6d8c81edcf730f16131b13f462d6e17 ./vendir-linux-amd64 fffeb6ff5f366bf4536f5016e51b6920957337e97dd287ce14c22d5539587d6f ./vendir-darwin-amd64 ### [`v0.34.7`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.34.7) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.34.6...v0.34.7) #### What's Changed - Bump go version to 1.20.10 in v0.34.x line by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/301](https://togithub.com/carvel-dev/vendir/pull/301) **Full Changelog**: carvel-dev/vendir@v0.34.6...v0.34.7 ### π Files Checksum 0d41a1f2829efbc0cdc77dc543b99697d14e314b2f16556b23ef52b8116d24e5 ./vendir-linux-amd64 25a30249dfda484dceec650f17e6ac8a79b72c12b7ea8458926da3a7ac355497 ./vendir-linux-arm64 55aeae862becb344aa2768bd8c233dfb082d6a709fe8614b0202c5609107c043 ./vendir-darwin-arm64 8c44a01333a1e69641f268b4bdac1e2c32ea3fee78257b59c84070aceebc8ea7 ./vendir-windows-amd64.exe c2c5658bf9f55e3239146d2cbbd43497cf5b3415e74036725a0a3d45af58c2f8 ./vendir-darwin-amd64 ### [`v0.34.6`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.34.6) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.34.5...v0.34.6) β¨ What's new - add cii badge to readme.md by [@​microwavables](https://togithub.com/microwavables) in [#​287](https://togithub.com/carvel-dev/vendir/issues/287) - Bumping imgpkg version to v0.37.5 by [@​sethiyash](https://togithub.com/sethiyash) && [@​joaopapereira](https://togithub.com/joaopapereira) in [#​294](https://togithub.com/carvel-dev/vendir/issues/294) Full Changelog: carvel-dev/vendir@v0.34.4...v0.34.6 π Files Checksum 395efe9bf0130d1192fbf262cd26472c7c931061190e50ffd66e5f935f554634 ./vendir-linux-arm64 9ec92c3fa318cb90592ca46487da583965e0a0ff7ad3fe5725cc5b08acbfff1c ./vendir-darwin-amd64 9feab537705c54890bb9868858d67e630c6c3979ec0ff42a23f7b49f839f729c ./vendir-windows-amd64.exe c1764cfb93f12325b83c0142214fd05b5f7985b7cc5b8278e5154397adb99189 ./vendir-linux-amd64 d20e38df170128bdc85fe5e45823570ab8728ab2900f1a5e65b4e8eefb6d1b42 ./vendir-darwin-arm64 ### [`v0.34.5`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.34.5) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.34.4...v0.34.5) π΄ Please disregard this version because it bumps go to 1.21, which might cause problems if you are importing vendir has a library. *** ### β¨ What's new - add cii badge to readme.md by [@​microwavables](https://togithub.com/microwavables) in [https://github.com/carvel-dev/vendir/pull/287](https://togithub.com/carvel-dev/vendir/pull/287) - Bumping go version to 1.21.1 by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/291](https://togithub.com/carvel-dev/vendir/pull/291) - Bumping imgpkg version to v0.37.4 by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/293](https://togithub.com/carvel-dev/vendir/pull/293) **Full Changelog**: carvel-dev/vendir@v0.34.4...v0.34.5 ### π Files Checksum 1cf4e2d9e6a353f6b896544520af20af54a3ae5ecc6d2bc4a21c33050400f032 ./vendir-darwin-arm64 6bc89c12248f87e6c466355990f1b9cdbdddc0c04fa4c652ce2498dd90678ffc ./vendir-linux-amd64 85409ee7dc50deeb7785c38a4c97fd58db5efe3922583db293b2f53e996af45a ./vendir-linux-arm64 87a46c87c2154a8f10289ca91d452a6e5d73864410ff8934c52e762f60c5a1b4 ./vendir-darwin-amd64 e317143fa7e1f9934e6edcc69cda0628f1478d268175fde3bc76f0268142204a ./vendir-windows-amd64.exe ### [`v0.34.4`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.34.4) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.34.3...v0.34.4) ### β¨ What's new - Bumping go version to 1.20.7 by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/281](https://togithub.com/carvel-dev/vendir/pull/281) **Full Changelog**: carvel-dev/vendir@v0.34.3...v0.34.4 ### π Files Checksum 67da79a99c74bd1c8e322216547c4c796a6da044d66bb69d6d0a102d8221896e ./vendir-darwin-amd64 6bdfa74389906cdc4790ad3de75bbe0f62a33eb6c5250475ede12feabc695e4d ./vendir-windows-amd64.exe 7b398b817983cfdfbdee58432784743d336f367b532d3bae1f28ca641e62f357 ./vendir-linux-amd64 d739751d1133636589f4fe9cd988ec6e83543926ba0195cc70a6b609e2bf67c5 ./vendir-darwin-arm64 fb9deed2eb57cfcc9dcb4167a4d3abda0bb4d754a964c69309f099a2203c555d ./vendir-linux-arm64 ### [`v0.34.3`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.34.3) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.34.1...v0.34.3) ### β¨ What's new - Reverted changes of avoiding fetching unnecessary git tags and branches and allow users to provide origin as part of the Ref field in the vendir file by [@​joaopapereira](https://togithub.com/joaopapereira) [#​270](https://togithub.com/carvel-dev/vendir/issues/270) **Full Changelog**: carvel-dev/vendir@v0.34.1...v0.34.3 ### π Files Checksum 26cdf2710cd4f5198c2b8beaab88f70db4075a82660963a01b271d75cd8e5779 ./vendir-linux-amd64 457a4c21967fcd1ac8e90058a92e8650a44054b87f10498b51e335a6bbf36c16 ./vendir-darwin-arm64 6a5290066d8fbe26aa0603902825bbca55b97f011e97949677eb937ace2d2e3e ./vendir-darwin-amd64 7a83f67e5695d6d7150773874323e4f281e7d6e2d85e5f3e297a9c9a767d71b0 ./vendir-windows-amd64.exe b33b9c6172acbce88baf17ec38c16e9cd8d99ad1f3470d999e444071702bd06d ./vendir-linux-arm64 ### [`v0.34.1`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.34.1) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.34.0...v0.34.1) ### β¨ What's new - Bumping go version to 1.20.5 by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/266](https://togithub.com/carvel-dev/vendir/pull/266) - Bumping imgpkg to v0.37.2 by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/268](https://togithub.com/carvel-dev/vendir/pull/268) **Full Changelog**: carvel-dev/vendir@v0.34.0...v0.34.1 ### π Files Checksum 0be048538f0c5c90eeed5c0b327f2580caf6c0fca98fb7add84570e721a42189 ./vendir-darwin-arm64 46b0f286ddee726c302b8f2e2d95c65f1283623979301eab7b5c1fc4f57d5c88 ./vendir-linux-arm64 7a36460d6f1e4cd1110dad41964da78212cf4688234d54adc8b5d1796949d9fa ./vendir-darwin-amd64 920b15754df916bec18e40c29582856a504aa76dd44f9c22a978b6c70f630f7a ./vendir-windows-amd64.exe 991075f52bf8b1cde5545bb0862ce418d1e2ee363968f10c411f321a10cbf710 ./vendir-linux-amd64 ### [`v0.34.0`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.34.0) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.33.8...v0.34.0) ### β¨ What's new - fix: Add validation to not fail on same secret by [@​odinnordico](https://togithub.com/odinnordico) in [https://github.com/carvel-dev/vendir/pull/239](https://togithub.com/carvel-dev/vendir/pull/239) - Removing example which contains AGPL license by [@​kumaritanushree](https://togithub.com/kumaritanushree) in [https://github.com/carvel-dev/vendir/pull/247](https://togithub.com/carvel-dev/vendir/pull/247) - Create a configuration file for git cherry-pick-bot by [@​vmunishwar](https://togithub.com/vmunishwar) in [https://github.com/carvel-dev/vendir/pull/257](https://togithub.com/carvel-dev/vendir/pull/257) - Avoid fetching unnecessary git tags and branches by [@​scothis](https://togithub.com/scothis) in [https://github.com/carvel-dev/vendir/pull/251](https://togithub.com/carvel-dev/vendir/pull/251) - Bumping Go version to 1.20.4 by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/261](https://togithub.com/carvel-dev/vendir/pull/261) - Bumping imgpkg to latest v0.37.1 by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/262](https://togithub.com/carvel-dev/vendir/pull/262) ### π Callouts - [@​odinnordico](https://togithub.com/odinnordico) made their first contribution in [https://github.com/carvel-dev/vendir/pull/239](https://togithub.com/carvel-dev/vendir/pull/239) - [@​scothis](https://togithub.com/scothis) made their first contribution in [https://github.com/carvel-dev/vendir/pull/251](https://togithub.com/carvel-dev/vendir/pull/251) **Full Changelog**: carvel-dev/vendir@v0.33.2...v0.34.0 ### π Files Checksum 7aa49b1e4c605b78c0a728c18da08cb26a566d07509aef12a2c9cfc9da11ad6f ./vendir-windows-amd64.exe 835ef62c15ee2c2f6487dfca4aca29cd314ea7dcf38fe53b3da28891c4bc065f ./vendir-linux-arm64 870cadae90f3b1637c47b864522c8cb8bb39d0c06ab7cfd7bf3bef8869ba484e ./vendir-linux-amd64 aba42acf91edd8578b90ec92f99746e247c2abcfdbebb9c98d34fb21ce48c24d ./vendir-darwin-arm64 c2d9515a2eed7db6d1a25ea1d4ac4818bee0303ffc560402da4b8bc02112046b ./vendir-darwin-amd64 ### [`v0.33.8`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.33.8) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.33.7...v0.33.8) ### β¨ What's new - Bump go1.20.12 by [@​kumaritanushree](https://togithub.com/kumaritanushree) in [https://github.com/carvel-dev/vendir/pull/331](https://togithub.com/carvel-dev/vendir/pull/331) - Bump imgpkg v0.36.9 by [@​rcmadhankumar](https://togithub.com/rcmadhankumar) in [https://github.com/carvel-dev/vendir/pull/335](https://togithub.com/carvel-dev/vendir/pull/335) **Full Changelog**: carvel-dev/vendir@v0.33.7...v0.33.8 ### π Files Checksum 0330e4df38ef76eabb47dd5a0e3e0d800205b8f2c542db9c72a25da075fc4491 ./vendir-windows-amd64.exe 1514c250a8f9c8ce00df267cd2f30cc1768c39b711c169ede91e82a8d4efe497 ./vendir-linux-arm64 22d75166327b106f7f56b251ac8584c95743a0f62dde87898f3a6ec653552aad ./vendir-darwin-amd64 43ccbf6503a0c903e0046ae2d2ee33e7e56f2c3331126e1d75f4c0993f6b7198 ./vendir-linux-amd64 7b7109a8b863e472fdd10dfaddd6385968f90ccc6f22871c5f55c06b902823de ./vendir-darwin-arm64 ### [`v0.33.7`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.33.7) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.33.6...v0.33.7) ### β¨ What's new - [`db20abd`](https://togithub.com/carvel-dev/vendir/commit/db20abd) Bump go version to 1.20.11 - [`5517f88`](https://togithub.com/carvel-dev/vendir/commit/5517f88) Bump imgpkg to v0.36.8 #### New Contributors - [@​rcmadhankumar](https://togithub.com/rcmadhankumar) made their first contribution in [https://github.com/carvel-dev/vendir/pull/321](https://togithub.com/carvel-dev/vendir/pull/321) **Full Changelog**: carvel-dev/vendir@v0.33.6...v0.33.7 ### π Files Checksum 06669410614070ff9114b5ed7f6da7851b0b7018274248c1543d8de97b5583ab ./vendir-darwin-arm64 23df37ae5042d11c7547b9fed8513de4d174b9d0d2b56275cbd2fff9d4fafa05 ./vendir-linux-amd64 7bd6f80d354ea691e2ef6aa7473d765bc5e26f8851f5f629ee59e54a30c5bc41 ./vendir-windows-amd64.exe 976a94c6f2bfc13268899e5846b9ba547422f7cfa1c714e91177ff990ffdd7bc ./vendir-darwin-amd64 ece5b1976905ab8c2ec928829c0cbfbe607d3e9034332522fe2b56b58af87cf4 ./vendir-linux-arm64 ### [`v0.33.6`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.33.6) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.33.5...v0.33.6) ### β¨ What's new - Bumping x/net to 0.17.0 by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/307](https://togithub.com/carvel-dev/vendir/pull/307) **Full Changelog**: carvel-dev/vendir@v0.33.5...v0.33.6 ### π Files Checksum 12c8bc8f4a9fb5d850922d1f84ca779c5f8195c73a13e486425e3839bbf91e68 ./vendir-darwin-amd64 45d1c3510898d61b790103552e8bee313361cdf097b9e647113f9a7b4587390c ./vendir-linux-arm64 a020e63ee149b0d3507c214ec2babaa3b690d54495411d846bdb24d2a0e8bd1b ./vendir-darwin-arm64 c22adfd9ac85b2e9162d844fcb33b5f7a3f761f684f8e9ab00af5a1a316358fa ./vendir-linux-amd64 cbc9ba1cf86131734d19ce4c7ad8baf7810fe7512c7b00109b6c686b41ca8a4e ./vendir-windows-amd64.exe ### [`v0.33.5`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.33.5) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.33.4...v0.33.5) ### β¨ What's new - Bump go version to 1.20.10 by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/302](https://togithub.com/carvel-dev/vendir/pull/302) - updated imgpkg version 0.36.6 by [@​kumaritanushree](https://togithub.com/kumaritanushree) in [https://github.com/carvel-dev/vendir/pull/305](https://togithub.com/carvel-dev/vendir/pull/305) **Full Changelog**: carvel-dev/vendir@v0.33.4...v0.33.5 ### π Files Checksum 02147253def1a812128d0aa1da9ab997adb63b6f349113a6a9726b4a81dd5ef3 ./vendir-darwin-amd64 28cd4ec92b751830217f789d2d1c0453e69f782716d1a728918bf29f6bbf5e27 ./vendir-linux-amd64 5368a6afb8f59bf9be15d13d58ece6725cb0e058aa56fe02976ce0f03bbcabdd ./vendir-darwin-arm64 7dfe92f527a94771e56f3776e878c22c121c14d44e0283e8ed69bc51d1602de6 ./vendir-linux-arm64 81502677b701dfa22abd03e94742c4a99fc5a8dba54b208b07b289e7a823475c ./vendir-windows-amd64.exe ### [`v0.33.4`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.33.4) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.33.3...v0.33.4) ### β¨ What's new - Bumping go version to 1.20.7 by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/carvel-dev/vendir/pull/282](https://togithub.com/carvel-dev/vendir/pull/282) **Full Changelog**: carvel-dev/vendir@v0.33.3...v0.33.4 ### π Files Checksum 42e69491545dc33c613ad1aca61b70ae174f89d37f680a0dfec4208339ce643d ./vendir-darwin-amd64 59cd81efd73fecf2a28d80313a1f07aee1720d1fe1c6480c39ec55912c1660ed ./vendir-linux-arm64 e5cbbf91289c4e3d7b4b829b6698a8837270297319413c6b14263d1cb3c73398 ./vendir-darwin-arm64 e694be961474c82a8b0e40f71e95c1b704accde9378544ea5141d39bcdc4b4ea ./vendir-windows-amd64.exe f394c28f7e548d66625368ca8c49692b55a8432e8d40c204a69cb5d72d9b4e7c ./vendir-linux-amd64 ### [`v0.33.3`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.33.3) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.33.2...v0.33.3) ### β¨ What's new - Bumping docker and docker/distribution dependency in v0.33.x line by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/269](https://togithub.com/carvel-dev/vendir/pull/269) - Bumping go version to 1.20.5 by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/carvel-dev/vendir/pull/271](https://togithub.com/carvel-dev/vendir/pull/271) **Full Changelog**: carvel-dev/vendir@v0.33.2...v0.33.3 ### π Files Checksum 2e101164c7dea3506937c05457b60f0b3f346bc0a4ce6f4f9a285842d76994b8 ./vendir-linux-amd64 5bc0f15f67ab43c1b379c59b2ba5bf13edc738db917807a754245ae9d5faae1a ./vendir-windows-amd64.exe 7256a7ec34e75596387fddd88ddd1cded4bde6a58153ebedd1a1bdf4dbe66dee ./vendir-linux-arm64 8d711980227645a01c0a7366e5e666ad032bf0f7656d14357f1040ec1d899dcb ./vendir-darwin-arm64 fd7e0a30abb543cbcf9c5e24a63a717aef60324c8095b1bc23fb2a7f2f469bdd ./vendir-darwin-amd64 ### [`v0.33.2`](https://togithub.com/carvel-dev/vendir/releases/tag/v0.33.2) [Compare Source](https://togithub.com/carvel-dev/vendir/compare/v0.33.1...v0.33.2) ### β¨ What's new - Bump golang 1.20.3 and golint changes in v0.33.x line by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/253](https://togithub.com/carvel-dev/vendir/pull/253) - Bump imgpkg to v0.36.2 in v0.33.x line by [@​sethiyash](https://togithub.com/sethiyash) in [https://github.com/carvel-dev/vendir/pull/255](https://togithub.com/carvel-dev/vendir/pull/255) **Full Changelog**: carvel-dev/vendir@v0.33.1...v0.33.2 ### π Files Checksum 2cc8f8db317685f7d270264712bb31efbfde14e95b065f31cd1e2d8c9eeb2d34 ./vendir-linux-amd64 4ca1697bb65622ca9b7ab858c6d01048959b18493c9d833f5bfb01e2847eb14d ./vendir-windows-amd64.exe 87b744e780efc82ad457f9fa2ce6a67cc0c9e9803a05d1004db27e8b02b5dea9 ./vendir-darwin-arm64 8ed6efef4233ad226c3301f381d4341a096518b7b445fc7e418ed10ed7434159 ./vendir-linux-arm64 b70f3122892fde1d3e1b2dbf9ec25d2c3a00616741a9d9a38fa853023e9e9671 ./vendir-darwin-amd64 </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://developer.mend.io/github/mykso/myks). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2In0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information