🌱 Bump the dependencies group across 1 directory with 6 updates#5867
🌱 Bump the dependencies group across 1 directory with 6 updates#5867dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Bumps the dependencies group with 6 updates in the /hack/tools directory: | Package | From | To | | --- | --- | --- | | [github.com/itchyny/gojq](https://github.com/itchyny/gojq) | `0.12.17` | `0.12.18` | | [github.com/mikefarah/yq/v4](https://github.com/mikefarah/yq) | `4.48.1` | `4.52.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.34.1` | `0.34.4` | | [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) | `0.19.0` | `0.20.0` | | [sigs.k8s.io/kind](https://github.com/kubernetes-sigs/kind) | `0.30.0` | `0.31.0` | | [sigs.k8s.io/kustomize/kustomize/v5](https://github.com/kubernetes-sigs/kustomize) | `5.8.0` | `5.8.1` | Updates `github.com/itchyny/gojq` from 0.12.17 to 0.12.18 - [Release notes](https://github.com/itchyny/gojq/releases) - [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md) - [Commits](itchyny/gojq@v0.12.17...v0.12.18) Updates `github.com/mikefarah/yq/v4` from 4.48.1 to 4.52.2 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@v4.48.1...v4.52.2) Updates `k8s.io/apimachinery` from 0.34.1 to 0.34.4 - [Commits](kubernetes/apimachinery@v0.34.1...v0.34.4) Updates `sigs.k8s.io/controller-tools` from 0.19.0 to 0.20.0 - [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-tools@v0.19.0...v0.20.0) Updates `sigs.k8s.io/kind` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/kubernetes-sigs/kind/releases) - [Commits](kubernetes-sigs/kind@v0.30.0...v0.31.0) Updates `sigs.k8s.io/kustomize/kustomize/v5` from 5.8.0 to 5.8.1 - [Release notes](https://github.com/kubernetes-sigs/kustomize/releases) - [Commits](kubernetes-sigs/kustomize@kustomize/v5.8.0...kustomize/v5.8.1) --- updated-dependencies: - dependency-name: github.com/itchyny/gojq dependency-version: 0.12.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/mikefarah/yq/v4 dependency-version: 4.52.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.34.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sigs.k8s.io/controller-tools dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sigs.k8s.io/kind dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sigs.k8s.io/kustomize/kustomize/v5 dependency-version: 5.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
46b7c76 to
e6b3506
Compare
|
@dependabot[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Bumps the dependencies group with 6 updates in the /hack/tools directory:
0.12.170.12.184.48.14.52.20.34.10.34.40.19.00.20.00.30.00.31.05.8.05.8.1Updates
github.com/itchyny/gojqfrom 0.12.17 to 0.12.18Release notes
Sourced from github.com/itchyny/gojq's releases.
Changelog
Sourced from github.com/itchyny/gojq's changelog.
Commits
fa534a1bump up version to 0.12.18d7e1531update CHANGELOG.md for v0.12.18672cc79update dependencies2263e18update actions/checkout to v65d8a53cadd more tests for empty strings and NO_COLOR97274d3make use of cmp package for comparisons3e31863merge identical cases for getting operator functionse4d456bavoid variable names that shadow built-in functions19a3975stop replacing capturing group syntax5bb6d33support binding expressions with binary operators (fix #283)Updates
github.com/mikefarah/yq/v4from 4.48.1 to 4.52.2Release notes
Sourced from github.com/mikefarah/yq/v4's releases.
Changelog
Sourced from github.com/mikefarah/yq/v4's changelog.
Commits
2be0094Bumping version3c18d5bPreparing release2dcc229Merge branch 'tomers-fix/toml-comments-table-scope-2588'eb4fde4Pulling out common code06ea4cfFixing spelling37089d2Merge branch 'fix/toml-comments-table-scope-2588' of github.com:tomers/yq int...7cf88a0Add regression test for go install compatibility #2587 (#2591)41adc1aFixing wrongly named instructions fileb4b96f2Fix TOML table parsing after standalone comments2824d66Multiply uses a readonly context #2558Updates
k8s.io/apimachineryfrom 0.34.1 to 0.34.4Commits
Updates
sigs.k8s.io/controller-toolsfrom 0.19.0 to 0.20.0Release notes
Sourced from sigs.k8s.io/controller-tools's releases.
... (truncated)
Commits
60c448eMerge pull request #1319 from sbueringer/pr-promo-envtest-1.35b7d3668Promotion of envtest release for Kubernetes v1.35.0b5f217fMerge pull request #1317 from dongjiang1989/envtest-v1.35.0-rc.13cbb76eMerge pull request #1318 from sbueringer/pr-bump-1.3552f5e83add envtest version10c819cAdjust to changes in validation error messages9f6a8baAdjust generated ApplyConfigurations to v0.351c6de27Bump to k8s.io/* v0.35.0ed0bc4fMerge pull request #1316 from kubernetes-sigs/dependabot/github_actions/all-g...17ef504Merge pull request #1315 from kubernetes-sigs/dependabot/go_modules/all-go-mo...Updates
sigs.k8s.io/kindfrom 0.30.0 to 0.31.0Release notes
Sourced from sigs.k8s.io/kind's releases.
... (truncated)
Commits
a323333version v0.31.032124c6Merge pull request #4077 from BenTheElder/135b088420drop almalinux 8b1b15edbump node image to 1.35.0c17c183Merge pull request #4069 from BenTheElder/latest-images36ee7a6update node image to 1.34.3 with runc 1.2.x1f8526cMerge pull request #4073 from aoxn/typoa47cf1elicense typo57ed4dause base image with runc 1.2.x5e1c871downgrade runc to 1.2.9 due to broken Kubernetes 1.33 testsUpdates
sigs.k8s.io/kustomize/kustomize/v5from 5.8.0 to 5.8.1Release notes
Sourced from sigs.k8s.io/kustomize/kustomize/v5's releases.
Commits
9790a1cMerge pull request #6067 from koba1t/pinToApi4190d3dUpdate api to v0.21.1401be20Merge pull request #6066 from koba1t/pinToCmdConfig8073ce8Update cmd/config to v0.21.1be024c9Merge pull request #6065 from koba1t/pinToKyamlbb26a70Update kyaml to v0.21.1798d339Merge pull request #6044 from koba1t/fix/namespace_propagation_problem_at_v5.8.06c8c9ccMerge pull request #6016 from hmilkovi/fix/helm-4.002d23d2Merge pull request #6057 from dims/remove-pkg-errors-depc6ccb4fMerge branch 'kubernetes-sigs:master' into fix/helm-4.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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