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

chore(deps): update go dependencies as of 2025-01-19 #429

Merged
merged 2 commits into from
Jan 19, 2025

Conversation

sergeyberezansky
Copy link
Collaborator

@sergeyberezansky sergeyberezansky commented Jan 19, 2025

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.

@graphite-app graphite-app bot requested a review from tigrawap January 19, 2025 12:46
Copy link
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

graphite-app bot commented Jan 19, 2025

Graphite Automations

"Request reviewers once CI passes" took an action on this PR • (01/19/25)

1 reviewer was added to this PR based on Sergey Berezansky's automation.

@sergeyberezansky sergeyberezansky force-pushed the sergey/update-deps-2025-01 branch from d31738d to 1cb999c Compare January 19, 2025 12:53
@sergeyberezansky sergeyberezansky added dependencies Pull requests that update a dependency file docker go labels Jan 19, 2025
@sergeyberezansky sergeyberezansky force-pushed the sergey/update-deps-2025-01 branch from d2043a1 to d1cd4d7 Compare January 19, 2025 13:37
@sergeyberezansky sergeyberezansky merged commit 1bf2221 into dev Jan 19, 2025
13 checks passed
@sergeyberezansky sergeyberezansky deleted the sergey/update-deps-2025-01 branch January 19, 2025 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file docker go sidecar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant