Skip to content

Commit

Permalink
Release/0.4.3 (#544)
Browse files Browse the repository at this point in the history
* Release 0.4.3
  • Loading branch information
kschoche authored Jan 10, 2024
1 parent c16fbd6 commit a38583c
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
## Unreleased
## 0.4.3 (January 10th, 2024)

Fix:
* Helm: rename and truncate the pre-delete cleanup job to 63 characters: [GH-506](https://github.com/hashicorp/vault-secrets-operator/pull/501)
* Helm: rename and truncate the pre-delete cleanup job to 63 characters: [GH-506](https://github.com/hashicorp/vault-secrets-operator/pull/506)
* VDS: remediate deleted destination secret: [GH-532](https://github.com/hashicorp/vault-secrets-operator/pull/532)
* Update paused deployment error message: [GH-528](https://github.com/hashicorp/vault-secrets-operator/pull/528)
* VC: provide default value for spec.skipTLSVerify: [GH-527](https://github.com/hashicorp/vault-secrets-operator/pull/527)
* CCS: ensure invalid storage objects are deleted: [GH-525](https://github.com/hashicorp/vault-secrets-operator/pull/525)
* VDS: Log and record Vault request failures: [GH-508](https://github.com/hashicorp/vault-secrets-operator/pull/508)
* VPS: Sync on any update: [GH-479](https://github.com/hashicorp/vault-secrets-operator/pull/479)

Dependency Updates:
* update go version to fix CVE-2023-45284,CVE-2023-39326,CVE-2023-48795: [GH-541](https://github.com/hashicorp/vault-secrets-operator/pull/541)
* Bump google.golang.org/api from 0.154.0 to 0.155.0: [GH-542](https://github.com/hashicorp/vault-secrets-operator/pull/542)
* Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0: [GH-540](https://github.com/hashicorp/vault-secrets-operator/pull/540)
* Bump github.com/go-openapi/strfmt from 0.21.9 to 0.22.0: [GH-539](https://github.com/hashicorp/vault-secrets-operator/pull/539)
* Bump github.com/go-logr/logr from 1.3.0 to 1.4.1: [GH-536](https://github.com/hashicorp/vault-secrets-operator/pull/536)
* Bump golang.org/x/crypto from 0.16.0 to 0.17.0: [GH-524](https://github.com/hashicorp/vault-secrets-operator/pull/524)
* Bump k8s.io/client-go from 0.28.4 to 0.29.0: [GH-523](https://github.com/hashicorp/vault-secrets-operator/pull/523)
* Bump google.golang.org/api from 0.153.0 to 0.154.0: [GH-522](https://github.com/hashicorp/vault-secrets-operator/pull/522)
* Bump github.com/hashicorp/go-hclog from 1.6.1 to 1.6.2: [GH-521](https://github.com/hashicorp/vault-secrets-operator/pull/521)
* Bump github.com/google/uuid from 1.4.0 to 1.5.0: [GH-520](https://github.com/hashicorp/vault-secrets-operator/pull/520)
* Bump ubi9/ubi-minimal from 9.3-1361.1699548032 to 9.3-1475: [GH-516](https://github.com/hashicorp/vault-secrets-operator/pull/516)
* Bump ubi9/ubi-micro from 9.3-6 to 9.3-9: [GH-515](https://github.com/hashicorp/vault-secrets-operator/pull/515)
* Bump github.com/go-openapi/strfmt from 0.21.8 to 0.21.9: [GH-514](https://github.com/hashicorp/vault-secrets-operator/pull/514)
* Bump github.com/hashicorp/go-hclog from 1.5.0 to 1.6.1: [GH-513](https://github.com/hashicorp/vault-secrets-operator/pull/513)
* Bump github.com/go-openapi/runtime from 0.26.0 to 0.26.2: [GH-512](https://github.com/hashicorp/vault-secrets-operator/pull/512)
* Bump github.com/gruntwork-io/terratest from 0.46.6 to 0.46.8: [GH-497](https://github.com/hashicorp/vault-secrets-operator/pull/497)
* Bump google.golang.org/api from 0.152.0 to 0.153.0: [GH-496](https://github.com/hashicorp/vault-secrets-operator/pull/496)

## 0.4.2 (December 7th, 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.2
appVersion: "0.4.2"
version: 0.4.3
appVersion: "0.4.3"
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.2
tag: 0.4.3

# 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.2
newTag: 0.4.3

0 comments on commit a38583c

Please sign in to comment.