Skip to content

Commit

Permalink
CON-9410 update sidecars
Browse files Browse the repository at this point in the history
  • Loading branch information
llDrLove committed Aug 23, 2023
1 parent 4b25465 commit 1f84190
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
## unreleased

* Update CSI sidecars to latest
[[GH-502]](https://github.com/digitalocean/csi-digitalocean/pull/502)

## v4.7.0 - 2023.08.17

* Update CSI driver for Kubernetes 1.28
[[GH-528]](https://github.com/digitalocean/csi-digitalocean/pull/528)

## v4.6.2 - 2023.08.14

* Use godo action status for handling resize operation
[[GH-522]](https://github.com/digitalocean/csi-digitalocean/pull/522)

## v4.6.1 - 2023.05.17

* Update CSI sidecars to latest
[[GH-502]](https://github.com/digitalocean/csi-digitalocean/pull/502)
* Fix snapshot resizing
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ To run the integration tests on a DOKS cluster, follow [the instructions](test/k

1. Review recently merged PRs and any in-progress / planned work to ensure any bugs scheduled for the release have been fixed and merged.
2. [Bump kubernetes dependency versions](#updating-the-kubernetes-dependencies)
1. If needed, update the `deploy/kubernetes/releases/csi-digitalocean-dev` images to their latest stable version.
3. [Support running e2e on new $MAJOR.$MINOR](test/e2e/README.md#add-support-for-a-new-kubernetes-release)
1. Since we only support three minor versions at a time. E2e tests for the oldest supported version can be removed.
4. Verify [e2e tests pass](.github/workflows/test.yaml) - see [here](#end-to-end-tests) about running tests locally
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2
args:
- "--csi-address=$(ADDRESS)"
- "--v=5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
serviceAccountName: snapshot-controller
containers:
- name: snapshot-controller
image: registry.k8s.io/sig-storage/snapshot-controller:v6.2.1
image: registry.k8s.io/sig-storage/snapshot-controller:v6.2.2
args:
- "--v=5"
imagePullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
serviceAccountName: snapshot-validation
containers:
- name: snapshot-validation
image: registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.1
image: registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.2
imagePullPolicy: IfNotPresent
args: ['--tls-cert-file=/etc/snapshot-validation-webhook/certs/cert.pem', '--tls-private-key-file=/etc/snapshot-validation-webhook/certs/key.pem']
ports:
Expand Down

0 comments on commit 1f84190

Please sign in to comment.