From de51675359cb1c42981449c27a2abe7f0f55b4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 09:35:14 +1100 Subject: [PATCH] Bump github.com/vmware-tanzu/carvel-kapp-controller from 0.44.6 to 0.45.0 (#6090) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [github.com/vmware-tanzu/carvel-kapp-controller](https://github.com/vmware-tanzu/carvel-kapp-controller) from 0.44.6 to 0.45.0.
Release notes

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

v0.45.0

What's Changed

Dependency Bumps

Full Changelog: https://github.com/vmware-tanzu/carvel-kapp-controller/compare/v0.44.6...v0.45.0

:open_file_folder: Files Checksum

9b91a67f41486f12f710724c696a97022275791d309d744b86069af5c184a264
./release.yml
eb83e4e4b5cf81aba0d48c53f9393dcbe97a382822f0b4678a07c5b3dcfe9aba
./kctrl-darwin-amd64
76be76c9c8b0036f24d5e1c13943d7daebf3d8a3aed9b19ad1e7bc0a39911336
./kctrl-darwin-arm64
1841b8684fcee57d4707094092bbc21a88f60293a9a77605fea9cfe10f1d95c7
./kctrl-linux-amd64
434093ea3bc802b1ad37a5f96ffde3669eec0f57ffc4f1279cc3fa9d07106527
./kctrl-linux-arm64
88da9404f57028f2abaeb2e9fd56f752f62ff92715ffa8f33c0ae8332ff30d67
./kctrl-windows-amd64.exe
189d9bb69de3900d78a69eaf3c411f7953d31d312e37efc6da4fdb42a344e46f
./package.yml
7a6aa35600459a1797a6f0564ae89954e6da035fe54e19b72c573f5b31938a8c
./package-metadata.yml
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/vmware-tanzu/carvel-kapp-controller&package-manager=go_modules&previous-version=0.44.6&new-version=0.45.0)](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) ---
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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a5ae06e4b79..e19d836e242 100644 --- a/go.mod +++ b/go.mod @@ -73,7 +73,7 @@ require ( github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef github.com/stretchr/testify v1.8.2 github.com/vmware-tanzu/carvel-kapp v0.55.0 - github.com/vmware-tanzu/carvel-kapp-controller v0.44.6 + github.com/vmware-tanzu/carvel-kapp-controller v0.45.0 github.com/vmware-tanzu/carvel-vendir v0.33.1 golang.org/x/net v0.8.0 golang.org/x/sync v0.1.0 diff --git a/go.sum b/go.sum index 9508895bdd7..5339a66e64c 100644 --- a/go.sum +++ b/go.sum @@ -986,8 +986,8 @@ github.com/vito/go-interact v1.0.1 h1:O8xi8c93bRUv2Tb/v6HdiuGc+WnWt+AQzF74MOOdlB github.com/vito/go-interact v1.0.1/go.mod h1:HrdHSJXD2yn1MhlTwSIMeFgQ5WftiIorszVGd3S/DAA= github.com/vmware-tanzu/carvel-kapp v0.55.0 h1:pKLs93bSeDI06ZWCf++lKoz6JnJk/HALC4WhthEqsjQ= github.com/vmware-tanzu/carvel-kapp v0.55.0/go.mod h1:q0U7ex5ylElAw6YiPhjR/7gH+8iUczZh+DXz4zHc6u8= -github.com/vmware-tanzu/carvel-kapp-controller v0.44.6 h1:OsoZbKK+Ya7R4YKdnHVFB/INIEsmexklv2HEdeWt2Vw= -github.com/vmware-tanzu/carvel-kapp-controller v0.44.6/go.mod h1:+drZFlRx8ppIl2LRNWb0X/ohWwrfdA9nXGmPKGzvTXs= +github.com/vmware-tanzu/carvel-kapp-controller v0.45.0 h1:dC2KZLPfPIJTrrM8wIpJSsNFJVhHaGPExXgrn3jbgb8= +github.com/vmware-tanzu/carvel-kapp-controller v0.45.0/go.mod h1:D4gCmloucC+1Y5AyzGavlR4ZxTS8y6pb8fU+w17K2Is= github.com/vmware-tanzu/carvel-vendir v0.33.1 h1:5wzx0aRyEiorkWwrpGvACJOpFcgvmCeVqhIY9TPuLvk= github.com/vmware-tanzu/carvel-vendir v0.33.1/go.mod h1:cZEa46rwzPt/ROdAuIgrCXLDJ+LqxNZaNxbz8MLtwWc= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=