From 122dcbf06d31c7cdc638f8f2014d9fe99c17a039 Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot <gitlab-bot@gitlab.com> Date: Thu, 24 Apr 2025 21:18:41 +0000 Subject: [PATCH] chore(deps): update dependency opentofu/opentofu to v1.9.1 --- 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 9ad6f92..98aeaf4 100644 --- a/README.md +++ b/README.md @@ -383,6 +383,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.9.1`](https://github.com/opentofu/opentofu/releases/tag/v1.9.1) - [`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.7.7`](https://github.com/opentofu/opentofu/releases/tag/v1.7.7) diff --git a/default.json b/default.json index 4321337..480f912 100644 --- a/default.json +++ b/default.json @@ -12,7 +12,7 @@ "templates/**/*.yml", "templates/**/*.yaml" ], - "allowedVersions": "<=1.9.0" + "allowedVersions": "<=1.9.1" } ], "customManagers": [ diff --git a/opentofu_versions.yaml b/opentofu_versions.yaml index 72d649a..ec2bb3e 100644 --- a/opentofu_versions.yaml +++ b/opentofu_versions.yaml @@ -1,6 +1,7 @@ .data: - latest_version: '1.9.0' + latest_version: '1.9.1' supported_versions: &supported_versions + - '1.9.1' - '1.9.0' - '1.8.8' - '1.7.7' diff --git a/templates/apply.yml b/templates/apply.yml index 5bb2a33..b03456e 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.9.0' + default: '1.9.1' options: + - '1.9.1' - '1.9.0' - '1.8.8' - '1.7.7' diff --git a/templates/custom-command.yml b/templates/custom-command.yml index ff3b008..c0afb4f 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.9.0' + default: '1.9.1' options: + - '1.9.1' - '1.9.0' - '1.8.8' - '1.7.7' diff --git a/templates/destroy.yml b/templates/destroy.yml index 13433d6..86090e1 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.9.0' + default: '1.9.1' options: + - '1.9.1' - '1.9.0' - '1.8.8' - '1.7.7' diff --git a/templates/fmt.yml b/templates/fmt.yml index 842ec7e..fb65658 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.9.0' + default: '1.9.1' options: + - '1.9.1' - '1.9.0' - '1.8.8' - '1.7.7' diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml index af0c4ce..f21ffc4 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.9.0' + default: '1.9.1' options: + - '1.9.1' - '1.9.0' - '1.8.8' - '1.7.7' diff --git a/templates/graph.yml b/templates/graph.yml index 8f14719..8b9aad6 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.9.0' + default: '1.9.1' options: + - '1.9.1' - '1.9.0' - '1.8.8' - '1.7.7' diff --git a/templates/job-templates.yml b/templates/job-templates.yml index 86ebc6f..1015272 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.9.0' + default: '1.9.1' options: + - '1.9.1' - '1.9.0' - '1.8.8' - '1.7.7' diff --git a/templates/plan.yml b/templates/plan.yml index c708d39..afe0b14 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.9.0' + default: '1.9.1' options: + - '1.9.1' - '1.9.0' - '1.8.8' - '1.7.7' diff --git a/templates/test.yml b/templates/test.yml index 1e17bae..3ff3689 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.9.0' + default: '1.9.1' options: + - '1.9.1' - '1.9.0' - '1.8.8' - '1.7.7' diff --git a/templates/validate-plan-apply.yml b/templates/validate-plan-apply.yml index e1f05fe..5d3aea6 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.9.0' + default: '1.9.1' options: + - '1.9.1' - '1.9.0' - '1.8.8' - '1.7.7' diff --git a/templates/validate-plan-destroy.yml b/templates/validate-plan-destroy.yml index 909aeab..485db4b 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.9.0' + default: '1.9.1' options: + - '1.9.1' - '1.9.0' - '1.8.8' - '1.7.7' diff --git a/templates/validate-plan.yml b/templates/validate-plan.yml index 13d424c..00238f8 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.9.0' + default: '1.9.1' options: + - '1.9.1' - '1.9.0' - '1.8.8' - '1.7.7' diff --git a/templates/validate.yml b/templates/validate.yml index d932735..ef85d65 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.9.0' + default: '1.9.1' options: + - '1.9.1' - '1.9.0' - '1.8.8' - '1.7.7' -- GitLab