Skip to content

Commit

Permalink
v1.3.0 release merge into main (#300)
Browse files Browse the repository at this point in the history
* v1.3.0: Deploy + CHANGELOG.md changes

* Added arm64 DaemonSet and Workload Identity changes to CHANGELOG.md

Please refer CHANGELOG.md for more info.
  • Loading branch information
NaMNDV authored Aug 18, 2023
1 parent b63be05 commit ab1ac6d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ All notable changes to secrets-store-csi-driver-provider-gcp will be documented

## unreleased

## v1.3.0

Images:

* `asia-docker.pkg.dev/secretmanager-csi/secrets-store-csi-driver-provider-gcp/plugin:v1.3.0`
* `europe-docker.pkg.dev/secretmanager-csi/secrets-store-csi-driver-provider-gcp/plugin:v1.3.0`
* `us-docker.pkg.dev/secretmanager-csi/secrets-store-csi-driver-provider-gcp/plugin:v1.3.0`

Digest: `sha256:af3dde5fca31b17599d71cd5ec63b52289a1efcee26d0fa4205e9da39a5f53f4`


### Changes & Security Fixes

* Have DaemonSet tolerate arm64 nodes [#250](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp/pull/250)
* Develop a Sustainable Solution for using Workload Identity [#274](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp/pull/274)
* Prevent the sharing of any host namespaces [#289](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp/pull/289)
* Modify Helm DaemonSet to prevent the sharing of host namespaces [#290](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp/pull/290)
* Make filesystem read only [#292](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp/pull/292)
* Dependency Updates [#294](https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp/pull/294)


## v1.2.0

Images:
Expand Down
2 changes: 1 addition & 1 deletion charts/secrets-store-csi-driver-provider-gcp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: secrets-store-csi-driver-provider-gcp
description: A Helm chart to install Google Secret Manager Provider for Secret Store CSI Driver inside a Kubernetes cluster.
type: application
version: 0.1.0
appVersion: "1.2.0"
appVersion: "1.3.0"
2 changes: 1 addition & 1 deletion charts/secrets-store-csi-driver-provider-gcp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ serviceAccount:
image:
repository: us-docker.pkg.dev/secretmanager-csi/secrets-store-csi-driver-provider-gcp/plugin
pullPolicy: IfNotPresent
hash: sha256:b7dde5ed536b2c6500c9237e14f6851cf8a2ff6d7a72656c3741be38e2cddf4d
hash: sha256:af3dde5fca31b17599d71cd5ec63b52289a1efcee26d0fa4205e9da39a5f53f4

app: csi-secrets-store-provider-gcp

Expand Down
2 changes: 1 addition & 1 deletion deploy/provider-gcp-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
hostIPC: false
containers:
- name: provider
image: us-docker.pkg.dev/secretmanager-csi/secrets-store-csi-driver-provider-gcp/plugin@sha256:b7dde5ed536b2c6500c9237e14f6851cf8a2ff6d7a72656c3741be38e2cddf4d
image: us-docker.pkg.dev/secretmanager-csi/secrets-store-csi-driver-provider-gcp/plugin@sha256:af3dde5fca31b17599d71cd5ec63b52289a1efcee26d0fa4205e9da39a5f53f4
imagePullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: true
Expand Down

0 comments on commit ab1ac6d

Please sign in to comment.