-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update go dependencies as of 2025-01-19 (#429)
### TL;DR Upgrades Go version to 1.23 and updates CSI sidecar container versions ### What changed? - Upgraded Go version from 1.22 to 1.23 in Dockerfiles and go.mod - Updated CSI sidecar container versions: - livenessprobe: v2.14.0 → v2.15.0 - csi-attacher: v4.7.0 → v4.8.0 - node-driver-registrar: v2.12.0 → v2.13.0 - csi-resizer: v1.12.0 → v1.13.1 - csi-snapshotter: v8.1.0 → v8.2.0 - Updated various dependencies in go.mod and go.sum ### How to test? 1. Build the project with Go 1.23 2. Deploy the CSI driver with updated sidecar versions 3. Verify basic CSI operations work (volume provisioning, attachment, snapshots) ### Why make this change? To maintain compatibility with latest Go version and CSI sidecars, ensuring security patches and performance improvements are incorporated into the codebase.
- Loading branch information
Showing
5 changed files
with
58 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters