kubernetes-sigs / aws-ebs-csi-driver

CSI driver for Amazon EBS https://aws.amazon.com/ebs/
Apache License 2.0
994 stars 797 forks source link

Bump the misc-dependencies group with 8 updates #2210

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the misc-dependencies group with 8 updates:

Package From To
github.com/aws/aws-sdk-go-v2/service/ec2 1.186.1 1.187.0
github.com/awslabs/volume-modifier-for-k8s 0.3.2 0.4.0
github.com/onsi/gomega 1.35.0 1.35.1
github.com/fsnotify/fsnotify 1.7.0 1.8.0
github.com/grpc-ecosystem/grpc-gateway/v2 2.22.0 2.23.0
github.com/opencontainers/runc 1.2.0 1.2.1
google.golang.org/genproto/googleapis/api 0.0.0-20241007155032-5fefd90f89a9 0.0.0-20241021214115-324edc3d5d38
google.golang.org/genproto/googleapis/rpc 0.0.0-20241015192408-796eee8c2d53 0.0.0-20241021214115-324edc3d5d38

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.186.1 to 1.187.0

Commits


Updates github.com/awslabs/volume-modifier-for-k8s from 0.3.2 to 0.4.0

Commits


Updates github.com/onsi/gomega from 1.35.0 to 1.35.1

Release notes

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

v1.35.1

1.35.1

Fixes

  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]
Changelog

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

1.35.1

Fixes

  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]
Commits
  • 9f5a208 v1.35.1
  • ca36da1 Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhen...
  • See full diff in compare view


Updates github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0

Release notes

Sourced from github.com/fsnotify/fsnotify's releases.

v1.8.0

Additions

  • all: add FSNOTIFY_DEBUG to print debug logs to stderr (#619)

Changes and fixes

  • windows: fix behaviour of WatchList() to be consistent with other platforms (#610)

  • kqueue: ignore events with Ident=0 (#590)

  • kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#617)

  • kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#625)

  • inotify: don't send event for IN_DELETE_SELF when also watching the parent (#620)

  • inotify: fix panic when calling Remove() in a goroutine (#650)

  • fen: allow watching subdirectories of watched directories (#621)

Changelog

Sourced from github.com/fsnotify/fsnotify's changelog.

1.8.0 2023-10-31

Additions

  • all: add FSNOTIFY_DEBUG to print debug logs to stderr (#619)

Changes and fixes

  • windows: fix behaviour of WatchList() to be consistent with other platforms (#610)

  • kqueue: ignore events with Ident=0 (#590)

  • kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#617)

  • kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#625)

  • inotify: don't send event for IN_DELETE_SELF when also watching the parent (#620)

  • inotify: fix panic when calling Remove() in a goroutine (#650)

  • fen: allow watching subdirectories of watched directories (#621)

#590: fsnotify/fsnotify#590 #610: fsnotify/fsnotify#610 #617: fsnotify/fsnotify#617 #619: fsnotify/fsnotify#619 #620: fsnotify/fsnotify#620 #621: fsnotify/fsnotify#621 #625: fsnotify/fsnotify#625 #650: fsnotify/fsnotify#650

Commits


Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.22.0 to 2.23.0

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.23.0

What's Changed

New Contributors

Full Changelog: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.22.0...v2.23.0

Commits
  • a31015c fix: path parametrs of type number (#4866)
  • 40e57f3 chore(deps): update googleapis digest to e67f6be
  • ae39c54 chore(deps): update googleapis digest to abc17a0
  • 50b484f chore(deps): update googleapis digest to b7c5b60
  • c5c1f79 chore(deps): update googleapis digest to d8ccb83
  • b2bb430 chore(deps): update googleapis digest to 8c534a5
  • 023a376 chore(deps): update googleapis digest to b43cfb1
  • d426b00 chore(deps): update googleapis digest to c379ff4
  • 8bf7717 chore(deps): update googleapis digest to 805ed12
  • 77824c1 chore(deps): update googleapis digest to f108d78
  • Additional commits viewable in compare view


Updates github.com/opencontainers/runc from 1.2.0 to 1.2.1

Changelog

Sourced from github.com/opencontainers/runc's changelog.

[1.2.1] - 2024-11-01

No existe una escuela que enseñe a vivir.

Fixed

  • Became root after joining an existing user namespace. Otherwise, runc won't have permissions to configure some mounts when running under SELinux and runc is not creating the user namespace. (#4466, #4477)

Removed

  • Remove dependency on golang.org/x/sys/execabs from go.mod. (#4480)
  • Remove runc-dmz, that had many limitations, and is mostly made obsolete by the new protection mechanism added in v1.2.0. Note that runc-dmz was only available only in the 1.2.0 release and required to set an environment variable to opt-in. (#4488)

Added

  • The script/check-config.sh script now checks for overlayfs support. (#4494)
  • When using cgroups v2, allow to set or update memory limit to "unlimited" and swap limit to a specific value. (#4501)
Commits
  • d7735e3 VERSION: release v1.2.1
  • 360f8f9 Merge pull request #4494 from kolyshkin/12-4490
  • 3016408 Merge pull request #4501 from AkihiroSuda/cherrypick-4357
  • 258cd8b libct: rm obsoleted comment
  • b798594 libct: fix a comment
  • 47dfa20 script/check-config.sh: add OVERLAY_FS check
  • e0d3953 runc update: fix updating swap for cgroup v2
  • 914a8f3 libct/cg: improve ConvertMemorySwapToCgroupV2Value
  • fe36d38 Merge pull request #4493 from kolyshkin/12-4489
  • bb71ad5 CHANGELOG: add (forward-port) v1.1.15 changes
  • Additional commits viewable in compare view


Updates google.golang.org/genproto/googleapis/api from 0.0.0-20241007155032-5fefd90f89a9 to 0.0.0-20241021214115-324edc3d5d38

Commits


Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20241015192408-796eee8c2d53 to 0.0.0-20241021214115-324edc3d5d38

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
k8s-ci-robot commented 1 week ago

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
github-actions[bot] commented 1 week ago

Code Coverage Diff

This PR does not change the code coverage

k8s-ci-robot commented 1 week ago

rebase

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
AndrewSirenko commented 1 week ago

@dependabot rebase

dependabot[bot] commented 1 week ago

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

torredil commented 1 week ago

/lgtm

torredil commented 1 week ago

/label tide/merge-method-squash

torredil commented 1 week ago

/approve

k8s-ci-robot commented 1 week ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: torredil

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

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/OWNERS)~~ [torredil] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment