From 8b7fc0728ecc72d6826ad9a04b393cd87050084e Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot <gitlab-bot@gitlab.com> Date: Thu, 26 Dec 2024 16:17:59 +0000 Subject: [PATCH] chore(deps): update dependency opentofu/opentofu to v1.8.8 --- 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 def1dfb..394680d 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.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) - [`1.8.6`](https://github.com/opentofu/opentofu/releases/tag/v1.8.6) diff --git a/default.json b/default.json index ca40ee0..7ccb451 100644 --- a/default.json +++ b/default.json @@ -12,7 +12,7 @@ "templates/**/*.yml", "templates/**/*.yaml" ], - "allowedVersions": "<=1.8.7" + "allowedVersions": "<=1.8.8" } ], "customManagers": [ diff --git a/opentofu_versions.yaml b/opentofu_versions.yaml index af2a66f..b1a3da2 100644 --- a/opentofu_versions.yaml +++ b/opentofu_versions.yaml @@ -1,6 +1,7 @@ .data: - latest_version: '1.8.7' + latest_version: '1.8.8' supported_versions: &supported_versions + - '1.8.8' - '1.8.7' - '1.9.0-beta2' - '1.8.6' diff --git a/templates/apply.yml b/templates/apply.yml index 330e609..5b8dc58 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.7' + default: '1.8.8' options: + - '1.8.8' - '1.8.7' - '1.9.0-beta2' - '1.8.6' diff --git a/templates/custom-command.yml b/templates/custom-command.yml index 6046ce6..a5ae3ac 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.7' + default: '1.8.8' options: + - '1.8.8' - '1.8.7' - '1.9.0-beta2' - '1.8.6' diff --git a/templates/destroy.yml b/templates/destroy.yml index 5f4a055..e6baf5f 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.7' + default: '1.8.8' options: + - '1.8.8' - '1.8.7' - '1.9.0-beta2' - '1.8.6' diff --git a/templates/fmt.yml b/templates/fmt.yml index 7ba56ec..5d7942c 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.7' + default: '1.8.8' options: + - '1.8.8' - '1.8.7' - '1.9.0-beta2' - '1.8.6' diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml index 0f4b27f..74569d3 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.7' + default: '1.8.8' options: + - '1.8.8' - '1.8.7' - '1.9.0-beta2' - '1.8.6' diff --git a/templates/graph.yml b/templates/graph.yml index 99700fd..8c44505 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.7' + default: '1.8.8' options: + - '1.8.8' - '1.8.7' - '1.9.0-beta2' - '1.8.6' diff --git a/templates/job-templates.yml b/templates/job-templates.yml index b64ecd4..260fa77 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.7' + default: '1.8.8' options: + - '1.8.8' - '1.8.7' - '1.9.0-beta2' - '1.8.6' diff --git a/templates/plan.yml b/templates/plan.yml index 69dae95..a90f792 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.7' + default: '1.8.8' options: + - '1.8.8' - '1.8.7' - '1.9.0-beta2' - '1.8.6' diff --git a/templates/test.yml b/templates/test.yml index a7fcc33..58e1466 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.7' + default: '1.8.8' options: + - '1.8.8' - '1.8.7' - '1.9.0-beta2' - '1.8.6' diff --git a/templates/validate-plan-apply.yml b/templates/validate-plan-apply.yml index b89116f..a6eb372 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.7' + default: '1.8.8' options: + - '1.8.8' - '1.8.7' - '1.9.0-beta2' - '1.8.6' diff --git a/templates/validate-plan-destroy.yml b/templates/validate-plan-destroy.yml index 5fc8a72..b2079f8 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.7' + default: '1.8.8' options: + - '1.8.8' - '1.8.7' - '1.9.0-beta2' - '1.8.6' diff --git a/templates/validate-plan.yml b/templates/validate-plan.yml index 8262da9..bc8f6bf 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.7' + default: '1.8.8' options: + - '1.8.8' - '1.8.7' - '1.9.0-beta2' - '1.8.6' diff --git a/templates/validate.yml b/templates/validate.yml index 2c1d4d8..4948768 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.7' + default: '1.8.8' options: + - '1.8.8' - '1.8.7' - '1.9.0-beta2' - '1.8.6' -- GitLab