Skip to content

chore(deps): Bump the all group across 1 directory with 5 updates #80

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

Merged
merged 1 commit into from
May 5, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the all group with 5 updates in the / directory:

Package From To
github.com/containers/storage 1.57.2 1.58.0
github.com/onsi/gomega 1.36.3 1.37.0
k8s.io/apimachinery 0.32.3 0.33.0
k8s.io/client-go 0.32.3 0.33.0
k8s.io/kubelet 0.32.3 0.33.0

Updates github.com/containers/storage from 1.57.2 to 1.58.0

Release notes

Sourced from github.com/containers/storage's releases.

v1.58.0

What's Changed

... (truncated)

Commits
  • 19ffd5b Bump c/storage to v1.58.0
  • f01643a Merge pull request #2313 from hanwen-flow/file-close
  • 6dc9471 pkg/archive: catch file Close() error
  • b1d1b45 Merge pull request #2311 from containers/renovate/golang.org-x-sys-0.x
  • 0137706 fix(deps): update module golang.org/x/sys to v0.32.0
  • dd90712 Merge pull request #2310 from containers/renovate/golang.org-x-sync-0.x
  • 04a95cd fix(deps): update module golang.org/x/sync to v0.13.0
  • 2312459 Merge pull request #2309 from containers/renovate/github.com-moby-sys-user-0.x
  • 7d1c9b5 fix(deps): update module github.com/moby/sys/user to v0.4.0
  • 2dfd302 Merge pull request #2307 from kolyshkin/nolint
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.36.3 to 1.37.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.37.0

1.37.0

Features

  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.37.0

Features

  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
Commits

Updates k8s.io/apimachinery from 0.32.3 to 0.33.0

Commits
  • 955939f bump etcd 3.5.21 sdk
  • e8a77bd Merge pull request #130910 from googs1025/fix/datarace
  • 7e8c77e Merge pull request #130906 from serathius/streaming-validation
  • 27fd396 flake: fix data race for func TestBackoff_Step
  • 8bcc6f1 Update kube-openapi and integrate streaming tags validation
  • 6ce776c Merge pull request #130857 from thockin/kk_small_vg_diffs
  • f2c94d6 Comment on origin and JSON schema
  • b63ba07 Use origin in validateFalse's own test
  • beddba4 Use test.Helper in helper funcs
  • eaf4038 Merge pull request #130354 from siyuanfoundation/forward-api
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.32.3 to 0.33.0

Commits
  • 3aa3c77 Update dependencies to v0.33.0 tag
  • ecbbb06 bump etcd 3.5.21 sdk
  • 2086688 Merge pull request #129970 from mortent/AddResourceV1beta2API
  • dba34c7 Run make update
  • e359642 Merge pull request #130556 from sreeram-venkitesh/kep-4960-container-stop-sig...
  • 3bf0a05 Merge pull request #130797 from jm-franc/configurable-tolerance
  • 7a03a3b Generated files
  • 1676beb Refresh autogenerated files following the configurable tolerance updates.
  • 387edb8 Merge pull request #130967 from aojea/listers
  • 21dc3b4 benchmark to show inefficient linear search lookup
  • Additional commits viewable in compare view

Updates k8s.io/kubelet from 0.32.3 to 0.33.0

Commits
  • 2087e55 Update dependencies to v0.33.0 tag
  • c6b3504 Merge remote-tracking branch 'origin/master' into release-1.33
  • 1e1109b Move to released version of prometheus/client_golang v1.22.0 from rc.0
  • b83c32f bump etcd 3.5.21 sdk
  • 533c0cb Merge pull request #130701 from roycaihw/psi-metrics
  • cd9f99a Merge pull request #129296 from carlory/fg-CPUManager
  • f5162a4 API definition for PSI metrics
  • 2459d5b Remove general available feature-gate CPUManager
  • 6abc4fc Merge pull request #129872 from seans3/websocket-https-proxy
  • 7395334 Merge pull request #130535 from ffromani/cpumanager-policy-options-ga
  • Additional commits viewable in compare view

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 dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 28, 2025
@snprajwal snprajwal force-pushed the dependabot/go_modules/all-c74ae78adf branch from e5497a5 to 7ae74a1 Compare May 5, 2025 12:56
Bumps the all group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/containers/storage](https://github.com/containers/storage) | `1.57.2` | `1.58.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.36.3` | `1.37.0` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.3` | `0.33.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.3` | `0.33.0` |
| [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.32.3` | `0.33.0` |

Updates `github.com/containers/storage` from 1.57.2 to 1.58.0
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/main/docs/containers-storage-changes.md)
- [Commits](containers/storage@v1.57.2...v1.58.0)

Updates `github.com/onsi/gomega` from 1.36.3 to 1.37.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.36.3...v1.37.0)

Updates `k8s.io/apimachinery` from 0.32.3 to 0.33.0
- [Commits](kubernetes/apimachinery@v0.32.3...v0.33.0)

Updates `k8s.io/client-go` from 0.32.3 to 0.33.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.3...v0.33.0)

Updates `k8s.io/kubelet` from 0.32.3 to 0.33.0
- [Commits](kubernetes/kubelet@v0.32.3...v0.33.0)

---
updated-dependencies:
- dependency-name: github.com/containers/storage
  dependency-version: 1.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/client-go
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/kubelet
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@snprajwal snprajwal force-pushed the dependabot/go_modules/all-c74ae78adf branch from 7ae74a1 to 339758b Compare May 5, 2025 13:05
@snprajwal snprajwal merged commit dd31035 into main May 5, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/all-c74ae78adf branch May 5, 2025 13:11
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.

1 participant