Skip to content

Commit d617810

Browse files
committed
ci: Update k8s and vault versions
Test with k8s 1.33-1.29, latest versions of Vault 1.20-1.18, 1.16. Also updates the jira-sync team.
1 parent 38ac615 commit d617810

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/actions/integration-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
cluster_name: ${{ inputs.kind-cluster-name }}
6868
config: test/integration/kind/config.yaml
6969
node_image: kindest/node:v${{ inputs.k8s-version }}
70-
version: "v0.27.0"
70+
version: "v0.30.0"
7171
- name: Create kind export log root
7272
id: create_kind_export_log_root
7373
shell: bash

.github/workflows/build.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- run: npm install -g bats@${BATS_VERSION}
9090
shell: bash
9191
env:
92-
BATS_VERSION: '1.10.0'
92+
BATS_VERSION: '1.12.0'
9393
- run: bats -v
9494
shell: bash
9595
- run: make unit-test
@@ -348,11 +348,11 @@ jobs:
348348
- run: echo "setting versions"
349349
outputs:
350350
# JSON encoded array of k8s versions
351-
K8S_VERSIONS: '["1.32.3", "1.31.6", "1.30.10", "1.29.14", "1.28.15"]'
352-
VAULT_N: "1.19.0"
353-
VAULT_N_1: "1.18.5"
354-
VAULT_N_2: "1.17.12"
355-
VAULT_LTS_1: "1.16.16"
351+
K8S_VERSIONS: '["1.33.4", "1.32.8", "1.31.12", "1.30.13", "1.29.14"]'
352+
VAULT_N: "1.20.3"
353+
VAULT_N_1: "1.19.9"
354+
VAULT_N_2: "1.18.14"
355+
VAULT_LTS_1: "1.16.25"
356356
oom-tests:
357357
runs-on: ubuntu-latest
358358
needs:
@@ -375,7 +375,7 @@ jobs:
375375
- name: Install kind
376376
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
377377
with:
378-
version: "v0.27.0"
378+
version: "v0.30.0"
379379
install_only: true
380380
- uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
381381
id: setup-helm

.github/workflows/jira.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
JIRA_SYNC_USER_EMAIL: ${{ secrets.JIRA_SYNC_USER_EMAIL }}
1515
JIRA_SYNC_API_TOKEN: ${{ secrets.JIRA_SYNC_API_TOKEN }}
1616
with:
17-
teams-array: '["ecosystem", "foundations-eco", "vault-eco"]'
17+
teams-array: '["vault-eco-infra"]'

0 commit comments

Comments
 (0)