From 5dd6fddfff3ff7621251eef337d00aa0ebd05491 Mon Sep 17 00:00:00 2001 From: Andrew Harding Date: Tue, 23 Jan 2024 14:53:57 -0800 Subject: [PATCH] Prepare for v0.2.5 release (#164) * Prepare for v0.2.5 release Signed-off-by: Andrew Harding --- CHANGELOG.md | 6 ++++++ example/config/spiffe-csi-driver.yaml | 2 +- internal/version/VERSION | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ea843..765628b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.5] - 2024-01-23 + +### Fixed + +- The unmount operation now allows pods to terminate properly after a node reboot (#161) + ## [0.2.4] - 2023-11-02 ### Security diff --git a/example/config/spiffe-csi-driver.yaml b/example/config/spiffe-csi-driver.yaml index f3cfc8d..2d30e7e 100644 --- a/example/config/spiffe-csi-driver.yaml +++ b/example/config/spiffe-csi-driver.yaml @@ -29,7 +29,7 @@ spec: containers: # This is the container which runs the SPIFFE CSI driver. - name: spiffe-csi-driver - image: ghcr.io/spiffe/spiffe-csi-driver:0.2.4 + image: ghcr.io/spiffe/spiffe-csi-driver:0.2.5 imagePullPolicy: IfNotPresent args: [ "-workload-api-socket-dir", "/spire-agent-socket", diff --git a/internal/version/VERSION b/internal/version/VERSION index abd4105..3a4036f 100644 --- a/internal/version/VERSION +++ b/internal/version/VERSION @@ -1 +1 @@ -0.2.4 +0.2.5