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

vendor: bump the github-dependencies group with 2 updates #501

Merged
merged 1 commit into from
Jan 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps the github-dependencies group with 2 updates: github.com/go-logr/logr and github.com/kubernetes-csi/csi-lib-utils.

Updates github.com/go-logr/logr from 1.3.0 to 1.4.1

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.4.1

What's Changed

Full Changelog: go-logr/logr@v1.4.0...v1.4.1

v1.4.0

This release dramatically improves interoperability with Go's log/slog package. In particular, logr.NewContext and logr.NewContextWithSlogLogger use the same context key, which allows logr.FromContext and logr.FromContextAsSlogLogger to return logr.Logger or *slog.Logger respectively, including transparently converting each to the other as needed.

Functions logr/slogr.NewLogr and logr/slogr.ToSlogHandler have been superceded by logr.FromSlogHandler and logr.ToSlogHandler respectively, and type logr/slogr.SlogSink has been superceded by logr.SlogSink. All of the old names in logr/slogr remain, for compatibility.

Package logr/funcr now supports logr.SlogSink, meaning that it's output passes all but one of the Slog conformance tests (that exception being that funcr handles the timestamp itself).

Users who have a logr.Logger and need a *slog.Logger can call slog.New(logr.ToSlogHandler(...)) and all output will go through the same stack.

Users who have a *slog.Logger or slog.Handler can call logr.FromSlogHandler(...) and all output will go through the same stack.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.3.0...v1.4.0

Commits
  • dcdc3f2 slogr: fix unintended API break in v0.8.0 (#253)
  • 5d88f52 funcr: Add LogInfoLevel Option to skip logging level in the info log (#240)
  • 177005d build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0
  • e7f489a build(deps): bump github/codeql-action from 2.22.9 to 3.22.11
  • cf56c3b build(deps): bump actions/setup-go from 4 to 5
  • 2ad296e build(deps): bump github/codeql-action from 2.22.8 to 2.22.9
  • d55b4e2 Merge pull request #241 from thockin/master
  • 98ee9d9 Clean up slog testing and restore coverage
  • b228ba8 Break examples to new file
  • 6432877 Add benchmarks for slogSink
  • Additional commits viewable in compare view

Updates github.com/kubernetes-csi/csi-lib-utils from 0.16.0 to 0.17.0

Release notes

Sourced from github.com/kubernetes-csi/csi-lib-utils's releases.

v0.17.0

https://github.com/kubernetes-csi/csi-lib-utils/blob/v0.17.0/CHANGELOG/CHANGELOG-0.17.md

Commits
  • f82f9de Merge pull request #157 from sunnylovestiramisu/changelog
  • a3717ad Add changelog for v0.17.0
  • ce50692 Merge commit 'd23abe87af245d13e7cfff2e45afd681fdbc1c33' into changelog
  • d23abe8 Squashed 'release-tools/' changes from f8c8cc4..b54c1ba
  • e96af46 Merge pull request #156 from sunnylovestiramisu/module-update-master
  • c3c5eb4 Update dependency go modules for k8s v1.29.0
  • 564b75a Merge pull request #155 from sunnylovestiramisu/module-update-master
  • 319f1e6 Squashed 'release-tools/' changes from de2fba8..f8c8cc4
  • 7485e19 Merge commit '319f1e61ea67d2f34a6f2b5f488be1cdfbc488e7' into module-update-ma...
  • cb0badc Update dependency go modules for k8s v1.29.0-rc.1
  • See full diff in compare view

You can trigger a rebase of this PR 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

Bumps the github-dependencies group with 2 updates: [github.com/go-logr/logr](https://github.com/go-logr/logr) and [github.com/kubernetes-csi/csi-lib-utils](https://github.com/kubernetes-csi/csi-lib-utils).


Updates `github.com/go-logr/logr` from 1.3.0 to 1.4.1
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.3.0...v1.4.1)

Updates `github.com/kubernetes-csi/csi-lib-utils` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/kubernetes-csi/csi-lib-utils/releases)
- [Commits](kubernetes-csi/csi-lib-utils@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: github.com/go-logr/logr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/kubernetes-csi/csi-lib-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the vendor Pull requests that update vendored dependencies label Dec 25, 2023
mergify bot added a commit that referenced this pull request Jan 1, 2024
@mergify mergify bot merged commit 4ab5a01 into main Jan 1, 2024
20 checks passed
@mergify mergify bot deleted the dependabot/go_modules/github-dependencies-c937b0c202 branch January 1, 2024 06:30
lumiere-bot bot added a commit to coolguy1771/home-ops that referenced this pull request Aug 17, 2024
#5239)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-csi-addons](https://github.com/csi-addons/kubernetes-csi-addons)
| minor | `v0.8.0` -> `v0.9.0` |

---

### Release Notes

<details>
<summary>csi-addons/kubernetes-csi-addons
(kubernetes-csi-addons)</summary>

###
[`v0.9.0`](https://github.com/csi-addons/kubernetes-csi-addons/releases/tag/v0.9.0)

[Compare
Source](https://github.com/csi-addons/kubernetes-csi-addons/compare/v0.8.0...v0.9.0)

#### What's Changed

- vendor: bump the golang-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#497
- vendor: bump the k8s-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#498
- vendor: bump the golang-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#500
- vendor: bump the github-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#501
- Update tools and dependencies by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#401
- manager: make leader election timeouts configurable by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#505
- vendor: bump the k8s-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#507
- vendor: bump the k8s-dependencies group with 4 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#508
- vendor: bump the github-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#509
- vendor: bump the k8s-dependencies group in /tools with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#506
- vendor: bump the golang-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#511
- ci: bump helm/kind-action from 1.8.0 to 1.9.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#513
- ci: bump golangci/golangci-lint-action from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#514
- vendor: bump the k8s-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#515
- vendor: bump the golang-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#520
- vendor: bump the k8s-dependencies group with 4 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#521
- ci: bump super-linter/super-linter from 5 to 6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#519
- test: unit test for getNextSchedule by
[@&#8203;karthik-us](https://github.com/karthik-us) in
[csi-addons/kubernetes-csi-addons#518
- vendor: bump go.uber.org/zap from 1.26.0 to 1.27.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#526
- vendor: bump the golang-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#525
- vendor: bump the github-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#528
- vendor: bump the github-dependencies group in /tools with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#527
- ci: fix TestGetNextSchedule failure by
[@&#8203;karthik-us](https://github.com/karthik-us) in
[csi-addons/kubernetes-csi-addons#530
- deploy: run all containers with read-only filesystem by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#529
- vendor: bump the github-dependencies group in /tools with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#533
- vendor: bump the golang-dependencies group in /tools with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#532
- vendor: bump the golang-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#534
- vendor: bump the github-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#538
- vendor: bump the k8s-dependencies group with 3 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#537
- replace custom ContainsInSlice() with standard slices.Contains() by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#540
- vendor: bump sigs.k8s.io/kustomize/kustomize/v5 from 5.3.0 to 5.4.1 in
/tools in the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#542
- vendor: bump google.golang.org/grpc from 1.62.1 to 1.63.0 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#541
- vendor: bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#545
- vendor: bump google.golang.org/grpc from 1.63.0 to 1.63.2 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#544
- vendor: bump github.com/onsi/gomega from 1.32.0 to 1.33.0 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#549
- vendor: bump sigs.k8s.io/controller-tools from 0.14.0 to 0.15.0 in
/tools in the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#550
- vendor: bump the k8s-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#552
- ci: bump golangci/golangci-lint-action from 4 to 5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#553
- ci: bump helm/kind-action from 1.9.0 to 1.10.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#554
- vendor: bump github.com/onsi/gomega from 1.33.0 to 1.33.1 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#560
- vendor: bump sigs.k8s.io/controller-runtime from 0.18.0 to 0.18.1 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#559
- vendor: bump google.golang.org/protobuf from 1.33.0 to 1.34.1 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#558
- ci: bump golangci/golangci-lint-action from 5 to 6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#564
- vendor: bump sigs.k8s.io/controller-runtime from 0.18.1 to 0.18.2 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#565
- vendor: bump github.com/kubernetes-csi/csi-lib-utils from 0.17.0 to
0.18.0 in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#566
- vendor: bump github.com/operator-framework/operator-sdk from 1.34.1 to
1.34.2 in /tools in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#571
- vendor: bump google.golang.org/grpc from 1.63.2 to 1.64.0 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#569
- vendor: bump the k8s-dependencies group with 3 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#570
- ci: use golang 1.22.0 for main build by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#575
- vendor: bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.18.3 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#576
- vendor: bump github.com/go-logr/logr from 1.4.1 to 1.4.2 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#577
- vendor: bump sigs.k8s.io/kustomize/kustomize/v5 from 5.4.1 to 5.4.2 in
/tools in the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#578
- Manually pin otel-grpc to v0.46.0 by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#581
- vendor: bump github.com/kubernetes-csi/csi-lib-utils from 0.18.0 to
0.18.1 in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#583
- vendor: bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.3.0
to 1.4.0 in /tools in the golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#582
- vendor: bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#586
- ci: bump docker/build-push-action from 5 to 6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#592
- vendor: bump the k8s-dependencies group with 4 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#590
- Add scaffoling for
volumegroupreplication/replicationclass/replicationcontent by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#588
- fix: fix typos related to group replication by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#594
- vendor: bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#589
- vendor: bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in
/tools in the golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#591
- reclaimspace: support for storageclass annotation by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar) in
[csi-addons/kubernetes-csi-addons#585
- Replication: set volumeID in ReplicationSource for the
volumeReplication by [@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#596
- replication: add missing VRC name for VGR by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#597
- ci: add DNM label rules for mergify by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar) in
[csi-addons/kubernetes-csi-addons#599
- replication: add pvcRef to volumegroupreplication by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#598
- vendor: bump k8s.io/klog/v2 from 2.130.0 to 2.130.1 in the
k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#602
- vendor: bump github.com/operator-framework/operator-sdk from 1.34.2 to
1.35.0 in /tools in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#601
- reclaimspace: fix schedule handling by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar) in
[csi-addons/kubernetes-csi-addons#604
- doc: correct case of YAML from yaml by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#611
- vendor: bump google.golang.org/grpc from 1.64.0 to 1.65.0 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#612
- vendor: bump github.com/container-storage-interface/spec from 1.9.0 to
1.10.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#613
- Support VolumeGroupReplication with VR by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#605
- Migrate project from go v3 layout to v4 by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#606
- vendor: bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.19.0 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#617
- vendor: bump sigs.k8s.io/kustomize/kustomize/v5 from 5.4.2 to 5.4.3 in
/tools in the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#620
- vendor: bump the k8s-dependencies group with 3 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#621
- replication: fix problem with setReplication by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#619
- docs: add documentation for EncryptionKeyRotation by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#624
- Implement EncryptionKeyRotation controllers by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#608
- vendor: bump the github-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#627
- Modify pvc controller to reconcile encryptionkeyrotation by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#616
- reclaimspace: enhancement to consider existing PVCs for StorageClass
Annotations by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar) in
[csi-addons/kubernetes-csi-addons#614
- vendor: bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.4.0
to 1.5.0 in /tools in the golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#628
- Remove special handling of targetpath for deprecated Kubernetes 1.24
by [@&#8203;psy-q](https://github.com/psy-q) in
[csi-addons/kubernetes-csi-addons#625
- vendor: bump github.com/operator-framework/operator-sdk from 1.35.0 to
1.36.0 in /tools in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#631
- vendor: bump github.com/onsi/gomega from 1.34.0 to 1.34.1 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#632
- vendor: bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.5.0
to 1.5.1 in /tools in the golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#630
- vendor: bump github.com/operator-framework/operator-sdk from 1.36.0 to
1.36.1 in /tools in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#638
- vendor: bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#639
- fix pvc reclaimspace & keyrotation annotation filter by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar) in
[csi-addons/kubernetes-csi-addons#641
- doc: update installation document by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar) in
[csi-addons/kubernetes-csi-addons#642
- Include capabilities in CSIAddonsNode status by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#635

#### New Contributors

- [@&#8203;black-dragon74](https://github.com/black-dragon74) made
their first contribution in
[csi-addons/kubernetes-csi-addons#581
- [@&#8203;iPraveenParihar](https://github.com/iPraveenParihar) made
their first contribution in
[csi-addons/kubernetes-csi-addons#585
- [@&#8203;psy-q](https://github.com/psy-q) made their first
contribution in
[csi-addons/kubernetes-csi-addons#625

**Full Changelog**:
csi-addons/kubernetes-csi-addons@v0.8.0...v0.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL21pbm9yIl19-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
spiceratops added a commit to spiceratops/k8s-gitops that referenced this pull request Aug 20, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-csi-addons](https://github.com/csi-addons/kubernetes-csi-addons)
| minor | `v0.8.0` -> `v0.9.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>csi-addons/kubernetes-csi-addons
(kubernetes-csi-addons)</summary>

###
[`v0.9.0`](https://github.com/csi-addons/kubernetes-csi-addons/releases/tag/v0.9.0)

[Compare
Source](https://github.com/csi-addons/kubernetes-csi-addons/compare/v0.8.0...v0.9.0)

#### What's Changed

- vendor: bump the golang-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#497
- vendor: bump the k8s-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#498
- vendor: bump the golang-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#500
- vendor: bump the github-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#501
- Update tools and dependencies by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#401
- manager: make leader election timeouts configurable by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#505
- vendor: bump the k8s-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#507
- vendor: bump the k8s-dependencies group with 4 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#508
- vendor: bump the github-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#509
- vendor: bump the k8s-dependencies group in /tools with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#506
- vendor: bump the golang-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#511
- ci: bump helm/kind-action from 1.8.0 to 1.9.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#513
- ci: bump golangci/golangci-lint-action from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#514
- vendor: bump the k8s-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#515
- vendor: bump the golang-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#520
- vendor: bump the k8s-dependencies group with 4 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#521
- ci: bump super-linter/super-linter from 5 to 6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#519
- test: unit test for getNextSchedule by
[@&#8203;karthik-us](https://github.com/karthik-us) in
[csi-addons/kubernetes-csi-addons#518
- vendor: bump go.uber.org/zap from 1.26.0 to 1.27.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#526
- vendor: bump the golang-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#525
- vendor: bump the github-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#528
- vendor: bump the github-dependencies group in /tools with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#527
- ci: fix TestGetNextSchedule failure by
[@&#8203;karthik-us](https://github.com/karthik-us) in
[csi-addons/kubernetes-csi-addons#530
- deploy: run all containers with read-only filesystem by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#529
- vendor: bump the github-dependencies group in /tools with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#533
- vendor: bump the golang-dependencies group in /tools with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#532
- vendor: bump the golang-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#534
- vendor: bump the github-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#538
- vendor: bump the k8s-dependencies group with 3 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#537
- replace custom ContainsInSlice() with standard slices.Contains() by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#540
- vendor: bump sigs.k8s.io/kustomize/kustomize/v5 from 5.3.0 to 5.4.1 in
/tools in the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#542
- vendor: bump google.golang.org/grpc from 1.62.1 to 1.63.0 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#541
- vendor: bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#545
- vendor: bump google.golang.org/grpc from 1.63.0 to 1.63.2 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#544
- vendor: bump github.com/onsi/gomega from 1.32.0 to 1.33.0 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#549
- vendor: bump sigs.k8s.io/controller-tools from 0.14.0 to 0.15.0 in
/tools in the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#550
- vendor: bump the k8s-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#552
- ci: bump golangci/golangci-lint-action from 4 to 5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#553
- ci: bump helm/kind-action from 1.9.0 to 1.10.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#554
- vendor: bump github.com/onsi/gomega from 1.33.0 to 1.33.1 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#560
- vendor: bump sigs.k8s.io/controller-runtime from 0.18.0 to 0.18.1 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#559
- vendor: bump google.golang.org/protobuf from 1.33.0 to 1.34.1 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#558
- ci: bump golangci/golangci-lint-action from 5 to 6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#564
- vendor: bump sigs.k8s.io/controller-runtime from 0.18.1 to 0.18.2 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#565
- vendor: bump github.com/kubernetes-csi/csi-lib-utils from 0.17.0 to
0.18.0 in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#566
- vendor: bump github.com/operator-framework/operator-sdk from 1.34.1 to
1.34.2 in /tools in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#571
- vendor: bump google.golang.org/grpc from 1.63.2 to 1.64.0 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#569
- vendor: bump the k8s-dependencies group with 3 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#570
- ci: use golang 1.22.0 for main build by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#575
- vendor: bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.18.3 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#576
- vendor: bump github.com/go-logr/logr from 1.4.1 to 1.4.2 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#577
- vendor: bump sigs.k8s.io/kustomize/kustomize/v5 from 5.4.1 to 5.4.2 in
/tools in the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#578
- Manually pin otel-grpc to v0.46.0 by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#581
- vendor: bump github.com/kubernetes-csi/csi-lib-utils from 0.18.0 to
0.18.1 in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#583
- vendor: bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.3.0
to 1.4.0 in /tools in the golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#582
- vendor: bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#586
- ci: bump docker/build-push-action from 5 to 6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#592
- vendor: bump the k8s-dependencies group with 4 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#590
- Add scaffoling for
volumegroupreplication/replicationclass/replicationcontent by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#588
- fix: fix typos related to group replication by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#594
- vendor: bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#589
- vendor: bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in
/tools in the golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#591
- reclaimspace: support for storageclass annotation by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar) in
[csi-addons/kubernetes-csi-addons#585
- Replication: set volumeID in ReplicationSource for the
volumeReplication by [@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#596
- replication: add missing VRC name for VGR by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#597
- ci: add DNM label rules for mergify by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar) in
[csi-addons/kubernetes-csi-addons#599
- replication: add pvcRef to volumegroupreplication by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#598
- vendor: bump k8s.io/klog/v2 from 2.130.0 to 2.130.1 in the
k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#602
- vendor: bump github.com/operator-framework/operator-sdk from 1.34.2 to
1.35.0 in /tools in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#601
- reclaimspace: fix schedule handling by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar) in
[csi-addons/kubernetes-csi-addons#604
- doc: correct case of YAML from yaml by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#611
- vendor: bump google.golang.org/grpc from 1.64.0 to 1.65.0 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#612
- vendor: bump github.com/container-storage-interface/spec from 1.9.0 to
1.10.0 by [@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#613
- Support VolumeGroupReplication with VR by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#605
- Migrate project from go v3 layout to v4 by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#606
- vendor: bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.19.0 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#617
- vendor: bump sigs.k8s.io/kustomize/kustomize/v5 from 5.4.2 to 5.4.3 in
/tools in the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#620
- vendor: bump the k8s-dependencies group with 3 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#621
- replication: fix problem with setReplication by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#619
- docs: add documentation for EncryptionKeyRotation by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#624
- Implement EncryptionKeyRotation controllers by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#608
- vendor: bump the github-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#627
- Modify pvc controller to reconcile encryptionkeyrotation by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#616
- reclaimspace: enhancement to consider existing PVCs for StorageClass
Annotations by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar) in
[csi-addons/kubernetes-csi-addons#614
- vendor: bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.4.0
to 1.5.0 in /tools in the golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#628
- Remove special handling of targetpath for deprecated Kubernetes 1.24
by [@&#8203;psy-q](https://github.com/psy-q) in
[csi-addons/kubernetes-csi-addons#625
- vendor: bump github.com/operator-framework/operator-sdk from 1.35.0 to
1.36.0 in /tools in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#631
- vendor: bump github.com/onsi/gomega from 1.34.0 to 1.34.1 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#632
- vendor: bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.5.0
to 1.5.1 in /tools in the golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#630
- vendor: bump github.com/operator-framework/operator-sdk from 1.36.0 to
1.36.1 in /tools in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#638
- vendor: bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#639
- fix pvc reclaimspace & keyrotation annotation filter by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar) in
[csi-addons/kubernetes-csi-addons#641
- doc: update installation document by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar) in
[csi-addons/kubernetes-csi-addons#642
- Include capabilities in CSIAddonsNode status by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#635

#### New Contributors

- [@&#8203;black-dragon74](https://github.com/black-dragon74) made
their first contribution in
[csi-addons/kubernetes-csi-addons#581
- [@&#8203;iPraveenParihar](https://github.com/iPraveenParihar) made
their first contribution in
[csi-addons/kubernetes-csi-addons#585
- [@&#8203;psy-q](https://github.com/psy-q) made their first
contribution in
[csi-addons/kubernetes-csi-addons#625

**Full Changelog**:
csi-addons/kubernetes-csi-addons@v0.8.0...v0.9.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL21pbm9yIl19-->
lumiere-bot bot added a commit to coolguy1771/home-ops that referenced this pull request Sep 1, 2024
…#5323)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetes-csi-addons](https://github.com/csi-addons/kubernetes-csi-addons)
| patch | `v0.9.0` -> `v0.9.1` |

---

### Release Notes

<details>
<summary>csi-addons/kubernetes-csi-addons
(kubernetes-csi-addons)</summary>

###
[`v0.9.1`](https://github.com/csi-addons/kubernetes-csi-addons/releases/tag/v0.9.1)

[Compare
Source](https://github.com/csi-addons/kubernetes-csi-addons/compare/v0.9.0...v0.9.1)

#### What's Changed

- vendor: bump the golang-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#497
- vendor: bump the k8s-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#498
- vendor: bump the golang-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#500
- vendor: bump the github-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#501
- Update tools and dependencies by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#401
- manager: make leader election timeouts configurable by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#505
- vendor: bump the k8s-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#507
- vendor: bump the k8s-dependencies group with 4 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#508
- vendor: bump the github-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#509
- vendor: bump the k8s-dependencies group in /tools with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#506
- vendor: bump the golang-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#511
- ci: bump helm/kind-action from 1.8.0 to 1.9.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#513
- ci: bump golangci/golangci-lint-action from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#514
- vendor: bump the k8s-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#515
- vendor: bump the golang-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#520
- vendor: bump the k8s-dependencies group with 4 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#521
- ci: bump super-linter/super-linter from 5 to 6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#519
- test: unit test for getNextSchedule by
[@&#8203;karthik-us](https://github.com/karthik-us) in
[csi-addons/kubernetes-csi-addons#518
- vendor: bump go.uber.org/zap from 1.26.0 to 1.27.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#526
- vendor: bump the golang-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#525
- vendor: bump the github-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#528
- vendor: bump the github-dependencies group in /tools with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#527
- ci: fix TestGetNextSchedule failure by
[@&#8203;karthik-us](https://github.com/karthik-us) in
[csi-addons/kubernetes-csi-addons#530
- deploy: run all containers with read-only filesystem by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#529
- vendor: bump the github-dependencies group in /tools with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#533
- vendor: bump the golang-dependencies group in /tools with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#532
- vendor: bump the golang-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#534
- vendor: bump the github-dependencies group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#538
- vendor: bump the k8s-dependencies group with 3 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#537
- replace custom ContainsInSlice() with standard slices.Contains() by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#540
- vendor: bump sigs.k8s.io/kustomize/kustomize/v5 from 5.3.0 to 5.4.1 in
/tools in the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#542
- vendor: bump google.golang.org/grpc from 1.62.1 to 1.63.0 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#541
- vendor: bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#545
- vendor: bump google.golang.org/grpc from 1.63.0 to 1.63.2 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#544
- vendor: bump github.com/onsi/gomega from 1.32.0 to 1.33.0 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#549
- vendor: bump sigs.k8s.io/controller-tools from 0.14.0 to 0.15.0 in
/tools in the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#550
- vendor: bump the k8s-dependencies group across 1 directory with 4
updates by [@&#8203;dependabot](https://github.com/dependabot)
in
[csi-addons/kubernetes-csi-addons#552
- ci: bump golangci/golangci-lint-action from 4 to 5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#553
- ci: bump helm/kind-action from 1.9.0 to 1.10.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#554
- vendor: bump github.com/onsi/gomega from 1.33.0 to 1.33.1 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#560
- vendor: bump sigs.k8s.io/controller-runtime from 0.18.0 to 0.18.1 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#559
- vendor: bump google.golang.org/protobuf from 1.33.0 to 1.34.1 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#558
- ci: bump golangci/golangci-lint-action from 5 to 6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#564
- vendor: bump sigs.k8s.io/controller-runtime from 0.18.1 to 0.18.2 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#565
- vendor: bump github.com/kubernetes-csi/csi-lib-utils from 0.17.0 to
0.18.0 in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#566
- vendor: bump github.com/operator-framework/operator-sdk from 1.34.1 to
1.34.2 in /tools in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#571
- vendor: bump google.golang.org/grpc from 1.63.2 to 1.64.0 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#569
- vendor: bump the k8s-dependencies group with 3 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#570
- ci: use golang 1.22.0 for main build by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#575
- vendor: bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.18.3 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#576
- vendor: bump github.com/go-logr/logr from 1.4.1 to 1.4.2 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#577
- vendor: bump sigs.k8s.io/kustomize/kustomize/v5 from 5.4.1 to 5.4.2 in
/tools in the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#578
- Manually pin otel-grpc to v0.46.0 by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#581
- vendor: bump github.com/kubernetes-csi/csi-lib-utils from 0.18.0 to
0.18.1 in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#583
- vendor: bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.3.0
to 1.4.0 in /tools in the golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#582
- vendor: bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4 in
the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#586
- ci: bump docker/build-push-action from 5 to 6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#592
- vendor: bump the k8s-dependencies group with 4 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#590
- Add scaffoling for
volumegroupreplication/replicationclass/replicationcontent by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#588
- fix: fix typos related to group replication by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#594
- vendor: bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#589
- vendor: bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in
/tools in the golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#591
- reclaimspace: support for storageclass annotation by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar)
in
[csi-addons/kubernetes-csi-addons#585
- Replication: set volumeID in ReplicationSource for the
volumeReplication by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#596
- replication: add missing VRC name for VGR by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#597
- ci: add DNM label rules for mergify by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar)
in
[csi-addons/kubernetes-csi-addons#599
- replication: add pvcRef to volumegroupreplication by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#598
- vendor: bump k8s.io/klog/v2 from 2.130.0 to 2.130.1 in the
k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#602
- vendor: bump github.com/operator-framework/operator-sdk from 1.34.2 to
1.35.0 in /tools in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#601
- reclaimspace: fix schedule handling by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar)
in
[csi-addons/kubernetes-csi-addons#604
- doc: correct case of YAML from yaml by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#611
- vendor: bump google.golang.org/grpc from 1.64.0 to 1.65.0 in the
golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#612
- vendor: bump github.com/container-storage-interface/spec from 1.9.0 to
1.10.0 by [@&#8203;dependabot](https://github.com/dependabot)
in
[csi-addons/kubernetes-csi-addons#613
- Support VolumeGroupReplication with VR by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#605
- Migrate project from go v3 layout to v4 by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#606
- vendor: bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.19.0 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#617
- vendor: bump sigs.k8s.io/kustomize/kustomize/v5 from 5.4.2 to 5.4.3 in
/tools in the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#620
- vendor: bump the k8s-dependencies group with 3 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#621
- replication: fix problem with setReplication by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#619
- docs: add documentation for EncryptionKeyRotation by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#624
- Implement EncryptionKeyRotation controllers by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#608
- vendor: bump the github-dependencies group with 2 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#627
- Modify pvc controller to reconcile encryptionkeyrotation by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#616
- reclaimspace: enhancement to consider existing PVCs for StorageClass
Annotations by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar)
in
[csi-addons/kubernetes-csi-addons#614
- vendor: bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.4.0
to 1.5.0 in /tools in the golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#628
- Remove special handling of targetpath for deprecated Kubernetes 1.24
by [@&#8203;psy-q](https://github.com/psy-q) in
[csi-addons/kubernetes-csi-addons#625
- vendor: bump github.com/operator-framework/operator-sdk from 1.35.0 to
1.36.0 in /tools in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#631
- vendor: bump github.com/onsi/gomega from 1.34.0 to 1.34.1 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#632
- vendor: bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.5.0
to 1.5.1 in /tools in the golang-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#630
- vendor: bump github.com/operator-framework/operator-sdk from 1.36.0 to
1.36.1 in /tools in the github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#638
- vendor: bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 in the
github-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#639
- fix pvc reclaimspace & keyrotation annotation filter by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar)
in
[csi-addons/kubernetes-csi-addons#641
- doc: update installation document by
[@&#8203;iPraveenParihar](https://github.com/iPraveenParihar)
in
[csi-addons/kubernetes-csi-addons#642
- Include capabilities in CSIAddonsNode status by
[@&#8203;black-dragon74](https://github.com/black-dragon74) in
[csi-addons/kubernetes-csi-addons#635
- build: update kube-rbac-proxy to v0.18.0 by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#644
- vendor: bump sigs.k8s.io/controller-tools from 0.15.0 to 0.16.1 in
/tools in the k8s-dependencies group by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#645
- ci: bump super-linter/super-linter from 6 to 7 by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#646
- replication: move conditions to api by
[@&#8203;Madhu-1](https://github.com/Madhu-1) in
[csi-addons/kubernetes-csi-addons#650
- vendor: bump the k8s-dependencies group with 4 updates by
[@&#8203;dependabot](https://github.com/dependabot) in
[csi-addons/kubernetes-csi-addons#647
- build: address FROM/as casing warning by
[@&#8203;nixpanic](https://github.com/nixpanic) in
[csi-addons/kubernetes-csi-addons#654
- deploy: remove extra prefix: csi-addons- by
[@&#8203;Rakshith-R](https://github.com/Rakshith-R) in
[csi-addons/kubernetes-csi-addons#655

#### New Contributors

- [@&#8203;black-dragon74](https://github.com/black-dragon74)
made their first contribution in
[csi-addons/kubernetes-csi-addons#581
- [@&#8203;iPraveenParihar](https://github.com/iPraveenParihar)
made their first contribution in
[csi-addons/kubernetes-csi-addons#585
- [@&#8203;psy-q](https://github.com/psy-q) made their first
contribution in
[csi-addons/kubernetes-csi-addons#625

**Full Changelog**:
csi-addons/kubernetes-csi-addons@v0.8.0...v0.9.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OC4wIiwidXBkYXRlZEluVmVyIjoiMzguNTguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL3BhdGNoIl19-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vendor Pull requests that update vendored dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants