From ed8733b242df96ac99e612ebe7578332eafd673e Mon Sep 17 00:00:00 2001 From: Andrew Harding Date: Tue, 23 Jan 2024 09:58:23 -0800 Subject: [PATCH 1/2] Prepare for v0.2.5 release Signed-off-by: Andrew Harding --- CHANGELOG.md | 6 ++++++ internal/version/VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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/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 From 609b85169b5a86856cc158735bae620faf4f1aab Mon Sep 17 00:00:00 2001 From: Andrew Harding Date: Tue, 23 Jan 2024 14:34:38 -0800 Subject: [PATCH 2/2] update version in example Signed-off-by: Andrew Harding --- example/config/spiffe-csi-driver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",