From 00d647cc1ffea572c0494cd133fa779262e72f37 Mon Sep 17 00:00:00 2001 From: Ramiz Polic <32913827+ramizpolic@users.noreply.github.com> Date: Sat, 24 Feb 2024 02:02:59 -0800 Subject: [PATCH] chore: bump versions for releases (#348) Signed-off-by: Ramiz Polic --- .github/workflows/ci.yaml | 4 ++-- deploy/charts/vault-secrets-webhook/README.md | 2 +- deploy/charts/vault-secrets-webhook/values.yaml | 4 ++-- docker-compose.yaml | 2 +- e2e/deploy/vault-secrets-webhook/values.yaml | 2 +- e2e/deploy/vault/vault.yaml | 2 +- e2e/main_test.go | 2 +- garden.yaml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f97f32f..45e8f52f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.1"] + vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.8"] services: vault: @@ -227,7 +227,7 @@ jobs: strategy: matrix: k8s_version: ["v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"] - # vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.1"] + # vault_version: ["1.11.12", "1.12.8", "1.13.4", "1.14.8"] steps: - name: Checkout repository diff --git a/deploy/charts/vault-secrets-webhook/README.md b/deploy/charts/vault-secrets-webhook/README.md index b3ed7105..055a310b 100644 --- a/deploy/charts/vault-secrets-webhook/README.md +++ b/deploy/charts/vault-secrets-webhook/README.md @@ -122,7 +122,7 @@ The following table lists the configurable parameters of the Helm chart. | `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. | | `webhookClientConfig.url` | string | `"https://example.com"` | Set the url how the webhook should be contacted, including the protocol | | `vaultEnv.repository` | string | `"ghcr.io/bank-vaults/vault-env"` | Container image repo that contains the vault-env container | -| `vaultEnv.tag` | string | `"v1.21.1"` | Container image tag for the vault-env container | +| `vaultEnv.tag` | string | `"v1.21.3"` | Container image tag for the vault-env container | | `env` | object | `{}` | Custom environment variables available to webhook | | `initContainers` | list | `[]` | Containers to run before the webhook containers are started | | `metrics.enabled` | bool | `false` | Enable metrics service for the webhook | diff --git a/deploy/charts/vault-secrets-webhook/values.yaml b/deploy/charts/vault-secrets-webhook/values.yaml index 35efed91..b500d18c 100644 --- a/deploy/charts/vault-secrets-webhook/values.yaml +++ b/deploy/charts/vault-secrets-webhook/values.yaml @@ -73,12 +73,12 @@ vaultEnv: # -- Container image repo that contains the vault-env container repository: ghcr.io/bank-vaults/vault-env # -- Container image tag for the vault-env container - tag: "v1.21.1" + tag: "v1.21.3" # -- Custom environment variables available to webhook env: {} ## -- Vault image - # VAULT_IMAGE: hashicorp/vault:1.14.1 + # VAULT_IMAGE: hashicorp/vault:1.14.8 # VAULT_CAPATH: /vault/tls ## -- Used when the pod that should get secret injected does not specify an imagePullSecret diff --git a/docker-compose.yaml b/docker-compose.yaml index 5421c6e5..ac32c581 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3.9" services: vault: - image: hashicorp/vault:1.14.1 + image: hashicorp/vault:1.14.8 ports: - 127.0.0.1:8200:8200 environment: diff --git a/e2e/deploy/vault-secrets-webhook/values.yaml b/e2e/deploy/vault-secrets-webhook/values.yaml index a42bbdc9..6c04f610 100644 --- a/e2e/deploy/vault-secrets-webhook/values.yaml +++ b/e2e/deploy/vault-secrets-webhook/values.yaml @@ -1,5 +1,5 @@ env: - VAULT_IMAGE: hashicorp/vault:1.14.1 + VAULT_IMAGE: hashicorp/vault:1.14.8 replicaCount: 1 diff --git a/e2e/deploy/vault/vault.yaml b/e2e/deploy/vault/vault.yaml index aa81b460..811369fe 100644 --- a/e2e/deploy/vault/vault.yaml +++ b/e2e/deploy/vault/vault.yaml @@ -4,7 +4,7 @@ metadata: name: "vault" spec: size: 1 - image: hashicorp/vault:1.14.1 + image: hashicorp/vault:1.14.8 # Specify the ServiceAccount where the Vault Pod and the Bank-Vaults configurer/unsealer is running serviceAccount: vault diff --git a/e2e/main_test.go b/e2e/main_test.go index e6a769cb..ff0a9d88 100644 --- a/e2e/main_test.go +++ b/e2e/main_test.go @@ -44,7 +44,7 @@ import ( ) // Upgrade this when a new version is released -const vaultOperatorVersion = "1.20.0" +const vaultOperatorVersion = "1.22.0" var testenv env.Environment diff --git a/garden.yaml b/garden.yaml index 0f73ca78..138a3b87 100644 --- a/garden.yaml +++ b/garden.yaml @@ -5,7 +5,7 @@ spec: namespace: vault-operator chart: name: oci://ghcr.io/bank-vaults/helm-charts/vault-operator - version: "1.20.0" + version: "1.22.0" --- kind: Deploy