diff --git a/README.md b/README.md index 919043a04d5be9738a77b5705da578611e07a005..9d5fcd40fdd6f43c06e5b47ab352e291c47c032e 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ Have a look at the individual template spec to learn about the available inputs. | `stage_deploy` | `deploy` | Defines the deploy stage. This stage includes the `apply` job. | | `stage_cleanup` | `cleanup` | Defines the cleanup stage. This stage includes the `destroy` and `delete-state` jobs. | | `version` | `latest` | Version of this component. Has to be the same as the one in the component include entry. | -| `opentofu_version` | `1.7.1` | OpenTofu version that should be used. Must be one of `1.7.1`, `1.7.0`, `1.7.0-alpha1`, `1.6.2`, `1.6.1`, `1.6.0`. | +| `opentofu_version` | `1.7.2` | OpenTofu version that should be used. Must be one of `1.7.2`, `1.7.1`, `1.7.0`, `1.7.0-alpha1`, `1.6.2`, `1.6.1`, `1.6.0`. | | `image_registry_base` | `$CI_REGISTRY/components/opentofu` | Host URI to the job images. Will be combined with `image_name` to construct the actual image URI. | | `image_name` | `gitlab-opentofu` | Image name for the job images. Hosted under `image_registry_base`. | | `root_dir` | `${CI_PROJECT_DIR}` | Root directory for the OpenTofu project. | @@ -188,6 +188,7 @@ Have a look at the individual template spec to learn about the available inputs. The following OpenTofu versions are available with this component via the `opentofu_version` input: +- [`1.7.2`](https://github.com/opentofu/opentofu/releases/tag/v1.7.2) - [`1.7.1`](https://github.com/opentofu/opentofu/releases/tag/v1.7.1) - [`1.7.0`](https://github.com/opentofu/opentofu/releases/tag/v1.7.0) - [`1.7.0-alpha1`](https://github.com/opentofu/opentofu/releases/tag/v1.7.0-alpha1) diff --git a/opentofu_versions.yaml b/opentofu_versions.yaml index 36f69a4ca6d6f546a7d356e09b48126ad78fcce9..b0e5457f8b7e47d706539b1e1e42138e90441a33 100644 --- a/opentofu_versions.yaml +++ b/opentofu_versions.yaml @@ -1,6 +1,7 @@ .data: - latest_version: '1.7.1' + latest_version: '1.7.2' supported_versions: &supported_versions + - '1.7.2' - '1.7.1' - '1.7.0' - '1.7.0-alpha1' diff --git a/templates/apply.yml b/templates/apply.yml index f57d7f9d440b4958eccaacf6cc2ecc9b05b1a09d..a660401c3b7e1a5352747f95c4af9fdc5d01fa70 100644 --- a/templates/apply.yml +++ b/templates/apply.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.7.1' + default: '1.7.2' options: + - '1.7.2' - '1.7.1' - '1.7.0' - '1.7.0-alpha1' diff --git a/templates/custom-command.yml b/templates/custom-command.yml index b38a20c882741c8c088808af20598dda1b1bb994..3ac56360024497fd878505e3bd2128506777b5a9 100644 --- a/templates/custom-command.yml +++ b/templates/custom-command.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.7.1' + default: '1.7.2' options: + - '1.7.2' - '1.7.1' - '1.7.0' - '1.7.0-alpha1' diff --git a/templates/destroy.yml b/templates/destroy.yml index 748ef2829146c0997581380d628ea838db6dd159..9422858cdd3e0909c2db8bfcf1d25419752b6615 100644 --- a/templates/destroy.yml +++ b/templates/destroy.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.7.1' + default: '1.7.2' options: + - '1.7.2' - '1.7.1' - '1.7.0' - '1.7.0-alpha1' diff --git a/templates/fmt.yml b/templates/fmt.yml index cb8d1308d95eebc040b34effd5fbb0d030b3d176..fe8ff9c7a3be35ec3537f6f112d5e4dd53c5e291 100644 --- a/templates/fmt.yml +++ b/templates/fmt.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.7.1' + default: '1.7.2' options: + - '1.7.2' - '1.7.1' - '1.7.0' - '1.7.0-alpha1' diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml index 5654671803807be0a68c3142cbadce77968e3e42..1fcfeb259ac8488cc9debb69bcc9765ce31efec7 100644 --- a/templates/full-pipeline.yml +++ b/templates/full-pipeline.yml @@ -25,8 +25,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.7.1' + default: '1.7.2' options: + - '1.7.2' - '1.7.1' - '1.7.0' - '1.7.0-alpha1' diff --git a/templates/graph.yml b/templates/graph.yml index 85afeba47c1797020c477bfddbf3cdafff203eab..bb39c8ce553f5bfb3a1684f5e144b9ef955686f4 100644 --- a/templates/graph.yml +++ b/templates/graph.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.7.1' + default: '1.7.2' options: + - '1.7.2' - '1.7.1' - '1.7.0' - '1.7.0-alpha1' diff --git a/templates/job-templates.yml b/templates/job-templates.yml index a7db0f3d743c5ab4b8eb4e66aa30975f38bd3658..394637ccef53883874c8e6e7da05f310e346d928 100644 --- a/templates/job-templates.yml +++ b/templates/job-templates.yml @@ -25,8 +25,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.7.1' + default: '1.7.2' options: + - '1.7.2' - '1.7.1' - '1.7.0' - '1.7.0-alpha1' diff --git a/templates/plan.yml b/templates/plan.yml index 58255d5de71288ac1d457fff4fa3bb6312964c06..5509b16c4c1dc5e3ed9a4e8b954ba454763b336c 100644 --- a/templates/plan.yml +++ b/templates/plan.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.7.1' + default: '1.7.2' options: + - '1.7.2' - '1.7.1' - '1.7.0' - '1.7.0-alpha1' diff --git a/templates/test.yml b/templates/test.yml index 8f651074a4ffe0618a809c5a653cf39cad1cb138..e98dac606acb78dd3e8668780491a76190a942fe 100644 --- a/templates/test.yml +++ b/templates/test.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.7.1' + default: '1.7.2' options: + - '1.7.2' - '1.7.1' - '1.7.0' - '1.7.0-alpha1' diff --git a/templates/validate-plan-apply.yml b/templates/validate-plan-apply.yml index 258662b112d9850f5d27d9e1e1698c044f56ad3b..7448a5210d9e00610132412e021e732e40a0abe4 100644 --- a/templates/validate-plan-apply.yml +++ b/templates/validate-plan-apply.yml @@ -19,8 +19,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.7.1' + default: '1.7.2' options: + - '1.7.2' - '1.7.1' - '1.7.0' - '1.7.0-alpha1' diff --git a/templates/validate-plan-destroy.yml b/templates/validate-plan-destroy.yml index 60f2fb6594431d7b7968b3f6a821b69ee138caec..c611e8259c01c38b4b60fd6ed6cfae016a70d152 100644 --- a/templates/validate-plan-destroy.yml +++ b/templates/validate-plan-destroy.yml @@ -19,8 +19,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.7.1' + default: '1.7.2' options: + - '1.7.2' - '1.7.1' - '1.7.0' - '1.7.0-alpha1' diff --git a/templates/validate-plan.yml b/templates/validate-plan.yml index 480f0684e9203240301d8d749129096646bc2ee3..305e8474ab4fc636a5a94eded4e5d8558431bba0 100644 --- a/templates/validate-plan.yml +++ b/templates/validate-plan.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.7.1' + default: '1.7.2' options: + - '1.7.2' - '1.7.1' - '1.7.0' - '1.7.0-alpha1' diff --git a/templates/validate.yml b/templates/validate.yml index 02578ed07f408c6eef263b76558078448a7cf228..41f44a72b0b57e07fd4c6b455976dc1d37d1bed1 100644 --- a/templates/validate.yml +++ b/templates/validate.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.7.1' + default: '1.7.2' options: + - '1.7.2' - '1.7.1' - '1.7.0' - '1.7.0-alpha1'