Skip to content

Commit

Permalink
Bump github.com/vmware-tanzu/carvel-vendir from 0.32.1 to 0.32.2 (#5776)
Browse files Browse the repository at this point in the history
Bumps
[github.com/vmware-tanzu/carvel-vendir](https://github.com/vmware-tanzu/carvel-vendir)
from 0.32.1 to 0.32.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vmware-tanzu/carvel-vendir/releases">github.com/vmware-tanzu/carvel-vendir's
releases</a>.</em></p>
<blockquote>
<h2>v0.32.2</h2>
<h1>:sparkles: What's new</h1>
<ul>
<li>Bump go version to 1.19.3</li>
</ul>
<h1>:open_file_folder: Files Checksum</h1>

<pre><code>3e70cbf7a6809f27031e17e8d5638bf1b8e0dbb66a8caa133fce463c74e0a588
./vendir-windows-amd64.exe
7fdd166fd1f8dfc7cdf79ae62e97c8389145291b744c04eae4d3810026332ee2
./vendir-darwin-arm64
e7fb496b8e81b4b87b0076e778a384588b8e19a7b68c2c0b2ed74739c398643f
./vendir-darwin-amd64
eee5abf139043c459ff2b9ffab0a75556d4930d44abc5e7e4477e84b598b6f82
./vendir-linux-arm64
f5d3cbbd8135d2d48f4f007b8a933bd60b2a827d68f4001c5d1774392fa7b3f2
./vendir-linux-amd64
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vmware-tanzu/carvel-vendir/commit/2d5ecc03ae7875d18a2b6ced324792412061dfad"><code>2d5ecc0</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/vmware-tanzu/carvel-vendir/issues/198">#198</a>
from vmware-tanzu/bump-gorestful</li>
<li><a
href="https://github.com/vmware-tanzu/carvel-vendir/commit/f220af58f83f970bece4ac5c80c654d0d0ff52a5"><code>f220af5</code></a>
Bump github.com/emicklei/go-restful to 2.16.0</li>
<li><a
href="https://github.com/vmware-tanzu/carvel-vendir/commit/8aee98807dac5de931934a226ecaf19a67004236"><code>8aee988</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/vmware-tanzu/carvel-vendir/issues/196">#196</a>
from vmware-tanzu/bump-deps</li>
<li><a
href="https://github.com/vmware-tanzu/carvel-vendir/commit/d0728e76202d6251bfb5e1a75c255bc02d498aa5"><code>d0728e7</code></a>
Bump Go to v1.19.3</li>
<li>See full diff in <a
href="https://github.com/vmware-tanzu/carvel-vendir/compare/v0.32.1...v0.32.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/vmware-tanzu/carvel-vendir&package-manager=go_modules&previous-version=0.32.1&new-version=0.32.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2022
1 parent b17a845 commit bebf916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ require (
github.com/stretchr/testify v1.8.1
github.com/vmware-tanzu/carvel-kapp v0.54.0
github.com/vmware-tanzu/carvel-kapp-controller v0.43.2
github.com/vmware-tanzu/carvel-vendir v0.32.1
github.com/vmware-tanzu/carvel-vendir v0.32.2
golang.org/x/net v0.4.0
golang.org/x/sync v0.1.0
google.golang.org/genproto v0.0.0-20221114212237-e4508ebdbee1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1137,8 +1137,8 @@ github.com/vmware-tanzu/carvel-kapp v0.54.0 h1:q4vlRhDjGQFF6mNmXWCt6MxauUuaTPQvt
github.com/vmware-tanzu/carvel-kapp v0.54.0/go.mod h1:f8vX9XWikQvOLguhBzevh38/Ux3h9D6Y8YPaSMOTICY=
github.com/vmware-tanzu/carvel-kapp-controller v0.43.2 h1:ya9hIBmplAY7udbna3Gwhm/xR7WSMFh/y6HNwZvV5gk=
github.com/vmware-tanzu/carvel-kapp-controller v0.43.2/go.mod h1:5ybi9CBg0BHRXZ20OKKhzOd6xqvYVeq0WpjtREbEXv8=
github.com/vmware-tanzu/carvel-vendir v0.32.1 h1:0Md8yTOy+tB3Aoq0GdmDuzyYv4NBRGRakg9gsK5d7zo=
github.com/vmware-tanzu/carvel-vendir v0.32.1/go.mod h1:kZrO/YbKflLRNv7AU+sQKx2Zyl6tPJSCNoBAqMk0SUk=
github.com/vmware-tanzu/carvel-vendir v0.32.2 h1:50FSQYAadlFx9V6QN5oln1OPkDL5Re+vlr89h9ODpG4=
github.com/vmware-tanzu/carvel-vendir v0.32.2/go.mod h1:L+zp/OUkJgmLy2fAYtBDoXnchbfnVnryXCzElYq7toc=
github.com/vmware/govmomi v0.20.3/go.mod h1:URlwyTFZX72RmxtxuaFL2Uj3fD1JTvZdx59bHWk6aFU=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=
Expand Down

0 comments on commit bebf916

Please sign in to comment.