From e8e8325c88a0644c3ca2214525088fa9827cae2b Mon Sep 17 00:00:00 2001 From: Timo Furrer <tuxtimo@gmail.com> Date: Fri, 25 Apr 2025 07:40:06 +0200 Subject: [PATCH] Add new minor OpenTofu releases Changelog: added --- README.md | 2 ++ opentofu_versions.yaml | 2 ++ templates/apply.yml | 2 ++ templates/custom-command.yml | 2 ++ templates/destroy.yml | 2 ++ templates/fmt.yml | 2 ++ templates/full-pipeline.yml | 2 ++ templates/graph.yml | 2 ++ templates/job-templates.yml | 2 ++ templates/plan.yml | 2 ++ templates/test.yml | 2 ++ templates/validate-plan-apply.yml | 2 ++ templates/validate-plan-destroy.yml | 2 ++ templates/validate-plan.yml | 2 ++ templates/validate.yml | 2 ++ 15 files changed, 30 insertions(+) diff --git a/README.md b/README.md index 98aeaf4..9d2e1d5 100644 --- a/README.md +++ b/README.md @@ -385,7 +385,9 @@ The following OpenTofu versions are available with this component via the `opent - [`1.9.1`](https://github.com/opentofu/opentofu/releases/tag/v1.9.1) - [`1.9.0`](https://github.com/opentofu/opentofu/releases/tag/v1.9.0) +- [`1.8.9`](https://github.com/opentofu/opentofu/releases/tag/v1.8.9) - [`1.8.8`](https://github.com/opentofu/opentofu/releases/tag/v1.8.8) +- [`1.7.8`](https://github.com/opentofu/opentofu/releases/tag/v1.7.8) - [`1.7.7`](https://github.com/opentofu/opentofu/releases/tag/v1.7.7) - [`1.6.3`](https://github.com/opentofu/opentofu/releases/tag/v1.6.3) diff --git a/opentofu_versions.yaml b/opentofu_versions.yaml index ec2bb3e..9ae6900 100644 --- a/opentofu_versions.yaml +++ b/opentofu_versions.yaml @@ -3,7 +3,9 @@ supported_versions: &supported_versions - '1.9.1' - '1.9.0' + - '1.8.9' - '1.8.8' + - '1.7.8' - '1.7.7' - '1.6.3' hack_templates_supported_versions: diff --git a/templates/apply.yml b/templates/apply.yml index b03456e..a2aa5ed 100644 --- a/templates/apply.yml +++ b/templates/apply.yml @@ -28,7 +28,9 @@ spec: options: - '1.9.1' - '1.9.0' + - '1.8.9' - '1.8.8' + - '1.7.8' - '1.7.7' - '1.6.3' - '$OPENTOFU_VERSION' diff --git a/templates/custom-command.yml b/templates/custom-command.yml index c0afb4f..3aaa5ae 100644 --- a/templates/custom-command.yml +++ b/templates/custom-command.yml @@ -28,7 +28,9 @@ spec: options: - '1.9.1' - '1.9.0' + - '1.8.9' - '1.8.8' + - '1.7.8' - '1.7.7' - '1.6.3' - '$OPENTOFU_VERSION' diff --git a/templates/destroy.yml b/templates/destroy.yml index 86090e1..0f16c48 100644 --- a/templates/destroy.yml +++ b/templates/destroy.yml @@ -28,7 +28,9 @@ spec: options: - '1.9.1' - '1.9.0' + - '1.8.9' - '1.8.8' + - '1.7.8' - '1.7.7' - '1.6.3' - '$OPENTOFU_VERSION' diff --git a/templates/fmt.yml b/templates/fmt.yml index fb65658..471bcb4 100644 --- a/templates/fmt.yml +++ b/templates/fmt.yml @@ -28,7 +28,9 @@ spec: options: - '1.9.1' - '1.9.0' + - '1.8.9' - '1.8.8' + - '1.7.8' - '1.7.7' - '1.6.3' - '$OPENTOFU_VERSION' diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml index f21ffc4..89d7cb7 100644 --- a/templates/full-pipeline.yml +++ b/templates/full-pipeline.yml @@ -37,7 +37,9 @@ spec: options: - '1.9.1' - '1.9.0' + - '1.8.9' - '1.8.8' + - '1.7.8' - '1.7.7' - '1.6.3' - '$OPENTOFU_VERSION' diff --git a/templates/graph.yml b/templates/graph.yml index 8b9aad6..85f34c3 100644 --- a/templates/graph.yml +++ b/templates/graph.yml @@ -28,7 +28,9 @@ spec: options: - '1.9.1' - '1.9.0' + - '1.8.9' - '1.8.8' + - '1.7.8' - '1.7.7' - '1.6.3' - '$OPENTOFU_VERSION' diff --git a/templates/job-templates.yml b/templates/job-templates.yml index 1015272..588b568 100644 --- a/templates/job-templates.yml +++ b/templates/job-templates.yml @@ -37,7 +37,9 @@ spec: options: - '1.9.1' - '1.9.0' + - '1.8.9' - '1.8.8' + - '1.7.8' - '1.7.7' - '1.6.3' - '$OPENTOFU_VERSION' diff --git a/templates/plan.yml b/templates/plan.yml index afe0b14..84c134c 100644 --- a/templates/plan.yml +++ b/templates/plan.yml @@ -28,7 +28,9 @@ spec: options: - '1.9.1' - '1.9.0' + - '1.8.9' - '1.8.8' + - '1.7.8' - '1.7.7' - '1.6.3' - '$OPENTOFU_VERSION' diff --git a/templates/test.yml b/templates/test.yml index 3ff3689..3c426f5 100644 --- a/templates/test.yml +++ b/templates/test.yml @@ -28,7 +28,9 @@ spec: options: - '1.9.1' - '1.9.0' + - '1.8.9' - '1.8.8' + - '1.7.8' - '1.7.7' - '1.6.3' - '$OPENTOFU_VERSION' diff --git a/templates/validate-plan-apply.yml b/templates/validate-plan-apply.yml index 5d3aea6..a5b53a0 100644 --- a/templates/validate-plan-apply.yml +++ b/templates/validate-plan-apply.yml @@ -31,7 +31,9 @@ spec: options: - '1.9.1' - '1.9.0' + - '1.8.9' - '1.8.8' + - '1.7.8' - '1.7.7' - '1.6.3' - '$OPENTOFU_VERSION' diff --git a/templates/validate-plan-destroy.yml b/templates/validate-plan-destroy.yml index 485db4b..3c6899b 100644 --- a/templates/validate-plan-destroy.yml +++ b/templates/validate-plan-destroy.yml @@ -31,7 +31,9 @@ spec: options: - '1.9.1' - '1.9.0' + - '1.8.9' - '1.8.8' + - '1.7.8' - '1.7.7' - '1.6.3' - '$OPENTOFU_VERSION' diff --git a/templates/validate-plan.yml b/templates/validate-plan.yml index 00238f8..e428293 100644 --- a/templates/validate-plan.yml +++ b/templates/validate-plan.yml @@ -28,7 +28,9 @@ spec: options: - '1.9.1' - '1.9.0' + - '1.8.9' - '1.8.8' + - '1.7.8' - '1.7.7' - '1.6.3' - '$OPENTOFU_VERSION' diff --git a/templates/validate.yml b/templates/validate.yml index ef85d65..b338f05 100644 --- a/templates/validate.yml +++ b/templates/validate.yml @@ -28,7 +28,9 @@ spec: options: - '1.9.1' - '1.9.0' + - '1.8.9' - '1.8.8' + - '1.7.8' - '1.7.7' - '1.6.3' - '$OPENTOFU_VERSION' -- GitLab