Skip to content

v0.11.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 31 Aug 22:39
3a09d1c
Chore: update `context.tf`, run `make github/init`, drop Terraform `0.12` support @korenyoni (#28)

what

  • Update context.tf to that of null-label:0.25.0
  • Run make github/init.
  • drop Terraform 0.12 support.

why

  • The auto-context job was disabled because this repository was inactive for 90 days. This manually updates context.tf as it allows for the new tenant label.
  • make github/init updates GitHub Actions Workflow files to their latest reference counterparts.
  • validation rules were introduced in Terraform 0.13 and are used in the latest context.tf distribution. This PR drops support for Terraform 0.12 and below in order to enable updating to the latest context.tf distribution.

references