Skip to content

Commit

Permalink
Prepare to release 0.4.0 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhjp committed Jan 12, 2022
1 parent 72772d3 commit 02ae74e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 0.4.0 (January 12th, 2022)

CHANGES:

* `-write-secrets` flag now defaults to `false`, delegating file writes to the driver. [[GH-127](https://github.com/hashicorp/vault-csi-provider/pull/127)]
Expand Down
8 changes: 1 addition & 7 deletions deployment/vault-csi-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
tolerations:
containers:
- name: provider-vault-installer
image: hashicorp/vault-csi-provider:0.3.0
image: hashicorp/vault-csi-provider:0.4.0
imagePullPolicy: Always
args:
- -endpoint=/provider/vault.sock
Expand All @@ -66,9 +66,6 @@ spec:
volumeMounts:
- name: providervol
mountPath: "/provider"
- name: mountpoint-dir
mountPath: /var/lib/kubelet/pods
mountPropagation: HostToContainer
livenessProbe:
httpGet:
path: "/health/ready"
Expand All @@ -93,8 +90,5 @@ spec:
- name: providervol
hostPath:
path: "/etc/kubernetes/secrets-store-csi-providers"
- name: mountpoint-dir
hostPath:
path: /var/lib/kubelet/pods
nodeSelector:
beta.kubernetes.io/os: linux
2 changes: 1 addition & 1 deletion manifest_staging/deployment/vault-csi-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
tolerations:
containers:
- name: provider-vault-installer
image: hashicorp/vault-csi-provider:0.3.0
image: hashicorp/vault-csi-provider:0.4.0
imagePullPolicy: Always
args:
- -endpoint=/provider/vault.sock
Expand Down

0 comments on commit 02ae74e

Please sign in to comment.