From edf38004b497c0a9c61152341b4e36ff2478e25b Mon Sep 17 00:00:00 2001
From: GitLab Dependency Bot <leipert+gitlab-renovate-bot@gitlab.com>
Date: Tue, 2 Jul 2024 12:54:05 +0000
Subject: [PATCH] chore(deps): update dependency opentofu/opentofu to v1.7.2

---
 README.md                           | 3 ++-
 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, 30 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index 919043a..9d5fcd4 100644
--- a/README.md
+++ b/README.md
@@ -175,7 +175,7 @@ Have a look at the individual template spec to learn about the available inputs.
 | `stage_deploy` | `deploy` | Defines the deploy stage. This stage includes the `apply` job. |
 | `stage_cleanup` | `cleanup` | Defines the cleanup stage. This stage includes the `destroy` and `delete-state` jobs. |
 | `version` | `latest` | Version of this component. Has to be the same as the one in the component include entry. |
-| `opentofu_version` | `1.7.1` | OpenTofu version that should be used. Must be one of `1.7.1`, `1.7.0`, `1.7.0-alpha1`, `1.6.2`, `1.6.1`, `1.6.0`. |
+| `opentofu_version` | `1.7.2` | OpenTofu version that should be used. Must be one of `1.7.2`, `1.7.1`, `1.7.0`, `1.7.0-alpha1`, `1.6.2`, `1.6.1`, `1.6.0`. |
 | `image_registry_base` | `$CI_REGISTRY/components/opentofu` | Host URI to the job images. Will be combined with `image_name` to construct the actual image URI. |
 | `image_name` | `gitlab-opentofu` | Image name for the job images. Hosted under `image_registry_base`. |
 | `root_dir` | `${CI_PROJECT_DIR}` | Root directory for the OpenTofu project. |
@@ -188,6 +188,7 @@ Have a look at the individual template spec to learn about the available inputs.
 
 The following OpenTofu versions are available with this component via the `opentofu_version` input:
 
+- [`1.7.2`](https://github.com/opentofu/opentofu/releases/tag/v1.7.2)
 - [`1.7.1`](https://github.com/opentofu/opentofu/releases/tag/v1.7.1)
 - [`1.7.0`](https://github.com/opentofu/opentofu/releases/tag/v1.7.0)
 - [`1.7.0-alpha1`](https://github.com/opentofu/opentofu/releases/tag/v1.7.0-alpha1)
diff --git a/opentofu_versions.yaml b/opentofu_versions.yaml
index 36f69a4..b0e5457 100644
--- a/opentofu_versions.yaml
+++ b/opentofu_versions.yaml
@@ -1,6 +1,7 @@
 .data:
-  latest_version: '1.7.1'
+  latest_version: '1.7.2'
   supported_versions: &supported_versions
+    - '1.7.2'
     - '1.7.1'
     - '1.7.0'
     - '1.7.0-alpha1'
diff --git a/templates/apply.yml b/templates/apply.yml
index f57d7f9..a660401 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.7.1'
+      default: '1.7.2'
       options:
+        - '1.7.2'
         - '1.7.1'
         - '1.7.0'
         - '1.7.0-alpha1'
diff --git a/templates/custom-command.yml b/templates/custom-command.yml
index b38a20c..3ac5636 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.7.1'
+      default: '1.7.2'
       options:
+        - '1.7.2'
         - '1.7.1'
         - '1.7.0'
         - '1.7.0-alpha1'
diff --git a/templates/destroy.yml b/templates/destroy.yml
index 748ef28..9422858 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.7.1'
+      default: '1.7.2'
       options:
+        - '1.7.2'
         - '1.7.1'
         - '1.7.0'
         - '1.7.0-alpha1'
diff --git a/templates/fmt.yml b/templates/fmt.yml
index cb8d130..fe8ff9c 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.7.1'
+      default: '1.7.2'
       options:
+        - '1.7.2'
         - '1.7.1'
         - '1.7.0'
         - '1.7.0-alpha1'
diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml
index 5654671..1fcfeb2 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.7.1'
+      default: '1.7.2'
       options:
+        - '1.7.2'
         - '1.7.1'
         - '1.7.0'
         - '1.7.0-alpha1'
diff --git a/templates/graph.yml b/templates/graph.yml
index 85afeba..bb39c8c 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.7.1'
+      default: '1.7.2'
       options:
+        - '1.7.2'
         - '1.7.1'
         - '1.7.0'
         - '1.7.0-alpha1'
diff --git a/templates/job-templates.yml b/templates/job-templates.yml
index a7db0f3..394637c 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.7.1'
+      default: '1.7.2'
       options:
+        - '1.7.2'
         - '1.7.1'
         - '1.7.0'
         - '1.7.0-alpha1'
diff --git a/templates/plan.yml b/templates/plan.yml
index 58255d5..5509b16 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.7.1'
+      default: '1.7.2'
       options:
+        - '1.7.2'
         - '1.7.1'
         - '1.7.0'
         - '1.7.0-alpha1'
diff --git a/templates/test.yml b/templates/test.yml
index 8f65107..e98dac6 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.7.1'
+      default: '1.7.2'
       options:
+        - '1.7.2'
         - '1.7.1'
         - '1.7.0'
         - '1.7.0-alpha1'
diff --git a/templates/validate-plan-apply.yml b/templates/validate-plan-apply.yml
index 258662b..7448a52 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.7.1'
+      default: '1.7.2'
       options:
+        - '1.7.2'
         - '1.7.1'
         - '1.7.0'
         - '1.7.0-alpha1'
diff --git a/templates/validate-plan-destroy.yml b/templates/validate-plan-destroy.yml
index 60f2fb6..c611e82 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.7.1'
+      default: '1.7.2'
       options:
+        - '1.7.2'
         - '1.7.1'
         - '1.7.0'
         - '1.7.0-alpha1'
diff --git a/templates/validate-plan.yml b/templates/validate-plan.yml
index 480f068..305e847 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.7.1'
+      default: '1.7.2'
       options:
+        - '1.7.2'
         - '1.7.1'
         - '1.7.0'
         - '1.7.0-alpha1'
diff --git a/templates/validate.yml b/templates/validate.yml
index 02578ed..41f44a7 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.7.1'
+      default: '1.7.2'
       options:
+        - '1.7.2'
         - '1.7.1'
         - '1.7.0'
         - '1.7.0-alpha1'
-- 
GitLab