Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/k14s/kapp from 0.44.0 to 0.45.0 #4162

Merged
merged 3 commits into from
Jan 26, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2022

Bumps github.com/k14s/kapp from 0.44.0 to 0.45.0.

Release notes

Sourced from github.com/k14s/kapp's releases.

v0.45.0

✨ What's new

  • User-provided status will be ignored in favor of cluster-provided status for a K8s resource during the diff stage.
  • Resource Type Cache is ignored while checking for a successful delete operation
    • This problem became apparent with aggressive caching introduced in v0.44.0
      • Example error that is fixed: kapp: Error: Relisting app resources: ... the server could not find the requested resource

📂 Files Checksum

44f66b7ed664e4537b2caa0453aa239f16e20c028b11fedc22f46f3cac3ba9fd  ./kapp-darwin-amd64
5590ae83587a8b00545c7614aa962acade7dc9614bb39179f7fdc07e4add7c46  ./kapp-darwin-arm64
9d2c0441729bebe49e5fb9a1a7b7088f0bee4092ba23e267339a9478948c5731  ./kapp-linux-amd64
59c1cb33743efd2b6b3c2cf53a77a13435a6d3f7e9fc0563905d169e2359d4ea  ./kapp-linux-arm64
8574a0829cd3666af737b5ac491dca3382a1f04b3c67e92f84391f9d29a40fe4  ./kapp-windows-amd64.exe
Commits
  • edeb9dd Delete to use a fresh fetch for resource types while relisting (#414)
  • 470eca7 Preserve status for all resources on update (#411)
  • 1d41764 Merge pull request #413 from vmware-tanzu/trivyFix
  • 9004ac1 Pinning trivy cloning to v0.22.0
  • See full diff 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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 25, 2022
Bumps [github.com/k14s/kapp](https://github.com/k14s/kapp) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/k14s/kapp/releases)
- [Changelog](https://github.com/vmware-tanzu/carvel-kapp/blob/develop/.goreleaser.yml)
- [Commits](carvel-dev/kapp@v0.44.0...v0.45.0)

---
updated-dependencies:
- dependency-name: github.com/k14s/kapp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/k14s/kapp-0.45.0 branch from ecdbef1 to 2f6a22a Compare January 25, 2022 15:12
@@ -428,7 +429,7 @@ func (s *Server) inspectKappK8sResources(ctx context.Context, cluster, namespace
}

// List the k8s resources that match the label selector
resources, err := resourcesClient.List(labelSelector, nil)
resources, err := resourcesClient.List(labelSelector, nil, ctlres.IdentifiedResourcesListOpts{})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required change introduced in this version

@absoludity absoludity merged commit 5bdb980 into main Jan 26, 2022
@absoludity absoludity deleted the dependabot/go_modules/github.com/k14s/kapp-0.45.0 branch January 26, 2022 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

2 participants