kubernetes-csi / csi-driver-smb

This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Apache License 2.0
496 stars 136 forks source link

chore(deps): bump the k8s group with 8 updates #866

Closed dependabot[bot] closed 1 day ago

dependabot[bot] commented 1 day ago

Bumps the k8s group with 8 updates:

Package From To
k8s.io/apimachinery 0.28.12 0.31.3
k8s.io/client-go 0.28.12 0.31.3
k8s.io/component-base 0.28.12 0.31.3
k8s.io/klog/v2 2.110.1 2.130.1
k8s.io/mount-utils 0.29.8 0.31.3
k8s.io/pod-security-admission 0.28.8 0.31.3
k8s.io/utils 0.0.0-20230726121419-3b25d923346b 0.0.0-20240711033017-18e509b52bc8
sigs.k8s.io/yaml 1.3.0 1.4.0

Updates k8s.io/apimachinery from 0.28.12 to 0.31.3

Commits
  • a8f449e Falls back to SPDY for gorilla/websocket https proxy error
  • 62791ec Merge pull request #125571 from liggitt/filter-auth-02-sar
  • cc2ba35 add field and label selectors to authorization attributes
  • ce76a8f generate
  • 35052c5 add subjectaccessreview field and label selectors
  • ab06869 Merge pull request #126105 from benluddy/cbor-framer
  • 429f4e4 Implement runtime.Framer for CBOR Sequences.
  • d7e1c53 Merge pull request #126018 from aroradaman/bump-k8s-utils
  • 07cb122 Merge pull request #125748 from benluddy/cbor-custom-marshalers
  • dd17456 bump k8s.io/utils
  • Additional commits viewable in compare view


Updates k8s.io/client-go from 0.28.12 to 0.31.3

Commits
  • ef98edc Update dependencies to v0.31.3 tag
  • 5e3e8ea informers: add comment that Start does not block
  • f71a5cc Call non-blocking informerFactory.Start synchronously to avoid races
  • 4536e5a Merge pull request #124012 from Jefftree/le-controller
  • 93c6a5b Merge pull request #126353 from liggitt/fix-vendor
  • 6a9911a revendor dependencies
  • fe54892 Merge pull request #126243 from SergeyKanzhelev/devicePluginFailures
  • 825f52e Change PingTime to be persistent
  • f45c451 fix ordering issue in candidates
  • 18dd587 feedback: leasecandidate clients
  • Additional commits viewable in compare view


Updates k8s.io/component-base from 0.28.12 to 0.31.3

Commits
  • 3ecbf33 Update dependencies to v0.31.3 tag
  • 6332889 Merge pull request #126344 from MikeSpreitzer/fix-120112
  • 95f30f1 [sample-apiserver] Fix: Use Correct Effective Version for kube (#125941)
  • 763ac17 Merge pull request #126353 from liggitt/fix-vendor
  • 40cf325 revendor dependencies
  • d64a96d Relax noise margin in TestOneWeightedHistogram
  • 6cc953a Merge pull request #126204 from vrutkovs/unsafeRecordQueried-atomicPointer
  • f9413de featuregate: clone queriedFeatures only when mutation is needed
  • 6f32dbe Merge pull request #125926 from MadhavJivrajani/bump-staticcheck-exclude-SA1006
  • 64c7d3f .*: fix lint errors
  • Additional commits viewable in compare view


Updates k8s.io/klog/v2 from 2.110.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: https://github.com/kubernetes/klog/compare/v2.130.0...v2.130.1

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

What's Changed

New Contributors

Full Changelog: https://github.com/kubernetes/klog/compare/v2.120.1...v2.130.0

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

What's Changed

Full Changelog: https://github.com/kubernetes/klog/compare/v2.120.0...v2.120.1

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

What's Changed

New Contributors

Full Changelog: https://github.com/kubernetes/klog/compare/v2.110.1...v2.120.0

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/mount-utils from 0.29.8 to 0.31.3

Commits
  • 9983dfa mount-utils: treat syscall.ENODEV as corrupted mount
  • 2e19d95 Merge pull request #126018 from aroradaman/bump-k8s-utils
  • d1708ae bump k8s.io/utils
  • 330d4a0 Merge pull request #125922 from dims/update_otel_27
  • ba114f4 update OpenTelemetry dependencies and grpc
  • e87beb2 Merge pull request #125850 from dims/fix-for-typecheck-does-not-notice-compil...
  • 6402283 Fix for typecheck doesn't notice compile errors in test files
  • 1193104 Merge pull request #125759 from dims/bump-prometheus/common-v0.55.0
  • a1102a4 Bump prometheus/common to v0.55.0
  • 1069ef5 Merge pull request #125731 from dashpole/revert_otel
  • Additional commits viewable in compare view


Updates k8s.io/pod-security-admission from 0.28.8 to 0.31.3

Commits
  • 471e1c7 Update dependencies to v0.31.3 tag
  • 46f4680 Merge pull request #126163 from haircommander/procMount-baseline
  • a0beec6 Merge pull request #126165 from haircommander/selinux-engine_t
  • 626dc08 PSA: small cleanups for tests that use RelaxPolicyForUserNamespacePods
  • 7fad622 PSA: allow procMount type Unmasked in baseline
  • 6b00373 PSA: update test fixtures
  • 9833ddf PSA: allow container_engine_t selinux type
  • 5b64df2 Merge pull request #126018 from aroradaman/bump-k8s-utils
  • 1b6ad1b bump k8s.io/utils
  • b4ce4eb Merge pull request #125922 from dims/update_otel_27
  • Additional commits viewable in compare view


Updates k8s.io/utils from 0.0.0-20230726121419-3b25d923346b to 0.0.0-20240711033017-18e509b52bc8

Commits


Updates sigs.k8s.io/yaml from 1.3.0 to 1.4.0

Release notes

Sourced from sigs.k8s.io/yaml's releases.

v1.4.0

  • Adds a goyaml.v2 subpackage containing a fork of gopkg.in/yaml.v2 at v2.4.0
  • Adds a goyaml.v3 subpackage containing a fork of gopkg.in/yaml.v3 at v3.0.1
  • Adds an Encoder#CompactSeqIndent() encoder option to sigs.k8.io/goyaml.v3 to allow opting into indentation compatible with gopkg.in/yaml.v2
Commits
  • c3772b5 Merge pull request #97 from liggitt/owners
  • 604031b Update owners
  • eead467 Merge pull request #76 from natasha41575/go-yaml-fork
  • f2c0229 add test demonstrating consistency between yaml.v2 and yaml.v3
  • 20d25fa update LICENSE, owners, and readmes
  • a7b5665 exclude forked libs from golint
  • b6d8b45 fix leading newline issue
  • 330e1e5 make sequence style configurable
  • 70ebea7 change import paths to forked yaml libs
  • b96582b fork go-yaml v2 and v3
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | sigs.k8s.io/yaml | [>= 1.4.a, < 1.5] | | k8s.io/pod-security-admission | [>= 0.29.a, < 0.30] | | k8s.io/component-base | [>= 0.29.a, < 0.30] | | k8s.io/apimachinery | [>= 0.29.a, < 0.30] | | k8s.io/client-go | [>= 0.29.a, < 0.30] |

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 day ago

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-csi 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.
k8s-ci-robot commented 1 day ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign andyzhangx 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: - **[OWNERS](https://github.com/kubernetes-csi/csi-driver-smb/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
k8s-ci-robot commented 1 day ago

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-csi-driver-smb-verify 0269e242930871975ac81774f1ab704a0bf05a7b link true /test pull-csi-driver-smb-verify
pull-csi-driver-smb-unit 0269e242930871975ac81774f1ab704a0bf05a7b link true /test pull-csi-driver-smb-unit
pull-csi-driver-smb-sanity 0269e242930871975ac81774f1ab704a0bf05a7b link true /test pull-csi-driver-smb-sanity

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.

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. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
dependabot[bot] commented 1 day ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml