Skip to content

Commit 00d647c

Browse files
authored
chore: bump versions for releases (#348)
Signed-off-by: Ramiz Polic <ramiz.polic@hotmail.com>
1 parent 183629e commit 00d647c

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
strategy:
5353
matrix:
54-
vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.1"]
54+
vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.8"]
5555

5656
services:
5757
vault:
@@ -227,7 +227,7 @@ jobs:
227227
strategy:
228228
matrix:
229229
k8s_version: ["v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"]
230-
# vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.1"]
230+
# vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.8"]
231231

232232
steps:
233233
- name: Checkout repository

deploy/charts/vault-secrets-webhook/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The following table lists the configurable parameters of the Helm chart.
122122
| `webhookClientConfig.useUrl` | bool | `false` | Use url if webhook should be contacted over loadbalancer or ingress instead of service object. By default, the mutating webhook uses the service of the webhook directly to contact webhook. |
123123
| `webhookClientConfig.url` | string | `"https://example.com"` | Set the url how the webhook should be contacted, including the protocol |
124124
| `vaultEnv.repository` | string | `"ghcr.io/bank-vaults/vault-env"` | Container image repo that contains the vault-env container |
125-
| `vaultEnv.tag` | string | `"v1.21.1"` | Container image tag for the vault-env container |
125+
| `vaultEnv.tag` | string | `"v1.21.3"` | Container image tag for the vault-env container |
126126
| `env` | object | `{}` | Custom environment variables available to webhook |
127127
| `initContainers` | list | `[]` | Containers to run before the webhook containers are started |
128128
| `metrics.enabled` | bool | `false` | Enable metrics service for the webhook |

deploy/charts/vault-secrets-webhook/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ vaultEnv:
7373
# -- Container image repo that contains the vault-env container
7474
repository: ghcr.io/bank-vaults/vault-env
7575
# -- Container image tag for the vault-env container
76-
tag: "v1.21.1"
76+
tag: "v1.21.3"
7777

7878
# -- Custom environment variables available to webhook
7979
env: {}
8080
## -- Vault image
81-
# VAULT_IMAGE: hashicorp/vault:1.14.1
81+
# VAULT_IMAGE: hashicorp/vault:1.14.8
8282
# VAULT_CAPATH: /vault/tls
8383

8484
## -- Used when the pod that should get secret injected does not specify an imagePullSecret

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.9"
22

33
services:
44
vault:
5-
image: hashicorp/vault:1.14.1
5+
image: hashicorp/vault:1.14.8
66
ports:
77
- 127.0.0.1:8200:8200
88
environment:

e2e/deploy/vault-secrets-webhook/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
env:
2-
VAULT_IMAGE: hashicorp/vault:1.14.1
2+
VAULT_IMAGE: hashicorp/vault:1.14.8
33

44
replicaCount: 1
55

e2e/deploy/vault/vault.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: "vault"
55
spec:
66
size: 1
7-
image: hashicorp/vault:1.14.1
7+
image: hashicorp/vault:1.14.8
88

99
# Specify the ServiceAccount where the Vault Pod and the Bank-Vaults configurer/unsealer is running
1010
serviceAccount: vault

e2e/main_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import (
4444
)
4545

4646
// Upgrade this when a new version is released
47-
const vaultOperatorVersion = "1.20.0"
47+
const vaultOperatorVersion = "1.22.0"
4848

4949
var testenv env.Environment
5050

garden.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ spec:
55
namespace: vault-operator
66
chart:
77
name: oci://ghcr.io/bank-vaults/helm-charts/vault-operator
8-
version: "1.20.0"
8+
version: "1.22.0"
99

1010
---
1111
kind: Deploy

0 commit comments

Comments
 (0)