From 68bd4d298780a3ca4a9e79dee4d6d192ac35b8d7 Mon Sep 17 00:00:00 2001
From: GitLab Renovate Bot <gitlab-bot@gitlab.com>
Date: Wed, 4 Sep 2024 19:17:36 +0000
Subject: [PATCH] chore(deps): update dependency opentofu/opentofu to v1.8.2

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

diff --git a/README.md b/README.md
index 07cfffb..7db20ca 100644
--- a/README.md
+++ b/README.md
@@ -204,6 +204,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.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)
diff --git a/opentofu_versions.yaml b/opentofu_versions.yaml
index 567c868..bb0a6aa 100644
--- a/opentofu_versions.yaml
+++ b/opentofu_versions.yaml
@@ -1,6 +1,7 @@
 .data:
-  latest_version: '1.8.1'
+  latest_version: '1.8.2'
   supported_versions: &supported_versions
+    - '1.8.2'
     - '1.8.1'
     - '1.8.0'
     - '1.7.3'
diff --git a/templates/apply.yml b/templates/apply.yml
index bad1aef..e19771e 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.8.1'
+      default: '1.8.2'
       options:
+        - '1.8.2'
         - '1.8.1'
         - '1.8.0'
         - '1.7.3'
diff --git a/templates/custom-command.yml b/templates/custom-command.yml
index 30b0054..3acee36 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.8.1'
+      default: '1.8.2'
       options:
+        - '1.8.2'
         - '1.8.1'
         - '1.8.0'
         - '1.7.3'
diff --git a/templates/destroy.yml b/templates/destroy.yml
index 823baae..fb67497 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.8.1'
+      default: '1.8.2'
       options:
+        - '1.8.2'
         - '1.8.1'
         - '1.8.0'
         - '1.7.3'
diff --git a/templates/fmt.yml b/templates/fmt.yml
index 6258f2e..6ab765a 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.8.1'
+      default: '1.8.2'
       options:
+        - '1.8.2'
         - '1.8.1'
         - '1.8.0'
         - '1.7.3'
diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml
index 37b1f11..e57a177 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.8.1'
+      default: '1.8.2'
       options:
+        - '1.8.2'
         - '1.8.1'
         - '1.8.0'
         - '1.7.3'
diff --git a/templates/graph.yml b/templates/graph.yml
index c90965f..d39cf4f 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.8.1'
+      default: '1.8.2'
       options:
+        - '1.8.2'
         - '1.8.1'
         - '1.8.0'
         - '1.7.3'
diff --git a/templates/job-templates.yml b/templates/job-templates.yml
index 4a1ad55..78071d1 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.8.1'
+      default: '1.8.2'
       options:
+        - '1.8.2'
         - '1.8.1'
         - '1.8.0'
         - '1.7.3'
diff --git a/templates/plan.yml b/templates/plan.yml
index 3b58a6a..7eaeb8a 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.8.1'
+      default: '1.8.2'
       options:
+        - '1.8.2'
         - '1.8.1'
         - '1.8.0'
         - '1.7.3'
diff --git a/templates/test.yml b/templates/test.yml
index 241fc63..b838401 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.8.1'
+      default: '1.8.2'
       options:
+        - '1.8.2'
         - '1.8.1'
         - '1.8.0'
         - '1.7.3'
diff --git a/templates/validate-plan-apply.yml b/templates/validate-plan-apply.yml
index e5ec6b3..55d621a 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.8.1'
+      default: '1.8.2'
       options:
+        - '1.8.2'
         - '1.8.1'
         - '1.8.0'
         - '1.7.3'
diff --git a/templates/validate-plan-destroy.yml b/templates/validate-plan-destroy.yml
index 15529d5..f9084d9 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.8.1'
+      default: '1.8.2'
       options:
+        - '1.8.2'
         - '1.8.1'
         - '1.8.0'
         - '1.7.3'
diff --git a/templates/validate-plan.yml b/templates/validate-plan.yml
index c6a8896..2134488 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.8.1'
+      default: '1.8.2'
       options:
+        - '1.8.2'
         - '1.8.1'
         - '1.8.0'
         - '1.7.3'
diff --git a/templates/validate.yml b/templates/validate.yml
index d45a1db..09c01ad 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.8.1'
+      default: '1.8.2'
       options:
+        - '1.8.2'
         - '1.8.1'
         - '1.8.0'
         - '1.7.3'
-- 
GitLab