hashicorp / terraform-provider-kubernetes

Terraform Kubernetes provider
https://www.terraform.io/docs/providers/kubernetes/
Mozilla Public License 2.0
1.6k stars 979 forks source link

`CI`: proper version checking for `v1.31.2` version testing #2620

Closed BBBmau closed 1 week ago

BBBmau commented 1 week ago

The branch check was not done correctly. This PR corrects the mistake from https://github.com/hashicorp/terraform-provider-kubernetes/pull/2619

GHA runs can be found here:

Checks for main, runs all k8s versions except for v1.31.2: https://github.com/BBBmau/terraform-provider-kubernetes/actions/runs/11844946716

Checks for v3-main-release, all k8s version including v1.31.2 are ran: https://github.com/BBBmau/terraform-provider-kubernetes/actions/runs/11844947578

References

Community Note