From af3950dfe812d904658b5f1fc74c260a4ac361d3 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Mon, 9 Dec 2024 16:37:27 +0100
Subject: [PATCH] Upgrade 1.9 alpha to latest beta

---
 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, 15 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index f450936..a61c903 100644
--- a/README.md
+++ b/README.md
@@ -288,9 +288,9 @@ 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.7`](https://github.com/opentofu/opentofu/releases/tag/v1.8.7)
+- [`1.9.0-beta2`](https://github.com/opentofu/opentofu/releases/tag/v1.9.0-beta2)
 - [`1.8.6`](https://github.com/opentofu/opentofu/releases/tag/v1.8.6)
 - [`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 dc1f047..af2a66f 100644
--- a/opentofu_versions.yaml
+++ b/opentofu_versions.yaml
@@ -2,9 +2,9 @@
   latest_version: '1.8.7'
   supported_versions: &supported_versions
     - '1.8.7'
+    - '1.9.0-beta2'
     - '1.8.6'
     - '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 ad3e200..330e609 100644
--- a/templates/apply.yml
+++ b/templates/apply.yml
@@ -27,9 +27,9 @@ spec:
       default: '1.8.7'
       options:
         - '1.8.7'
+        - '1.9.0-beta2'
         - '1.8.6'
         - '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 e37bc92..6046ce6 100644
--- a/templates/custom-command.yml
+++ b/templates/custom-command.yml
@@ -27,9 +27,9 @@ spec:
       default: '1.8.7'
       options:
         - '1.8.7'
+        - '1.9.0-beta2'
         - '1.8.6'
         - '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 70d0d12..5f4a055 100644
--- a/templates/destroy.yml
+++ b/templates/destroy.yml
@@ -27,9 +27,9 @@ spec:
       default: '1.8.7'
       options:
         - '1.8.7'
+        - '1.9.0-beta2'
         - '1.8.6'
         - '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 f2c1e81..7ba56ec 100644
--- a/templates/fmt.yml
+++ b/templates/fmt.yml
@@ -27,9 +27,9 @@ spec:
       default: '1.8.7'
       options:
         - '1.8.7'
+        - '1.9.0-beta2'
         - '1.8.6'
         - '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 1546eb1..4830ac3 100644
--- a/templates/full-pipeline.yml
+++ b/templates/full-pipeline.yml
@@ -36,9 +36,9 @@ spec:
       default: '1.8.7'
       options:
         - '1.8.7'
+        - '1.9.0-beta2'
         - '1.8.6'
         - '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 ea870ad..99700fd 100644
--- a/templates/graph.yml
+++ b/templates/graph.yml
@@ -27,9 +27,9 @@ spec:
       default: '1.8.7'
       options:
         - '1.8.7'
+        - '1.9.0-beta2'
         - '1.8.6'
         - '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 48f38fa..5657e95 100644
--- a/templates/job-templates.yml
+++ b/templates/job-templates.yml
@@ -36,9 +36,9 @@ spec:
       default: '1.8.7'
       options:
         - '1.8.7'
+        - '1.9.0-beta2'
         - '1.8.6'
         - '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 071ce51..02461ee 100644
--- a/templates/plan.yml
+++ b/templates/plan.yml
@@ -27,9 +27,9 @@ spec:
       default: '1.8.7'
       options:
         - '1.8.7'
+        - '1.9.0-beta2'
         - '1.8.6'
         - '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 83839d1..a7fcc33 100644
--- a/templates/test.yml
+++ b/templates/test.yml
@@ -27,9 +27,9 @@ spec:
       default: '1.8.7'
       options:
         - '1.8.7'
+        - '1.9.0-beta2'
         - '1.8.6'
         - '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 98e493f..a643819 100644
--- a/templates/validate-plan-apply.yml
+++ b/templates/validate-plan-apply.yml
@@ -30,9 +30,9 @@ spec:
       default: '1.8.7'
       options:
         - '1.8.7'
+        - '1.9.0-beta2'
         - '1.8.6'
         - '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 184d020..76f942e 100644
--- a/templates/validate-plan-destroy.yml
+++ b/templates/validate-plan-destroy.yml
@@ -30,9 +30,9 @@ spec:
       default: '1.8.7'
       options:
         - '1.8.7'
+        - '1.9.0-beta2'
         - '1.8.6'
         - '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 36977a5..99fd465 100644
--- a/templates/validate-plan.yml
+++ b/templates/validate-plan.yml
@@ -27,9 +27,9 @@ spec:
       default: '1.8.7'
       options:
         - '1.8.7'
+        - '1.9.0-beta2'
         - '1.8.6'
         - '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 b4950ed..2c1d4d8 100644
--- a/templates/validate.yml
+++ b/templates/validate.yml
@@ -27,9 +27,9 @@ spec:
       default: '1.8.7'
       options:
         - '1.8.7'
+        - '1.9.0-beta2'
         - '1.8.6'
         - '1.8.5'
-        - '1.9.0-alpha1'
         - '1.8.4'
         - '1.8.3'
         - '1.8.2'
-- 
GitLab