Skip to content

Commit

Permalink
Update docs for v0.4.1 release (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
benashz authored Dec 4, 2023
1 parent e6e9da0 commit e217f00
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
## Unreleased
## 0.4.1 (December 4th, 2023)

Improvements:
* Manager: setting `controller.manager.maxConcurrentReconciles` now applies to all Syncable Secret controllers. The previous flag for the manager `--max-concurrent-reconciles-vds` is now deprecated and replaced by `--max-concurrent-reconciles` which applies to all controllers. [GH-483](https://github.com/hashicorp/vault-secrets-operator/pull/483)

Fix:
* Helm: prefix all helper functions with `vso` to avoid subhart name collisions: [GH-487](https://github.com/hashicorp/vault-secrets-operator/pull/487)
* Helm: prefix all helper functions with `vso` to avoid subchart name collisions: [GH-487](https://github.com/hashicorp/vault-secrets-operator/pull/487)
* VSS: Ensure all resource updates are synced: [GH-492](https://github.com/hashicorp/vault-secrets-operator/pull/492)
* VDS: Fix compute static-creds rotation horizon: [GH-488](https://github.com/hashicorp/vault-secrets-operator/pull/488)

Dependency Updates:
* Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1: [GH-475](https://github.com/hashicorp/vault-secrets-operator/pull/475)
* Bump google.golang.org/api from 0.150.0 to 0.151.0: [GH-470](https://github.com/hashicorp/vault-secrets-operator/pull/470)
* Bump k8s.io/client-go from 0.28.3 to 0.28.4: [GH-469](https://github.com/hashicorp/vault-secrets-operator/pull/469)

## 0.4.0 (November 16th, 2023)

Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

apiVersion: v2
name: vault-secrets-operator
version: 0.4.0
appVersion: "0.4.0"
version: 0.4.1
appVersion: "0.4.1"
kubeVersion: ">=1.22.0-0"
description: Official Vault Secrets Operator Chart
type: application
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ controller:
# Image sets the repo and tag of the vault-secrets-operator image to use for the controller.
image:
repository: hashicorp/vault-secrets-operator
tag: 0.4.0
tag: 0.4.1

# Configures the client cache which is used by the controller to cache (and potentially persist) vault tokens that
# are the result of using the VaultAuthMethod. This enables re-use of Vault Tokens
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ kind: Kustomization
images:
- name: controller
newName: hashicorp/vault-secrets-operator
newTag: 0.4.0
newTag: 0.4.1

0 comments on commit e217f00

Please sign in to comment.