diff --git a/README.md b/README.md
index 394680da580ae4d9ba2023e51bbc273fb734a6cf..efe44f914e77d382c97799eed2b4700b1e1fd5eb 100644
--- a/README.md
+++ b/README.md
@@ -287,18 +287,10 @@ 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.9.0`](https://github.com/opentofu/opentofu/releases/tag/v1.9.0)
 - [`1.8.8`](https://github.com/opentofu/opentofu/releases/tag/v1.8.8)
-- [`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.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)
-- [`1.8.1`](https://github.com/opentofu/opentofu/releases/tag/v1.8.1)
-- [`1.8.0`](https://github.com/opentofu/opentofu/releases/tag/v1.8.0)
-- [`1.7.3`](https://github.com/opentofu/opentofu/releases/tag/v1.7.3)
-- [`1.6.2`](https://github.com/opentofu/opentofu/releases/tag/v1.6.2)
+- [`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)
 
 ### Environment Variables
 
diff --git a/default.json b/default.json
index 7ccb451ee28bb890cc0cf967b2b4cf7f5bcc931e..4321337f36cce6825878365e9985695fd8a9bc9e 100644
--- a/default.json
+++ b/default.json
@@ -12,7 +12,7 @@
                 "templates/**/*.yml",
                 "templates/**/*.yaml"
             ],
-            "allowedVersions": "<=1.8.8"
+            "allowedVersions": "<=1.9.0"
         }
     ],
     "customManagers": [
diff --git a/opentofu_versions.yaml b/opentofu_versions.yaml
index b1a3da28c3988249bc5a816fc70c752d4871de80..72d649aacf20805d3a198c742b0fc01a033a4718 100644
--- a/opentofu_versions.yaml
+++ b/opentofu_versions.yaml
@@ -1,18 +1,10 @@
 .data:
-  latest_version: '1.8.8'
+  latest_version: '1.9.0'
   supported_versions: &supported_versions
+    - '1.9.0'
     - '1.8.8'
-    - '1.8.7'
-    - '1.9.0-beta2'
-    - '1.8.6'
-    - '1.8.5'
-    - '1.8.4'
-    - '1.8.3'
-    - '1.8.2'
-    - '1.8.1'
-    - '1.8.0'
-    - '1.7.3'
-    - '1.6.2'
+    - '1.7.7'
+    - '1.6.3'
   hack_templates_supported_versions:
     - *supported_versions
     - '$OPENTOFU_VERSION'
diff --git a/templates/apply.yml b/templates/apply.yml
index 5b8dc58967a507837e227b0520f8c7d68cae1124..9ee6039a4643d35a65806a0ed4e9f9ad0bbba88e 100644
--- a/templates/apply.yml
+++ b/templates/apply.yml
@@ -24,20 +24,12 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.8'
+      default: '1.9.0'
       options:
+        - '1.9.0'
         - '1.8.8'
-        - '1.8.7'
-        - '1.9.0-beta2'
-        - '1.8.6'
-        - '1.8.5'
-        - '1.8.4'
-        - '1.8.3'
-        - '1.8.2'
-        - '1.8.1'
-        - '1.8.0'
-        - '1.7.3'
-        - '1.6.2'
+        - '1.7.7'
+        - '1.6.3'
         - '$OPENTOFU_VERSION'
       description: 'OpenTofu version that should be used.'
 
diff --git a/templates/custom-command.yml b/templates/custom-command.yml
index a5ae3acd00a789b35655c3f0b209ef89655aec30..ce22b3e4ba1e27f16e4c31316e49a2859f130b0c 100644
--- a/templates/custom-command.yml
+++ b/templates/custom-command.yml
@@ -24,20 +24,12 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.8'
+      default: '1.9.0'
       options:
+        - '1.9.0'
         - '1.8.8'
-        - '1.8.7'
-        - '1.9.0-beta2'
-        - '1.8.6'
-        - '1.8.5'
-        - '1.8.4'
-        - '1.8.3'
-        - '1.8.2'
-        - '1.8.1'
-        - '1.8.0'
-        - '1.7.3'
-        - '1.6.2'
+        - '1.7.7'
+        - '1.6.3'
         - '$OPENTOFU_VERSION'
       description: 'OpenTofu version that should be used.'
 
diff --git a/templates/destroy.yml b/templates/destroy.yml
index e6baf5f27efb8b112dc58c515f52119a38e6e9a7..413b2eda01120e397890ca3913f5767f6aee54e7 100644
--- a/templates/destroy.yml
+++ b/templates/destroy.yml
@@ -24,20 +24,12 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.8'
+      default: '1.9.0'
       options:
+        - '1.9.0'
         - '1.8.8'
-        - '1.8.7'
-        - '1.9.0-beta2'
-        - '1.8.6'
-        - '1.8.5'
-        - '1.8.4'
-        - '1.8.3'
-        - '1.8.2'
-        - '1.8.1'
-        - '1.8.0'
-        - '1.7.3'
-        - '1.6.2'
+        - '1.7.7'
+        - '1.6.3'
         - '$OPENTOFU_VERSION'
       description: 'OpenTofu version that should be used.'
 
diff --git a/templates/fmt.yml b/templates/fmt.yml
index 5d7942c38fa3198f37626756908b057b17dc64d4..ca75f3d0fdde23ad836fe718f94fae04b522a32c 100644
--- a/templates/fmt.yml
+++ b/templates/fmt.yml
@@ -24,20 +24,12 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.8'
+      default: '1.9.0'
       options:
+        - '1.9.0'
         - '1.8.8'
-        - '1.8.7'
-        - '1.9.0-beta2'
-        - '1.8.6'
-        - '1.8.5'
-        - '1.8.4'
-        - '1.8.3'
-        - '1.8.2'
-        - '1.8.1'
-        - '1.8.0'
-        - '1.7.3'
-        - '1.6.2'
+        - '1.7.7'
+        - '1.6.3'
         - '$OPENTOFU_VERSION'
       description: 'OpenTofu version that should be used.'
 
diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml
index 74569d35e7d0b9fbb62e856c14c8cdd0d4a5fcab..f4f22f14c7f4b0a1f17d87a7d9d4499563ccf52f 100644
--- a/templates/full-pipeline.yml
+++ b/templates/full-pipeline.yml
@@ -33,20 +33,12 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.8'
+      default: '1.9.0'
       options:
+        - '1.9.0'
         - '1.8.8'
-        - '1.8.7'
-        - '1.9.0-beta2'
-        - '1.8.6'
-        - '1.8.5'
-        - '1.8.4'
-        - '1.8.3'
-        - '1.8.2'
-        - '1.8.1'
-        - '1.8.0'
-        - '1.7.3'
-        - '1.6.2'
+        - '1.7.7'
+        - '1.6.3'
         - '$OPENTOFU_VERSION'
       description: 'OpenTofu version that should be used.'
 
diff --git a/templates/graph.yml b/templates/graph.yml
index 8c44505ce9f43e53eb1c896390f8df9e82938968..02da5178c8b6ef647298a4e0261abe490b0c0562 100644
--- a/templates/graph.yml
+++ b/templates/graph.yml
@@ -24,20 +24,12 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.8'
+      default: '1.9.0'
       options:
+        - '1.9.0'
         - '1.8.8'
-        - '1.8.7'
-        - '1.9.0-beta2'
-        - '1.8.6'
-        - '1.8.5'
-        - '1.8.4'
-        - '1.8.3'
-        - '1.8.2'
-        - '1.8.1'
-        - '1.8.0'
-        - '1.7.3'
-        - '1.6.2'
+        - '1.7.7'
+        - '1.6.3'
         - '$OPENTOFU_VERSION'
       description: 'OpenTofu version that should be used.'
 
diff --git a/templates/job-templates.yml b/templates/job-templates.yml
index 260fa77a995787b4c9a8430dff516be5023e1157..387f02f11691b2372a24189596f314543df3deae 100644
--- a/templates/job-templates.yml
+++ b/templates/job-templates.yml
@@ -33,20 +33,12 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.8'
+      default: '1.9.0'
       options:
+        - '1.9.0'
         - '1.8.8'
-        - '1.8.7'
-        - '1.9.0-beta2'
-        - '1.8.6'
-        - '1.8.5'
-        - '1.8.4'
-        - '1.8.3'
-        - '1.8.2'
-        - '1.8.1'
-        - '1.8.0'
-        - '1.7.3'
-        - '1.6.2'
+        - '1.7.7'
+        - '1.6.3'
         - '$OPENTOFU_VERSION'
       description: 'OpenTofu version that should be used.'
 
diff --git a/templates/plan.yml b/templates/plan.yml
index a90f792598161b4c2ac0bfd5341f490e13a67a3a..752c37c99f7d1cebf2e4827a54f31c2e19c81bb2 100644
--- a/templates/plan.yml
+++ b/templates/plan.yml
@@ -24,20 +24,12 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.8'
+      default: '1.9.0'
       options:
+        - '1.9.0'
         - '1.8.8'
-        - '1.8.7'
-        - '1.9.0-beta2'
-        - '1.8.6'
-        - '1.8.5'
-        - '1.8.4'
-        - '1.8.3'
-        - '1.8.2'
-        - '1.8.1'
-        - '1.8.0'
-        - '1.7.3'
-        - '1.6.2'
+        - '1.7.7'
+        - '1.6.3'
         - '$OPENTOFU_VERSION'
       description: 'OpenTofu version that should be used.'
 
diff --git a/templates/test.yml b/templates/test.yml
index 58e1466d38b11b5f488e6ac12766fc36fdd42e0d..79b2b0b717b1061ea8378be15023478ab0dde33d 100644
--- a/templates/test.yml
+++ b/templates/test.yml
@@ -24,20 +24,12 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.8'
+      default: '1.9.0'
       options:
+        - '1.9.0'
         - '1.8.8'
-        - '1.8.7'
-        - '1.9.0-beta2'
-        - '1.8.6'
-        - '1.8.5'
-        - '1.8.4'
-        - '1.8.3'
-        - '1.8.2'
-        - '1.8.1'
-        - '1.8.0'
-        - '1.7.3'
-        - '1.6.2'
+        - '1.7.7'
+        - '1.6.3'
         - '$OPENTOFU_VERSION'
       description: 'OpenTofu version that should be used.'
 
diff --git a/templates/validate-plan-apply.yml b/templates/validate-plan-apply.yml
index a6eb37214087330d4762d166e7055aee611d70e4..6924516558cabbc5ab96f5c8ca1c04ae4acd4f12 100644
--- a/templates/validate-plan-apply.yml
+++ b/templates/validate-plan-apply.yml
@@ -27,20 +27,12 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.8'
+      default: '1.9.0'
       options:
+        - '1.9.0'
         - '1.8.8'
-        - '1.8.7'
-        - '1.9.0-beta2'
-        - '1.8.6'
-        - '1.8.5'
-        - '1.8.4'
-        - '1.8.3'
-        - '1.8.2'
-        - '1.8.1'
-        - '1.8.0'
-        - '1.7.3'
-        - '1.6.2'
+        - '1.7.7'
+        - '1.6.3'
         - '$OPENTOFU_VERSION'
       description: 'OpenTofu version that should be used.'
 
diff --git a/templates/validate-plan-destroy.yml b/templates/validate-plan-destroy.yml
index b2079f88e62ca4f913773fe4e8fb899c41e024ee..c6a54b711f241431874d9ec7cff9bda8bcd69897 100644
--- a/templates/validate-plan-destroy.yml
+++ b/templates/validate-plan-destroy.yml
@@ -27,20 +27,12 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.8'
+      default: '1.9.0'
       options:
+        - '1.9.0'
         - '1.8.8'
-        - '1.8.7'
-        - '1.9.0-beta2'
-        - '1.8.6'
-        - '1.8.5'
-        - '1.8.4'
-        - '1.8.3'
-        - '1.8.2'
-        - '1.8.1'
-        - '1.8.0'
-        - '1.7.3'
-        - '1.6.2'
+        - '1.7.7'
+        - '1.6.3'
         - '$OPENTOFU_VERSION'
       description: 'OpenTofu version that should be used.'
 
diff --git a/templates/validate-plan.yml b/templates/validate-plan.yml
index bc8f6bff5d3daec6bdf7d1cec2da5e7168b4ac83..96d199e6fb0db2007e827cd7cbc99c7aa9b4320f 100644
--- a/templates/validate-plan.yml
+++ b/templates/validate-plan.yml
@@ -24,20 +24,12 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.8'
+      default: '1.9.0'
       options:
+        - '1.9.0'
         - '1.8.8'
-        - '1.8.7'
-        - '1.9.0-beta2'
-        - '1.8.6'
-        - '1.8.5'
-        - '1.8.4'
-        - '1.8.3'
-        - '1.8.2'
-        - '1.8.1'
-        - '1.8.0'
-        - '1.7.3'
-        - '1.6.2'
+        - '1.7.7'
+        - '1.6.3'
         - '$OPENTOFU_VERSION'
       description: 'OpenTofu version that should be used.'
 
diff --git a/templates/validate.yml b/templates/validate.yml
index 49487688cb8244ee136fd5b7bdaf34bacc65c306..e4dcb8e17a20118fb06f8618b3fc01bb438f8ae0 100644
--- a/templates/validate.yml
+++ b/templates/validate.yml
@@ -24,20 +24,12 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.8'
+      default: '1.9.0'
       options:
+        - '1.9.0'
         - '1.8.8'
-        - '1.8.7'
-        - '1.9.0-beta2'
-        - '1.8.6'
-        - '1.8.5'
-        - '1.8.4'
-        - '1.8.3'
-        - '1.8.2'
-        - '1.8.1'
-        - '1.8.0'
-        - '1.7.3'
-        - '1.6.2'
+        - '1.7.7'
+        - '1.6.3'
         - '$OPENTOFU_VERSION'
       description: 'OpenTofu version that should be used.'