chore: automated update of go and dependencies#652
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
- Update Go to 1.26.3 - Update Kubernetes dependencies to 1.36.1 - Add support for Kubernetes 1.36 in e2e tests - Remove support for Kubernetes 1.32 (EOL) - Update CSI sidecars: - csi-provisioner: v6.1.0 -> v6.2.0 - csi-attacher: v4.10.0 -> v4.11.0 - csi-snapshotter: v8.4.0 -> v8.5.0 - snapshot-controller: v8.4.0 -> v8.5.0 - csi-resizer: v2.0.0 -> v2.1.0 - Update doctl to v1.159.0 - Update test workflows and Makefile for k8s 1.36 - Update README compatibility matrix Co-authored-by: Cursor <cursoragent@cursor.com>
Author
|
The PR is ready for review. Please note that the test workflow may require manual approval by a maintainer before it can run. Once the workflow is approved and runs successfully, the automated upgrade process will be complete. The workflow will:
If any tests fail, I'll be monitoring the results and can implement fixes as needed. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes Made
This PR follows the instructions in the "Prepare CSI driver for a new Kubernetes minor version" section of README.md:
Go Version Update
go.modand DockerfilesKubernetes Dependencies
make update-k8sE2E Test Support
e2e_test.gowith supported versionshandle-image.shscriptWorkflow Updates
.github/workflows/test.yamlto test against K8s 1.33-1.36.github/workflows/delete.yamlto clean up K8s 1.36 imagesSidecar Image Updates
Updated CSI sidecars in
deploy/kubernetes/releases/csi-digitalocean-dev/:csi-provisioner: v6.1.0 → v6.2.0csi-attacher: v4.10.0 → v4.11.0csi-snapshotter: v8.4.0 → v8.5.0snapshot-controller: v8.4.0 → v8.5.0csi-resizer: v2.0.0 → v2.1.0Documentation
Test plan
cc @digitalocean/doks
Made with Cursor