Skip to content

Commit

Permalink
Update for v0.8.1 release (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
benashz authored Jul 29, 2024
1 parent 738cc10 commit c97a614
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ jobs:
- "0.5.0"
- "0.6.0"
- "0.7.1"
- "0.8.0"
steps:
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 0.8.1 (July 29th, 2024)

Improvements:
* Log build info on startup: [GH-872](https://github.com/hashicorp/vault-secrets-operator/pull/872)
* API: Support setting the Vault request timeout on a VaultConnection: [GH-862](https://github.com/hashicorp/vault-secrets-operator/pull/862)

Fix:
* Fix: encryption client deadlocking the factory: [GH-868](https://github.com/hashicorp/vault-secrets-operator/pull/868)
* Helm(hooks): honor imagePullPolicy and imagePullSecrets: [GH-873](https://github.com/hashicorp/vault-secrets-operator/pull/873)

Build:
* SEC-090: Automated trusted workflow pinning (2024-07-22): [GH-866](https://github.com/hashicorp/vault-secrets-operator/pull/866)
* SEC-090: Automated trusted workflow pinning (2024-07-17): [GH-859](https://github.com/hashicorp/vault-secrets-operator/pull/859)

Dependency Updates:
* Bump github.com/onsi/gomega from 1.33.1 to 1.34.0: [GH-874](https://github.com/hashicorp/vault-secrets-operator/pull/874)
* Bump google.golang.org/api from 0.188.0 to 0.189.0: [GH-875](https://github.com/hashicorp/vault-secrets-operator/pull/875)
* Bump k8s.io/apiextensions-apiserver from 0.30.2 to 0.30.3: [GH-864](https://github.com/hashicorp/vault-secrets-operator/pull/864)
* Bump k8s.io/client-go from 0.30.2 to 0.30.3: [GH-865](https://github.com/hashicorp/vault-secrets-operator/pull/865)
* Bump ubi9/ubi-micro from 9.4-9 to 9.4-13: [GH-870](https://github.com/hashicorp/vault-secrets-operator/pull/870)
* Bump ubi9/ubi-minimal from 9.4-1134 to 9.4-1194: [GH-869](https://github.com/hashicorp/vault-secrets-operator/pull/869)


## 0.8.0 (July 18th, 2024)
**Important**

Expand Down Expand Up @@ -54,6 +77,7 @@ Dependency Updates:
* Bump ubi9/ubi-micro from 9.4-6.1716471860 to 9.4-9: [GH-819](https://github.com/hashicorp/vault-secrets-operator/pull/819)
* Bump ubi9/ubi-minimal from 9.4-949.1717074713 to 9.4-1134: [GH-820](https://github.com/hashicorp/vault-secrets-operator/pull/820)


## 0.7.1 (May 30th, 2024)

Fix:
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.8.0
appVersion: "0.8.0"
version: 0.8.1
appVersion: "0.8.1"
kubeVersion: ">=1.21.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 @@ -161,7 +161,7 @@ controller:
image:
pullPolicy: IfNotPresent
repository: hashicorp/vault-secrets-operator
tag: 0.8.0
tag: 0.8.1

# logging
logging:
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.8.0
newTag: 0.8.1

0 comments on commit c97a614

Please sign in to comment.