File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 13
13
inputs :
14
14
terraformVersion :
15
15
description : Terraform version
16
- default : 1.10.0-alpha20240807
16
+ default : 1.11.2
17
17
18
18
jobs :
19
19
acceptance_tests :
29
29
- name : Run Tests
30
30
env :
31
31
TF_ACC : 1
32
- TF_ACC_TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || '1.9.0-alpha20240516 ' }}
32
+ TF_ACC_TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || '1.11.2 ' }}
33
33
run : |
34
34
go test -v -run '^TestAccKubernetesDeferredActions' ./kubernetes/test-dfa
Original file line number Diff line number Diff line change 17
17
default : " 1.27"
18
18
terraformVersion :
19
19
description : Terraform version
20
- default : 1.7.5
20
+ default : 1.11.2
21
21
runTests :
22
22
description : The regex passed to the -run option of `go test`
23
23
default : " ^TestAcc"
29
29
30
30
env :
31
31
KUBE_CONFIG_PATH : ${{ github.workspace }}/kubernetes/test-infra/aks/kubeconfig
32
- TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || '1.10.1 ' }}
32
+ TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || '1.11.2 ' }}
33
33
PARALLEL_RUNS : ${{ github.event.inputs.parallelRuns || '8' }}
34
34
TF_VAR_location : ${{ github.event.inputs.location || 'canadaeast' }}
35
35
TF_VAR_node_count : ${{ github.event.inputs.nodeCount || '2' }}
Original file line number Diff line number Diff line change 26
26
default : " ^TestAcc"
27
27
terraformVersion :
28
28
description : Terraform version
29
- default : 1.7.5
29
+ default : 1.11.2
30
30
schedule :
31
31
- cron : ' 0 20 * * *'
32
32
33
33
env :
34
34
AWS_REGION : ${{ github.event.inputs.region || 'ca-central-1' }}
35
35
KUBE_CONFIG_PATH : ${{ github.workspace }}/kubernetes/test-infra/eks/kubeconfig
36
36
PARALLEL_RUNS : ${{ github.event.inputs.parallelRuns || '8' }}
37
- TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || '1.10.1 ' }}
37
+ TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || '1.11.2 ' }}
38
38
TF_VAR_az_span : ${{ github.event.inputs.azSpan || '2' }}
39
39
TF_VAR_capacity_type : ${{ 'SPOT' }}
40
40
TF_VAR_cluster_version : ${{ github.event.inputs.clusterVersion || '1.29' }}
Original file line number Diff line number Diff line change 26
26
default : " ^TestAcc"
27
27
terraformVersion :
28
28
description : Terraform version
29
- default : 1.7.5
29
+ default : 1.11.2
30
30
schedule :
31
31
- cron : ' 0 23 * * *'
32
32
37
37
USE_GKE_GCLOUD_AUTH_PLUGIN : True
38
38
KUBE_CONFIG_PATH : ${{ github.workspace }}/kubernetes/test-infra/gke/kubeconfig
39
39
PARALLEL_RUNS : ${{ github.event.inputs.parallelRuns || '8' }}
40
- TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || '1.10.1 ' }}
40
+ TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || '1.11.2 ' }}
41
41
TF_VAR_cluster_version : ${{ github.event.inputs.clusterVersion || '1.29' }}
42
42
TF_VAR_node_count : ${{ github.event.inputs.nodeCount || '1' }}
43
43
TF_VAR_instance_type : ${{ github.event.inputs.instanceType || 'e2-standard-2' }}
Original file line number Diff line number Diff line change 11
11
default : " ^TestAcc"
12
12
terraformVersion :
13
13
description : Terraform version
14
- default : 1.11.0-rc1 # FIXME change this v1.11.0 is released
14
+ default : 1.11.2
15
15
parallelRuns :
16
16
description : The maximum number of tests to run simultaneously
17
17
default : 8
29
29
KUBECONFIG : ${{ github.workspace }}/.kube/config
30
30
KIND_VERSION : ${{ github.event.inputs.kindVersion || '0.25.0' }}
31
31
PARALLEL_RUNS : ${{ github.event.inputs.parallelRuns || '8' }}
32
- TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || '1.11.0-rc1 ' }} # FIXME change when v1.11.0 is released
32
+ TERRAFORM_VERSION : ${{ github.event.inputs.terraformVersion || '1.11.2 ' }}
33
33
34
34
jobs :
35
35
acceptance_tests_kind :
Original file line number Diff line number Diff line change @@ -26,13 +26,11 @@ jobs:
26
26
strategy :
27
27
matrix :
28
28
terraform_version :
29
- - " 1.2.9"
30
- - " 1.3.9"
31
- - " 1.4.0"
32
29
- " 1.6.0"
33
30
- " 1.7.0"
34
31
- " 1.8.0"
35
32
- " 1.10.1"
33
+ - " 1.11.2"
36
34
env :
37
35
TF_X_KUBERNETES_MANIFEST_RESOURCE : 1
38
36
TERM : linux
Original file line number Diff line number Diff line change 50
50
isBaseMajorRelease : true
51
51
kubernetes_version : v1.31.4@sha256:2cb39f7295fe7eafee0842b1052a599a4fb0f8bcf3f83d96c7f4864c357c6c30
52
52
terraform_version :
53
+ - 1.11.2
54
+ - 1.10.5
53
55
- 1.9.8
54
56
- 1.8.5
55
57
- 1.6.6
Original file line number Diff line number Diff line change 29
29
run : go mod verify
30
30
- name : Run unit tests
31
31
env :
32
- TF_ACC_TERRAFORM_VERSION : 1.8.0
32
+ TF_ACC_TERRAFORM_VERSION : 1.11.2
33
33
run : |
34
34
make testfuncs
You can’t perform that action at this time.
0 commit comments