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

vendor: bump the k8s-dependencies group in /tools with 2 updates #690

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the k8s-dependencies group in /tools with 2 updates: sigs.k8s.io/controller-tools and sigs.k8s.io/kustomize/kustomize/v5.

Updates sigs.k8s.io/controller-tools from 0.16.3 to 0.16.4

Release notes

Sourced from sigs.k8s.io/controller-tools's releases.

v0.16.4

What's Changed

Dependencies

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.16.3...v0.16.4

Commits
  • d9494c5 Merge pull request #1073 from kubernetes-sigs/dependabot/github_actions/all-g...
  • df15da6 Merge pull request #1072 from kubernetes-sigs/dependabot/go_modules/all-go-mo...
  • 755b9d0 🌱 Bump the all-github-actions group with 2 updates
  • 26461e1 🌱 Bump golang.org/x/tools
  • 1d40d79 Merge pull request #1070 from kubernetes-sigs/dependabot/github_actions/all-g...
  • 69ec8e5 🌱 Bump actions/checkout in the all-github-actions group
  • 034c81c Merge pull request #1067 from chrischdi/pr-fix-pr-verify-title
  • 280b7ac pr-verify: use env var for passing the PR title
  • f79cfef ✨ Add selectablefield marker (#1050)
  • 3b70a40 Merge pull request #1061 from mtardy/fix-panic-cast
  • Additional commits viewable in compare view

Updates sigs.k8s.io/kustomize/kustomize/v5 from 5.4.3 to 5.5.0

Release notes

Sourced from sigs.k8s.io/kustomize/kustomize/v5's releases.

kustomize/v5.5.0

Breaking change

A starlark support for krm functions was removed to cleanup dependencies. kubernetes-sigs/kustomize#5768 This feature was deprecated 3 years ago and removed because there was no desire to continue using it. kubernetes-sigs/kustomize#5768

Feature

#5751: Add --helm-debug Flag to Kustomize for Enhanced Helm Debugging

Fix Bugs

#5458: Sort built-in Namespace kind before CRDs with the same name #5745: Add Annotation to Control Inline List Conversion in Kustomize Resources"

Dependencies

#5763: Update go 1.22.7 #5781: Update kyaml to v0.18.1 #5782: Update cmd/config to v0.15.0 #5783: Update api to v0.18.0

Commits
  • afe7793 Merge pull request #5783 from koba1t/pinToApi
  • ae98655 Update api to v0.18.0
  • faccc12 Merge pull request #5782 from koba1t/pinToCmdConfig
  • fdf9f59 Update cmd/config to v0.15.0
  • e2967cf Merge pull request #5781 from koba1t/pinToKyaml
  • d22fa37 Update kyaml to v0.18.1
  • 01cce4f Merge pull request #5756 from viniciusdc/5755-kustomize-install
  • 54cbcdc Merge pull request #5770 from koba1t/add_write_permission_to_run_release_CI
  • b36b222 add write permission to run release CI
  • 2cd9a2e Merge pull request #5768 from dims/remove-starlark-support
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the vendor Pull requests that update vendored dependencies label Oct 14, 2024
Bumps the k8s-dependencies group in /tools with 2 updates: [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) and [sigs.k8s.io/kustomize/kustomize/v5](https://github.com/kubernetes-sigs/kustomize).

Updates `sigs.k8s.io/controller-tools` from 0.16.3 to 0.16.4
- [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/envtest-releases.yaml)
- [Commits](kubernetes-sigs/controller-tools@v0.16.3...v0.16.4)

Updates `sigs.k8s.io/kustomize/kustomize/v5` from 5.4.3 to 5.5.0
- [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
- [Commits](kubernetes-sigs/kustomize@kustomize/v5.4.3...kustomize/v5.5.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-dependencies
- dependency-name: sigs.k8s.io/kustomize/kustomize/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Praveen M <[email protected]>
@iPraveenParihar iPraveenParihar force-pushed the dependabot/go_modules/tools/k8s-dependencies-dbd2ccd41f branch from e8318d4 to 1df0f24 Compare October 15, 2024 06:42
@mergify mergify bot merged commit 9d503b5 into main Oct 15, 2024
22 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/tools/k8s-dependencies-dbd2ccd41f branch October 15, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vendor Pull requests that update vendored dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants