diff --git a/CHANGELOG.md b/CHANGELOG.md index c268c4f..e5ea843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.4] - 2023-11-02 + +### Security + +- Updated to google.golang.org/grpc v1.59.0 to address CVE-2023-44487 + ## [0.2.3] - 2023-02-24 ### Changed diff --git a/example/config/spiffe-csi-driver.yaml b/example/config/spiffe-csi-driver.yaml index 5e84d04..f3cfc8d 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.3 + image: ghcr.io/spiffe/spiffe-csi-driver:0.2.4 imagePullPolicy: IfNotPresent args: [ "-workload-api-socket-dir", "/spire-agent-socket", diff --git a/internal/version/VERSION b/internal/version/VERSION index 7179039..abd4105 100644 --- a/internal/version/VERSION +++ b/internal/version/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4