From cd52aaf4213fd878d9bb4322260e6907414dcc51 Mon Sep 17 00:00:00 2001 From: Heather Lanigan Date: Mon, 4 Dec 2023 16:40:54 -0500 Subject: [PATCH] Update terraform versions in github actions. Ensure we test with terraform 1.6.* now. Removing 1.3.* from the rotation as old. --- .github/workflows/canary.yml | 2 +- .github/workflows/k8s_tunnel.yml | 2 +- .github/workflows/test_add_machine.yml | 2 +- .github/workflows/test_integration.yml | 2 +- .github/workflows/test_new_candidates.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index f9678780..855e216f 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -38,9 +38,9 @@ jobs: - "lxd" - "microk8s" terraform: - - "1.3.*" - "1.4.*" - "1.5.*" + - "1.6.*" steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v4 diff --git a/.github/workflows/k8s_tunnel.yml b/.github/workflows/k8s_tunnel.yml index 47939247..3a26bfe8 100644 --- a/.github/workflows/k8s_tunnel.yml +++ b/.github/workflows/k8s_tunnel.yml @@ -41,7 +41,7 @@ jobs: cloud: - "microk8s" terraform: - - "1.5.*" + - "1.6.*" timeout-minutes: 60 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test_add_machine.yml b/.github/workflows/test_add_machine.yml index 354359d6..92ff655d 100644 --- a/.github/workflows/test_add_machine.yml +++ b/.github/workflows/test_add_machine.yml @@ -45,7 +45,7 @@ jobs: cloud: - "lxd" terraform: - - "1.5.*" + - "1.6.*" timeout-minutes: 60 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index 1ee5d2e4..0bfb0253 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -43,9 +43,9 @@ jobs: - "lxd" - "microk8s" terraform: - - "1.3.*" - "1.4.*" - "1.5.*" + - "1.6.*" timeout-minutes: 60 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test_new_candidates.yml b/.github/workflows/test_new_candidates.yml index a2b34497..fa55295f 100644 --- a/.github/workflows/test_new_candidates.yml +++ b/.github/workflows/test_new_candidates.yml @@ -24,8 +24,8 @@ jobs: # - "candidate" - "edge" terraform: - - "1.4.*" - "1.5.*" + - "1.6.*" steps: - name: Set channel and artifact id run: |