From 20afa5b9dff5f124e77a1edbdfc95ce1f8d93e1b Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot <gitlab-bot@gitlab.com> Date: Thu, 9 Jan 2025 17:18:35 +0000 Subject: [PATCH] chore(deps): update dependency opentofu/opentofu to v1.9.0 --- 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 394680d..0a76f1a 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.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.8.7`](https://github.com/opentofu/opentofu/releases/tag/v1.8.7) - [`1.9.0-beta2`](https://github.com/opentofu/opentofu/releases/tag/v1.9.0-beta2) diff --git a/default.json b/default.json index 7ccb451..4321337 100644 --- a/default.json +++ b/default.json @@ -12,7 +12,7 @@ "templates/**/*.yml", "templates/**/*.yaml" ], - "allowedVersions": "<=1.8.8" + "allowedVersions": "<=1.9.0" } ], "customManagers": [ diff --git a/opentofu_versions.yaml b/opentofu_versions.yaml index b1a3da2..abd05bc 100644 --- a/opentofu_versions.yaml +++ b/opentofu_versions.yaml @@ -1,6 +1,7 @@ .data: - latest_version: '1.8.8' + latest_version: '1.9.0' supported_versions: &supported_versions + - '1.9.0' - '1.8.8' - '1.8.7' - '1.9.0-beta2' diff --git a/templates/apply.yml b/templates/apply.yml index 5b8dc58..a48a099 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.8' + default: '1.9.0' options: + - '1.9.0' - '1.8.8' - '1.8.7' - '1.9.0-beta2' diff --git a/templates/custom-command.yml b/templates/custom-command.yml index a5ae3ac..f8abc2d 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.8' + default: '1.9.0' options: + - '1.9.0' - '1.8.8' - '1.8.7' - '1.9.0-beta2' diff --git a/templates/destroy.yml b/templates/destroy.yml index e6baf5f..2b9096b 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.8' + default: '1.9.0' options: + - '1.9.0' - '1.8.8' - '1.8.7' - '1.9.0-beta2' diff --git a/templates/fmt.yml b/templates/fmt.yml index 5d7942c..cc8c3c5 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.8' + default: '1.9.0' options: + - '1.9.0' - '1.8.8' - '1.8.7' - '1.9.0-beta2' diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml index 74569d3..76d0bad 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.8' + default: '1.9.0' options: + - '1.9.0' - '1.8.8' - '1.8.7' - '1.9.0-beta2' diff --git a/templates/graph.yml b/templates/graph.yml index 8c44505..63c6516 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.8' + default: '1.9.0' options: + - '1.9.0' - '1.8.8' - '1.8.7' - '1.9.0-beta2' diff --git a/templates/job-templates.yml b/templates/job-templates.yml index 260fa77..17462cd 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.8' + default: '1.9.0' options: + - '1.9.0' - '1.8.8' - '1.8.7' - '1.9.0-beta2' diff --git a/templates/plan.yml b/templates/plan.yml index a90f792..af0849f 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.8' + default: '1.9.0' options: + - '1.9.0' - '1.8.8' - '1.8.7' - '1.9.0-beta2' diff --git a/templates/test.yml b/templates/test.yml index 58e1466..4d9df88 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.8' + default: '1.9.0' options: + - '1.9.0' - '1.8.8' - '1.8.7' - '1.9.0-beta2' diff --git a/templates/validate-plan-apply.yml b/templates/validate-plan-apply.yml index a6eb372..2e0b96f 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.8' + default: '1.9.0' options: + - '1.9.0' - '1.8.8' - '1.8.7' - '1.9.0-beta2' diff --git a/templates/validate-plan-destroy.yml b/templates/validate-plan-destroy.yml index b2079f8..69644d5 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.8' + default: '1.9.0' options: + - '1.9.0' - '1.8.8' - '1.8.7' - '1.9.0-beta2' diff --git a/templates/validate-plan.yml b/templates/validate-plan.yml index bc8f6bf..4dd446c 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.8' + default: '1.9.0' options: + - '1.9.0' - '1.8.8' - '1.8.7' - '1.9.0-beta2' diff --git a/templates/validate.yml b/templates/validate.yml index 4948768..10f564c 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.8' + default: '1.9.0' options: + - '1.9.0' - '1.8.8' - '1.8.7' - '1.9.0-beta2' -- GitLab