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 the k8s-io group across 1 directory with 3 updates #669

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the k8s-io group with 1 update in the / directory: k8s.io/code-generator.

Updates k8s.io/code-generator from 0.27.8 to 0.31.0

Commits
  • 9253cf7 Update dependencies to v0.31.0 tag
  • f74ea3c informers: add comment that Start does not block
  • 80c52b8 Call non-blocking informerFactory.Start synchronously to avoid races
  • e64302e Merge pull request #126353 from liggitt/fix-vendor
  • d9fab2a revendor dependencies
  • ec3cc88 Merge pull request #125571 from liggitt/filter-auth-02-sar
  • b4e74fb generate
  • 41a074a Merge pull request #126073 from a7i/fake-apply-scale-subresource
  • e788e07 Merge pull request #126018 from aroradaman/bump-k8s-utils
  • 100ab85 fix: fake clientset ApplyScale subresource from 'status' to 'scale'
  • Additional commits viewable in compare view

Updates k8s.io/klog/v2 from 2.100.1 to 2.130.1

Release notes

Sourced from k8s.io/klog/v2's releases.

Prepare klog release for Kubernetes v1.31 (Take 2)

What's Changed

Full Changelog: kubernetes/klog@v2.130.0...v2.130.1

Prepare klog release for Kubernetes v1.31 (Take 1)

What's Changed

New Contributors

Full Changelog: kubernetes/klog@v2.120.1...v2.130.0

Prepare klog release for Kubernetes v1.30 (Take 2)

What's Changed

Full Changelog: kubernetes/klog@v2.120.0...v2.120.1

Prepare klog release for Kubernetes v1.30 (Take 1)

What's Changed

New Contributors

Full Changelog: kubernetes/klog@v2.110.1...v2.120.0

Prepare klog release for Kubernetes v1.29 (Take 1)

What's Changed

... (truncated)

Commits
  • 75663bb Merge pull request #408 from pohly/klog-flush-sync-fix
  • 2327d4c data race: avoid unprotected access to sb.file
  • 16c7d26 Merge pull request #401 from pohly/ktesting-warning-delay
  • cd24012 ktesting: tone down warning about leaked test goroutine
  • 2ee202a Merge pull request #404 from 1978629634/fsync-freelock
  • 79575d8 Do not acquire lock for file.Sync() fsync call
  • 7af45d6 Merge pull request #406 from pohly/linter
  • d008cfe examples: fix linter warning
  • ab53041 Merge pull request #402 from pohly/linter-issues
  • ff7c070 build: fix some linter warnings
  • Additional commits viewable in compare view

Updates k8s.io/utils from 0.0.0-20230711102312-30195339c3c7 to 0.0.0-20230726121419-3b25d923346b

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 added the dependencies Pull requests that update a dependency file label Aug 14, 2024
@kurator-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign kevin-wangzefeng for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

netlify bot commented Aug 14, 2024

Deploy Preview for kurator-dev canceled.

Name Link
🔨 Latest commit 6baa1a0
🔍 Latest deploy log https://app.netlify.com/sites/kurator-dev/deploys/66da6e8aeb2977000859b120

@dependabot dependabot bot force-pushed the dependabot/go_modules/k8s-io-e10a7cbd83 branch 2 times, most recently from 7ef30a0 to 99afecc Compare August 26, 2024 02:49
@dependabot dependabot bot force-pushed the dependabot/go_modules/k8s-io-e10a7cbd83 branch 5 times, most recently from 1b8c878 to a1b60d9 Compare September 3, 2024 02:50
Bumps the k8s-io group with 1 update in the / directory: [k8s.io/code-generator](https://github.com/kubernetes/code-generator).


Updates `k8s.io/code-generator` from 0.27.8 to 0.31.0
- [Commits](kubernetes/code-generator@v0.27.8...v0.31.0)

Updates `k8s.io/klog/v2` from 2.100.1 to 2.130.1
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.100.1...v2.130.1)

Updates `k8s.io/utils` from 0.0.0-20230711102312-30195339c3c7 to 0.0.0-20230726121419-3b25d923346b
- [Commits](https://github.com/kubernetes/utils/commits)

---
updated-dependencies:
- dependency-name: k8s.io/code-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-io
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-io
- dependency-name: k8s.io/utils
  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-e10a7cbd83 branch from a1b60d9 to 6baa1a0 Compare September 6, 2024 02:52
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 13, 2024

Superseded by #690.

@dependabot dependabot bot closed this Sep 13, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/k8s-io-e10a7cbd83 branch September 13, 2024 02: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 size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant