From 828c6c8c75f04f735694a0e9a1f69fc4937283f8 Mon Sep 17 00:00:00 2001 From: sophie-gairo Date: Tue, 12 Sep 2023 11:24:39 -0500 Subject: [PATCH 1/2] NET-5592 - update Nomad integration testing --- .github/workflows/test-integrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index 1c487c99614..70315390e3b 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -79,7 +79,7 @@ jobs: contents: read strategy: matrix: - nomad-version: ['v1.3.3', 'v1.2.10', 'v1.1.16'] + nomad-version: ['v1.6.1', 'v1.5.8', 'v1.4.12'] steps: - name: Checkout Nomad uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 From 92d31cd99665c2e8114977a226294ee62548e7a8 Mon Sep 17 00:00:00 2001 From: sophie-gairo Date: Mon, 9 Oct 2023 09:50:18 -0500 Subject: [PATCH 2/2] NET-4893: Ensure we're testing all the latest versions of Vault/Nomad --- .github/workflows/test-integrations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index 70315390e3b..f42700a817a 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -79,7 +79,7 @@ jobs: contents: read strategy: matrix: - nomad-version: ['v1.6.1', 'v1.5.8', 'v1.4.12'] + nomad-version: ['v1.6.2', 'v1.5.9', 'v1.4.13'] steps: - name: Checkout Nomad uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 @@ -158,7 +158,7 @@ jobs: contents: read strategy: matrix: - vault-version: ["1.14.1", "1.13.5", "1.12.9", "1.11.12"] + vault-version: ["1.15.0", "1.14.4", "1.13.8", "1.12.11"] env: VAULT_BINARY_VERSION: ${{ matrix.vault-version }} steps: