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

gomod(deps): bump the k8s-io group with 5 updates #1132

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps the k8s-io group with 5 updates:

Package From To
k8s.io/api 0.29.7 0.29.8
k8s.io/apiextensions-apiserver 0.29.7 0.29.8
k8s.io/apimachinery 0.29.7 0.29.8
k8s.io/cli-runtime 0.29.7 0.29.8
k8s.io/client-go 0.29.7 0.29.8

Updates k8s.io/api from 0.29.7 to 0.29.8

Commits
  • 368a92e Update dependencies to v0.29.8 tag
  • 403c853 Merge pull request #126157 from xyz-li/cherry-pick-124568-129
  • 7c71f3c Merge pull request #126060mimowo/automated-cherry-pick-of-#126046
  • 0e08277 api: fix ValidatingAdmissionPolicyList json tag
  • a63486c Use omitempty for optional fields in Job Pod Failure Policy
  • See full diff in compare view

Updates k8s.io/apiextensions-apiserver from 0.29.7 to 0.29.8

Commits

Updates k8s.io/apimachinery from 0.29.7 to 0.29.8

Commits

Updates k8s.io/cli-runtime from 0.29.7 to 0.29.8

Commits

Updates k8s.io/client-go from 0.29.7 to 0.29.8

Commits

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 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 requested a review from pPrecel as a code owner August 19, 2024 07:42
@dependabot dependabot bot added the area/dependency Issues or PRs related to dependency changes label Aug 19, 2024
@dependabot dependabot bot requested a review from dbadura as a code owner August 19, 2024 07:42
@dependabot dependabot bot added the kind/chore Categorizes issue or PR as related to a chore. label Aug 19, 2024
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 19, 2024
Bumps the k8s-io group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.29.7` | `0.29.8` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.29.7` | `0.29.8` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.29.7` | `0.29.8` |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.29.7` | `0.29.8` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.29.7` | `0.29.8` |


Updates `k8s.io/api` from 0.29.7 to 0.29.8
- [Commits](kubernetes/api@v0.29.7...v0.29.8)

Updates `k8s.io/apiextensions-apiserver` from 0.29.7 to 0.29.8
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.29.7...v0.29.8)

Updates `k8s.io/apimachinery` from 0.29.7 to 0.29.8
- [Commits](kubernetes/apimachinery@v0.29.7...v0.29.8)

Updates `k8s.io/cli-runtime` from 0.29.7 to 0.29.8
- [Commits](kubernetes/cli-runtime@v0.29.7...v0.29.8)

Updates `k8s.io/client-go` from 0.29.7 to 0.29.8
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.29.7...v0.29.8)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/cli-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/k8s-io-f991671b4d branch from 60690e2 to c7dbf1b Compare September 9, 2024 07:48
@kyma-bot kyma-bot added the lgtm Looks good to me! label Sep 9, 2024
@kyma-bot kyma-bot merged commit 99170ff into main Sep 9, 2024
21 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/k8s-io-f991671b4d branch September 9, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes cla: yes Indicates the PR's author has signed the CLA. kind/chore Categorizes issue or PR as related to a chore. lgtm Looks good to me! size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants