Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Bump github.com/vmware-tanzu/carvel-vendir from 0.26.0 to 0.32.2 in /addons #4100

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2022

Bumps github.com/vmware-tanzu/carvel-vendir from 0.26.0 to 0.32.2.

Release notes

Sourced from github.com/vmware-tanzu/carvel-vendir's releases.

v0.32.2

✨ What's new

  • Bump go version to 1.19.3

📂 Files Checksum

3e70cbf7a6809f27031e17e8d5638bf1b8e0dbb66a8caa133fce463c74e0a588  ./vendir-windows-amd64.exe
7fdd166fd1f8dfc7cdf79ae62e97c8389145291b744c04eae4d3810026332ee2  ./vendir-darwin-arm64
e7fb496b8e81b4b87b0076e778a384588b8e19a7b68c2c0b2ed74739c398643f  ./vendir-darwin-amd64
eee5abf139043c459ff2b9ffab0a75556d4930d44abc5e7e4477e84b598b6f82  ./vendir-linux-arm64
f5d3cbbd8135d2d48f4f007b8a933bd60b2a827d68f4001c5d1774392fa7b3f2  ./vendir-linux-amd64

v0.32.1

What's Changed

  • Bump dependencies

Full Changelog: carvel-dev/vendir@v0.32.0...v0.32.1

📂 Files Checksum

c2596303e8d4e460c2e06a99bcefb9da9c74da1752e0eb455f5e59a34eb21ffe  ./vendir-darwin-amd64
38e84886cefd295ab2c67bb90849f26938d99d216cfc0b6a91a0f94db88c2436  ./vendir-darwin-arm64
2030c324150b43f9c5af5b8b89a88f3787e20fd19cec4ec1d0fce3cf32432e43  ./vendir-linux-amd64
a65c2e5ae21d8994b06be4eef92ec34ee6f1b905ccc4e1705b227603ea7614b2  ./vendir-linux-arm64
f7697d95c30a6da5678bc1a978e7a774a1a535adc76a9569c5dde506b6c7c83a  ./vendir-windows-amd64.exe

v0.32.0

✨ What's new

  • With the bump of imgpkg to version 0.33.0 vendir no longer needs imgpkg to be installed in the system in order to download images and bundles.
  • vendir was rewriting the lock file even when no changes where needed. The PR #187 ensures that the lock file will only be written when a change is needed

🐛 Bug Fixes

  • When disableUnpack was present the next content to be sync would fail, #189
  • When retrieving a file that did not exist in a Github release the error message was not helpful, #184

🔈 Callouts

Thanks to

For helping out with this release

📂 Files Checksum

... (truncated)

Commits
  • 2d5ecc0 Merge pull request #198 from vmware-tanzu/bump-gorestful
  • f220af5 Bump github.com/emicklei/go-restful to 2.16.0
  • 8aee988 Merge pull request #196 from vmware-tanzu/bump-deps
  • d0728e7 Bump Go to v1.19.3
  • bfba76d Bump golang.org/x/crypto (#195)
  • 5f8187a Merge pull request #194 from vmware-tanzu/inclusive-naming
  • 000ec2a Introduce inclusive naming check and update existing language
  • 84eba37 fix backlog link
  • 32b78af 184: Added check on existence of unpackArchive path and throw detailed error ...
  • 2454f01 Fix bug with disableUnpack (#190)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested review from a team as code owners December 6, 2022 04:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 6, 2022
@codecov
Copy link

codecov bot commented Dec 6, 2022

Codecov Report

Merging #4100 (649facf) into main (afbaf3e) will decrease coverage by 1.09%.
The diff coverage is n/a.

❗ Current head 649facf differs from pull request most recent head 068db4c. Consider uploading reports for the commit 068db4c to get more accurate results

@@            Coverage Diff             @@
##             main    #4100      +/-   ##
==========================================
- Coverage   49.47%   48.37%   -1.10%     
==========================================
  Files         451      480      +29     
  Lines       44749    46699    +1950     
==========================================
+ Hits        22138    22590     +452     
- Misses      20534    21977    +1443     
- Partials     2077     2132      +55     
Impacted Files Coverage Δ
addons/controllers/addon_controller.go 63.08% <0.00%> (-3.25%) ⬇️
addons/controllers/clusterbootstrap_controller.go 64.84% <0.00%> (-2.13%) ⬇️
tkg/managementcomponents/helper.go 90.30% <0.00%> (-1.70%) ⬇️
packageclients/pkg/packageclient/package_update.go 83.57% <0.00%> (-1.43%) ⬇️
...ons/controllers/packageinstallstatus_controller.go 77.99% <0.00%> (-1.16%) ⬇️
tkg/client/cluster.go 32.22% <0.00%> (-1.07%) ⬇️
tkg/clusterclient/clusterclient.go 48.15% <0.00%> (-0.99%) ⬇️
tkg/tkgctl/helpers.go 62.35% <0.00%> (-0.63%) ⬇️
tkg/client/management_components.go 31.23% <0.00%> (-0.48%) ⬇️
tkg/client/upgrade_region.go 28.23% <0.00%> (-0.15%) ⬇️
... and 37 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot force-pushed the dependabot/go_modules/addons/github.com/vmware-tanzu/carvel-vendir-0.32.2 branch 2 times, most recently from 98f8ac8 to 649facf Compare December 22, 2022 18:48
Bumps [github.com/vmware-tanzu/carvel-vendir](https://github.com/vmware-tanzu/carvel-vendir) from 0.26.0 to 0.32.2.
- [Release notes](https://github.com/vmware-tanzu/carvel-vendir/releases)
- [Changelog](https://github.com/vmware-tanzu/carvel-vendir/blob/develop/.goreleaser.yml)
- [Commits](carvel-dev/vendir@v0.26.0...v0.32.2)

---
updated-dependencies:
- dependency-name: github.com/vmware-tanzu/carvel-vendir
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/addons/github.com/vmware-tanzu/carvel-vendir-0.32.2 branch from 649facf to 068db4c Compare January 7, 2023 17:04
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2023

Superseded by #4409.

@dependabot dependabot bot closed this Feb 17, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/addons/github.com/vmware-tanzu/carvel-vendir-0.32.2 branch February 17, 2023 18:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-not-required dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant