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 golang-dependencies group with 1 update #525

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps the golang-dependencies group with 1 update: google.golang.org/grpc.

Updates google.golang.org/grpc from 1.61.1 to 1.62.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.62.0

New Features

  • grpc: Add StaticMethod CallOption as a signal to stats handler that a method is safe to use as an instrument key (#6986)

Behavior Changes

  • grpc: Return canonical target string from ClientConn.Target() and resolver.Address.String() (#6923)

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#6977)

Performance Improvements

  • *: Allow building without x/net/trace by using grpcnotrace to enable dead code elimination (#6954)
  • rand: improve performance and simplify implementation of grpcrand by adopting math/rand's top-level functions for go version 1.21.0 and newer. (#6925)

Dependencies

  • *: Use google.golang.org/protobuf/proto instead of github.com/golang/protobuf. (#6919)

[!NOTE] The above change in proto library usage introduces a minor behavior change within those libraries. The old github.com/golang/protobuf library would error if given a nil message to Marshal, while the new google.golang.org/protobuf library will successfully output zero bytes in this case. This means server method handlers that did return nil, nil will now return an empty message and no error, while it used to return an error. This also affects the client side, where clients sending nil messages used to fail without sending the RPC, and now they will send an empty message.

Commits

Dependabot compatibility score

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

@dependabot dependabot bot added the vendor Pull requests that update vendored dependencies label Feb 26, 2024
nixpanic
nixpanic previously approved these changes Feb 28, 2024
yati1998
yati1998 previously approved these changes Feb 28, 2024
@Rakshith-R
Copy link
Member

@dependabot recreate

Bumps the golang-dependencies group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `google.golang.org/grpc` from 1.61.1 to 1.62.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.61.1...v1.62.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang-dependencies-b71a507811 branch from d1dc3c0 to 570fc78 Compare February 29, 2024 09:35
@mergify mergify bot dismissed stale reviews from yati1998 and nixpanic February 29, 2024 09:35

Pull request has been modified.

@nixpanic nixpanic requested a review from yati1998 March 1, 2024 08:00
@mergify mergify bot merged commit b39410a into main Mar 1, 2024
21 checks passed
@mergify mergify bot deleted the dependabot/go_modules/golang-dependencies-b71a507811 branch March 1, 2024 08:05
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.

3 participants