From 37d001f30f8b77007a7658265eb037edb17ccebd Mon Sep 17 00:00:00 2001
From: GitLab Renovate Bot <gitlab-bot@gitlab.com>
Date: Thu, 5 Dec 2024 17:18:07 +0000
Subject: [PATCH] chore(deps): update dependency opentofu/opentofu to v1.8.7

---
 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 11123be..f450936 100644
--- a/README.md
+++ b/README.md
@@ -287,6 +287,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.7`](https://github.com/opentofu/opentofu/releases/tag/v1.8.7)
 - [`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)
diff --git a/default.json b/default.json
index 1208e57..ca40ee0 100644
--- a/default.json
+++ b/default.json
@@ -12,7 +12,7 @@
                 "templates/**/*.yml",
                 "templates/**/*.yaml"
             ],
-            "allowedVersions": "<=1.8.6"
+            "allowedVersions": "<=1.8.7"
         }
     ],
     "customManagers": [
diff --git a/opentofu_versions.yaml b/opentofu_versions.yaml
index 1feeb41..dc1f047 100644
--- a/opentofu_versions.yaml
+++ b/opentofu_versions.yaml
@@ -1,6 +1,7 @@
 .data:
-  latest_version: '1.8.6'
+  latest_version: '1.8.7'
   supported_versions: &supported_versions
+    - '1.8.7'
     - '1.8.6'
     - '1.8.5'
     - '1.9.0-alpha1'
diff --git a/templates/apply.yml b/templates/apply.yml
index cbc4df9..ad3e200 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.6'
+      default: '1.8.7'
       options:
+        - '1.8.7'
         - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
diff --git a/templates/custom-command.yml b/templates/custom-command.yml
index e302a31..e37bc92 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.6'
+      default: '1.8.7'
       options:
+        - '1.8.7'
         - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
diff --git a/templates/destroy.yml b/templates/destroy.yml
index 7c15961..70d0d12 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.6'
+      default: '1.8.7'
       options:
+        - '1.8.7'
         - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
diff --git a/templates/fmt.yml b/templates/fmt.yml
index 925a1c7..f2c1e81 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.6'
+      default: '1.8.7'
       options:
+        - '1.8.7'
         - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml
index 815c43c..1546eb1 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.6'
+      default: '1.8.7'
       options:
+        - '1.8.7'
         - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
diff --git a/templates/graph.yml b/templates/graph.yml
index e8dd1ba..ea870ad 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.6'
+      default: '1.8.7'
       options:
+        - '1.8.7'
         - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
diff --git a/templates/job-templates.yml b/templates/job-templates.yml
index eda3791..48f38fa 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.6'
+      default: '1.8.7'
       options:
+        - '1.8.7'
         - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
diff --git a/templates/plan.yml b/templates/plan.yml
index a0d3235..071ce51 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.6'
+      default: '1.8.7'
       options:
+        - '1.8.7'
         - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
diff --git a/templates/test.yml b/templates/test.yml
index 2de8cee..83839d1 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.6'
+      default: '1.8.7'
       options:
+        - '1.8.7'
         - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
diff --git a/templates/validate-plan-apply.yml b/templates/validate-plan-apply.yml
index c74ee0a..98e493f 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.6'
+      default: '1.8.7'
       options:
+        - '1.8.7'
         - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
diff --git a/templates/validate-plan-destroy.yml b/templates/validate-plan-destroy.yml
index d533d5d..184d020 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.6'
+      default: '1.8.7'
       options:
+        - '1.8.7'
         - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
diff --git a/templates/validate-plan.yml b/templates/validate-plan.yml
index 0d7d4df..36977a5 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.6'
+      default: '1.8.7'
       options:
+        - '1.8.7'
         - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
diff --git a/templates/validate.yml b/templates/validate.yml
index f272bf6..b4950ed 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.6'
+      default: '1.8.7'
       options:
+        - '1.8.7'
         - '1.8.6'
         - '1.8.5'
         - '1.9.0-alpha1'
-- 
GitLab