From 9ff1256c686fe4d543f2e24af6c9ef328452e981 Mon Sep 17 00:00:00 2001
From: GitLab Renovate Bot <gitlab-bot@gitlab.com>
Date: Fri, 22 Nov 2024 17:18:15 +0000
Subject: [PATCH] Update dependency opentofu/opentofu to v1.8.6

---
 README.md                           | 1 +
 default.json                        | 2 +-
 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 ++-
 16 files changed, 30 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index 243d564..cfe642c 100644
--- a/README.md
+++ b/README.md
@@ -243,6 +243,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.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)
diff --git a/default.json b/default.json
index a526bc1..1208e57 100644
--- a/default.json
+++ b/default.json
@@ -12,7 +12,7 @@
                 "templates/**/*.yml",
                 "templates/**/*.yaml"
             ],
-            "allowedVersions": "<=1.8.5"
+            "allowedVersions": "<=1.8.6"
         }
     ],
     "customManagers": [
diff --git a/opentofu_versions.yaml b/opentofu_versions.yaml
index 5b5b009..1feeb41 100644
--- a/opentofu_versions.yaml
+++ b/opentofu_versions.yaml
@@ -1,6 +1,7 @@
 .data:
-  latest_version: '1.8.5'
+  latest_version: '1.8.6'
   supported_versions: &supported_versions
+    - '1.8.6'
     - '1.8.5'
     - '1.9.0-alpha1'
     - '1.8.4'
diff --git a/templates/apply.yml b/templates/apply.yml
index f8f6b48..af617ec 100644
--- a/templates/apply.yml
+++ b/templates/apply.yml
@@ -24,8 +24,9 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.5'
+      default: '1.8.6'
       options:
+        - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
         - '1.8.4'
diff --git a/templates/custom-command.yml b/templates/custom-command.yml
index c0b129b..e302a31 100644
--- a/templates/custom-command.yml
+++ b/templates/custom-command.yml
@@ -24,8 +24,9 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.5'
+      default: '1.8.6'
       options:
+        - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
         - '1.8.4'
diff --git a/templates/destroy.yml b/templates/destroy.yml
index 56306cc..0e1fb04 100644
--- a/templates/destroy.yml
+++ b/templates/destroy.yml
@@ -24,8 +24,9 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.5'
+      default: '1.8.6'
       options:
+        - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
         - '1.8.4'
diff --git a/templates/fmt.yml b/templates/fmt.yml
index 096ed6c..925a1c7 100644
--- a/templates/fmt.yml
+++ b/templates/fmt.yml
@@ -24,8 +24,9 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.5'
+      default: '1.8.6'
       options:
+        - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
         - '1.8.4'
diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml
index ae3a72b..9b83944 100644
--- a/templates/full-pipeline.yml
+++ b/templates/full-pipeline.yml
@@ -33,8 +33,9 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.5'
+      default: '1.8.6'
       options:
+        - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
         - '1.8.4'
diff --git a/templates/graph.yml b/templates/graph.yml
index 5b1a7ed..561d44e 100644
--- a/templates/graph.yml
+++ b/templates/graph.yml
@@ -24,8 +24,9 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.5'
+      default: '1.8.6'
       options:
+        - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
         - '1.8.4'
diff --git a/templates/job-templates.yml b/templates/job-templates.yml
index 21cb933..6e7aa58 100644
--- a/templates/job-templates.yml
+++ b/templates/job-templates.yml
@@ -33,8 +33,9 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.5'
+      default: '1.8.6'
       options:
+        - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
         - '1.8.4'
diff --git a/templates/plan.yml b/templates/plan.yml
index f016c35..85710be 100644
--- a/templates/plan.yml
+++ b/templates/plan.yml
@@ -24,8 +24,9 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.5'
+      default: '1.8.6'
       options:
+        - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
         - '1.8.4'
diff --git a/templates/test.yml b/templates/test.yml
index dac7cbc..7634385 100644
--- a/templates/test.yml
+++ b/templates/test.yml
@@ -24,8 +24,9 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.5'
+      default: '1.8.6'
       options:
+        - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
         - '1.8.4'
diff --git a/templates/validate-plan-apply.yml b/templates/validate-plan-apply.yml
index 45f31ef..1e8aad0 100644
--- a/templates/validate-plan-apply.yml
+++ b/templates/validate-plan-apply.yml
@@ -27,8 +27,9 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.5'
+      default: '1.8.6'
       options:
+        - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
         - '1.8.4'
diff --git a/templates/validate-plan-destroy.yml b/templates/validate-plan-destroy.yml
index e5abfde..15cc048 100644
--- a/templates/validate-plan-destroy.yml
+++ b/templates/validate-plan-destroy.yml
@@ -27,8 +27,9 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.5'
+      default: '1.8.6'
       options:
+        - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
         - '1.8.4'
diff --git a/templates/validate-plan.yml b/templates/validate-plan.yml
index acd3d4d..e172007 100644
--- a/templates/validate-plan.yml
+++ b/templates/validate-plan.yml
@@ -24,8 +24,9 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.5'
+      default: '1.8.6'
       options:
+        - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
         - '1.8.4'
diff --git a/templates/validate.yml b/templates/validate.yml
index 8ffc7b8..072d953 100644
--- a/templates/validate.yml
+++ b/templates/validate.yml
@@ -24,8 +24,9 @@ spec:
       description: 'Base OS of GitLab OpenTofu image.'
 
     opentofu_version:
-      default: '1.8.5'
+      default: '1.8.6'
       options:
+        - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
         - '1.8.4'
-- 
GitLab