From 7c0526c107066c8d4538c78d479521753dee5235 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Tue, 12 Nov 2024 09:37:33 +0100
Subject: [PATCH] Support OpenTofu 1.9.0-alpha1

Changelog: added
---
 README.md                           | 1 +
 opentofu_versions.yaml              | 1 +
 templates/apply.yml                 | 1 +
 templates/custom-command.yml        | 1 +
 templates/destroy.yml               | 1 +
 templates/fmt.yml                   | 1 +
 templates/full-pipeline.yml         | 1 +
 templates/graph.yml                 | 1 +
 templates/job-templates.yml         | 1 +
 templates/plan.yml                  | 1 +
 templates/test.yml                  | 1 +
 templates/validate-plan-apply.yml   | 1 +
 templates/validate-plan-destroy.yml | 1 +
 templates/validate-plan.yml         | 1 +
 templates/validate.yml              | 1 +
 15 files changed, 15 insertions(+)

diff --git a/README.md b/README.md
index 8eee905..4c6cdf7 100644
--- a/README.md
+++ b/README.md
@@ -229,6 +229,7 @@ beautifully renders the inputs for each templates - check it out!
 The following OpenTofu versions are available with this component via the `opentofu_version` input:
 
 - [`1.8.5`](https://github.com/opentofu/opentofu/releases/tag/v1.8.5)
+- [`1.9.0-alpha1`](https://github.com/opentofu/opentofu/releases/tag/v1.9.0-alpha1)
 - [`1.8.4`](https://github.com/opentofu/opentofu/releases/tag/v1.8.4)
 - [`1.8.3`](https://github.com/opentofu/opentofu/releases/tag/v1.8.3)
 - [`1.8.2`](https://github.com/opentofu/opentofu/releases/tag/v1.8.2)
diff --git a/opentofu_versions.yaml b/opentofu_versions.yaml
index 0b0d7d2..5b5b009 100644
--- a/opentofu_versions.yaml
+++ b/opentofu_versions.yaml
@@ -2,6 +2,7 @@
   latest_version: '1.8.5'
   supported_versions: &supported_versions
     - '1.8.5'
+    - '1.9.0-alpha1'
     - '1.8.4'
     - '1.8.3'
     - '1.8.2'
diff --git a/templates/apply.yml b/templates/apply.yml
index 2e1c1d6..ff700da 100644
--- a/templates/apply.yml
+++ b/templates/apply.yml
@@ -27,6 +27,7 @@ spec:
       default: '1.8.5'
       options:
         - '1.8.5'
+        - '1.9.0-alpha1'
         - '1.8.4'
         - '1.8.3'
         - '1.8.2'
diff --git a/templates/custom-command.yml b/templates/custom-command.yml
index 158ca09..50dcdb5 100644
--- a/templates/custom-command.yml
+++ b/templates/custom-command.yml
@@ -27,6 +27,7 @@ spec:
       default: '1.8.5'
       options:
         - '1.8.5'
+        - '1.9.0-alpha1'
         - '1.8.4'
         - '1.8.3'
         - '1.8.2'
diff --git a/templates/destroy.yml b/templates/destroy.yml
index b91315c..a1695f3 100644
--- a/templates/destroy.yml
+++ b/templates/destroy.yml
@@ -27,6 +27,7 @@ spec:
       default: '1.8.5'
       options:
         - '1.8.5'
+        - '1.9.0-alpha1'
         - '1.8.4'
         - '1.8.3'
         - '1.8.2'
diff --git a/templates/fmt.yml b/templates/fmt.yml
index 9dba383..5c4a6fe 100644
--- a/templates/fmt.yml
+++ b/templates/fmt.yml
@@ -27,6 +27,7 @@ spec:
       default: '1.8.5'
       options:
         - '1.8.5'
+        - '1.9.0-alpha1'
         - '1.8.4'
         - '1.8.3'
         - '1.8.2'
diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml
index c8ca510..3146971 100644
--- a/templates/full-pipeline.yml
+++ b/templates/full-pipeline.yml
@@ -36,6 +36,7 @@ spec:
       default: '1.8.5'
       options:
         - '1.8.5'
+        - '1.9.0-alpha1'
         - '1.8.4'
         - '1.8.3'
         - '1.8.2'
diff --git a/templates/graph.yml b/templates/graph.yml
index 11e3c65..641c4be 100644
--- a/templates/graph.yml
+++ b/templates/graph.yml
@@ -27,6 +27,7 @@ spec:
       default: '1.8.5'
       options:
         - '1.8.5'
+        - '1.9.0-alpha1'
         - '1.8.4'
         - '1.8.3'
         - '1.8.2'
diff --git a/templates/job-templates.yml b/templates/job-templates.yml
index 7bcc677..21cb933 100644
--- a/templates/job-templates.yml
+++ b/templates/job-templates.yml
@@ -36,6 +36,7 @@ spec:
       default: '1.8.5'
       options:
         - '1.8.5'
+        - '1.9.0-alpha1'
         - '1.8.4'
         - '1.8.3'
         - '1.8.2'
diff --git a/templates/plan.yml b/templates/plan.yml
index 225ab64..a5e7b7b 100644
--- a/templates/plan.yml
+++ b/templates/plan.yml
@@ -27,6 +27,7 @@ spec:
       default: '1.8.5'
       options:
         - '1.8.5'
+        - '1.9.0-alpha1'
         - '1.8.4'
         - '1.8.3'
         - '1.8.2'
diff --git a/templates/test.yml b/templates/test.yml
index d1fd698..0a090bf 100644
--- a/templates/test.yml
+++ b/templates/test.yml
@@ -27,6 +27,7 @@ spec:
       default: '1.8.5'
       options:
         - '1.8.5'
+        - '1.9.0-alpha1'
         - '1.8.4'
         - '1.8.3'
         - '1.8.2'
diff --git a/templates/validate-plan-apply.yml b/templates/validate-plan-apply.yml
index 7c56c23..555574e 100644
--- a/templates/validate-plan-apply.yml
+++ b/templates/validate-plan-apply.yml
@@ -30,6 +30,7 @@ spec:
       default: '1.8.5'
       options:
         - '1.8.5'
+        - '1.9.0-alpha1'
         - '1.8.4'
         - '1.8.3'
         - '1.8.2'
diff --git a/templates/validate-plan-destroy.yml b/templates/validate-plan-destroy.yml
index f2cc922..40cde9b 100644
--- a/templates/validate-plan-destroy.yml
+++ b/templates/validate-plan-destroy.yml
@@ -30,6 +30,7 @@ spec:
       default: '1.8.5'
       options:
         - '1.8.5'
+        - '1.9.0-alpha1'
         - '1.8.4'
         - '1.8.3'
         - '1.8.2'
diff --git a/templates/validate-plan.yml b/templates/validate-plan.yml
index 481d7fe..ecf271a 100644
--- a/templates/validate-plan.yml
+++ b/templates/validate-plan.yml
@@ -27,6 +27,7 @@ spec:
       default: '1.8.5'
       options:
         - '1.8.5'
+        - '1.9.0-alpha1'
         - '1.8.4'
         - '1.8.3'
         - '1.8.2'
diff --git a/templates/validate.yml b/templates/validate.yml
index 9bf6093..e328631 100644
--- a/templates/validate.yml
+++ b/templates/validate.yml
@@ -27,6 +27,7 @@ spec:
       default: '1.8.5'
       options:
         - '1.8.5'
+        - '1.9.0-alpha1'
         - '1.8.4'
         - '1.8.3'
         - '1.8.2'
-- 
GitLab