Skip to content
Snippets Groups Projects
Commit 08b9698c authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'renovate/opentofu-opentofu-1.x' into 'main'

chore(deps): update dependency opentofu/opentofu to v1.9.0

See merge request components/opentofu!221
parents e26dada6 78e65a57
Branches
Tags
No related merge requests found
...@@ -287,18 +287,10 @@ beautifully renders the inputs for each templates - check it out! ...@@ -287,18 +287,10 @@ beautifully renders the inputs for each templates - check it out!
The following OpenTofu versions are available with this component via the `opentofu_version` input: 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.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.7.7`](https://github.com/opentofu/opentofu/releases/tag/v1.7.7)
- [`1.9.0-beta2`](https://github.com/opentofu/opentofu/releases/tag/v1.9.0-beta2) - [`1.6.3`](https://github.com/opentofu/opentofu/releases/tag/v1.6.3)
- [`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.8.4`](https://github.com/opentofu/opentofu/releases/tag/v1.8.4)
- [`1.8.3`](https://github.com/opentofu/opentofu/releases/tag/v1.8.3)
- [`1.8.2`](https://github.com/opentofu/opentofu/releases/tag/v1.8.2)
- [`1.8.1`](https://github.com/opentofu/opentofu/releases/tag/v1.8.1)
- [`1.8.0`](https://github.com/opentofu/opentofu/releases/tag/v1.8.0)
- [`1.7.3`](https://github.com/opentofu/opentofu/releases/tag/v1.7.3)
- [`1.6.2`](https://github.com/opentofu/opentofu/releases/tag/v1.6.2)
### Environment Variables ### Environment Variables
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"templates/**/*.yml", "templates/**/*.yml",
"templates/**/*.yaml" "templates/**/*.yaml"
], ],
"allowedVersions": "<=1.8.8" "allowedVersions": "<=1.9.0"
} }
], ],
"customManagers": [ "customManagers": [
......
.data: .data:
latest_version: '1.8.8' latest_version: '1.9.0'
supported_versions: &supported_versions supported_versions: &supported_versions
- '1.9.0'
- '1.8.8' - '1.8.8'
- '1.8.7' - '1.7.7'
- '1.9.0-beta2' - '1.6.3'
- '1.8.6'
- '1.8.5'
- '1.8.4'
- '1.8.3'
- '1.8.2'
- '1.8.1'
- '1.8.0'
- '1.7.3'
- '1.6.2'
hack_templates_supported_versions: hack_templates_supported_versions:
- *supported_versions - *supported_versions
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
...@@ -24,20 +24,12 @@ spec: ...@@ -24,20 +24,12 @@ spec:
description: 'Base OS of GitLab OpenTofu image.' description: 'Base OS of GitLab OpenTofu image.'
opentofu_version: opentofu_version:
default: '1.8.8' default: '1.9.0'
options: options:
- '1.9.0'
- '1.8.8' - '1.8.8'
- '1.8.7' - '1.7.7'
- '1.9.0-beta2' - '1.6.3'
- '1.8.6'
- '1.8.5'
- '1.8.4'
- '1.8.3'
- '1.8.2'
- '1.8.1'
- '1.8.0'
- '1.7.3'
- '1.6.2'
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
description: 'OpenTofu version that should be used.' description: 'OpenTofu version that should be used.'
......
...@@ -24,20 +24,12 @@ spec: ...@@ -24,20 +24,12 @@ spec:
description: 'Base OS of GitLab OpenTofu image.' description: 'Base OS of GitLab OpenTofu image.'
opentofu_version: opentofu_version:
default: '1.8.8' default: '1.9.0'
options: options:
- '1.9.0'
- '1.8.8' - '1.8.8'
- '1.8.7' - '1.7.7'
- '1.9.0-beta2' - '1.6.3'
- '1.8.6'
- '1.8.5'
- '1.8.4'
- '1.8.3'
- '1.8.2'
- '1.8.1'
- '1.8.0'
- '1.7.3'
- '1.6.2'
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
description: 'OpenTofu version that should be used.' description: 'OpenTofu version that should be used.'
......
...@@ -24,20 +24,12 @@ spec: ...@@ -24,20 +24,12 @@ spec:
description: 'Base OS of GitLab OpenTofu image.' description: 'Base OS of GitLab OpenTofu image.'
opentofu_version: opentofu_version:
default: '1.8.8' default: '1.9.0'
options: options:
- '1.9.0'
- '1.8.8' - '1.8.8'
- '1.8.7' - '1.7.7'
- '1.9.0-beta2' - '1.6.3'
- '1.8.6'
- '1.8.5'
- '1.8.4'
- '1.8.3'
- '1.8.2'
- '1.8.1'
- '1.8.0'
- '1.7.3'
- '1.6.2'
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
description: 'OpenTofu version that should be used.' description: 'OpenTofu version that should be used.'
......
...@@ -24,20 +24,12 @@ spec: ...@@ -24,20 +24,12 @@ spec:
description: 'Base OS of GitLab OpenTofu image.' description: 'Base OS of GitLab OpenTofu image.'
opentofu_version: opentofu_version:
default: '1.8.8' default: '1.9.0'
options: options:
- '1.9.0'
- '1.8.8' - '1.8.8'
- '1.8.7' - '1.7.7'
- '1.9.0-beta2' - '1.6.3'
- '1.8.6'
- '1.8.5'
- '1.8.4'
- '1.8.3'
- '1.8.2'
- '1.8.1'
- '1.8.0'
- '1.7.3'
- '1.6.2'
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
description: 'OpenTofu version that should be used.' description: 'OpenTofu version that should be used.'
......
...@@ -33,20 +33,12 @@ spec: ...@@ -33,20 +33,12 @@ spec:
description: 'Base OS of GitLab OpenTofu image.' description: 'Base OS of GitLab OpenTofu image.'
opentofu_version: opentofu_version:
default: '1.8.8' default: '1.9.0'
options: options:
- '1.9.0'
- '1.8.8' - '1.8.8'
- '1.8.7' - '1.7.7'
- '1.9.0-beta2' - '1.6.3'
- '1.8.6'
- '1.8.5'
- '1.8.4'
- '1.8.3'
- '1.8.2'
- '1.8.1'
- '1.8.0'
- '1.7.3'
- '1.6.2'
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
description: 'OpenTofu version that should be used.' description: 'OpenTofu version that should be used.'
......
...@@ -24,20 +24,12 @@ spec: ...@@ -24,20 +24,12 @@ spec:
description: 'Base OS of GitLab OpenTofu image.' description: 'Base OS of GitLab OpenTofu image.'
opentofu_version: opentofu_version:
default: '1.8.8' default: '1.9.0'
options: options:
- '1.9.0'
- '1.8.8' - '1.8.8'
- '1.8.7' - '1.7.7'
- '1.9.0-beta2' - '1.6.3'
- '1.8.6'
- '1.8.5'
- '1.8.4'
- '1.8.3'
- '1.8.2'
- '1.8.1'
- '1.8.0'
- '1.7.3'
- '1.6.2'
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
description: 'OpenTofu version that should be used.' description: 'OpenTofu version that should be used.'
......
...@@ -33,20 +33,12 @@ spec: ...@@ -33,20 +33,12 @@ spec:
description: 'Base OS of GitLab OpenTofu image.' description: 'Base OS of GitLab OpenTofu image.'
opentofu_version: opentofu_version:
default: '1.8.8' default: '1.9.0'
options: options:
- '1.9.0'
- '1.8.8' - '1.8.8'
- '1.8.7' - '1.7.7'
- '1.9.0-beta2' - '1.6.3'
- '1.8.6'
- '1.8.5'
- '1.8.4'
- '1.8.3'
- '1.8.2'
- '1.8.1'
- '1.8.0'
- '1.7.3'
- '1.6.2'
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
description: 'OpenTofu version that should be used.' description: 'OpenTofu version that should be used.'
......
...@@ -24,20 +24,12 @@ spec: ...@@ -24,20 +24,12 @@ spec:
description: 'Base OS of GitLab OpenTofu image.' description: 'Base OS of GitLab OpenTofu image.'
opentofu_version: opentofu_version:
default: '1.8.8' default: '1.9.0'
options: options:
- '1.9.0'
- '1.8.8' - '1.8.8'
- '1.8.7' - '1.7.7'
- '1.9.0-beta2' - '1.6.3'
- '1.8.6'
- '1.8.5'
- '1.8.4'
- '1.8.3'
- '1.8.2'
- '1.8.1'
- '1.8.0'
- '1.7.3'
- '1.6.2'
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
description: 'OpenTofu version that should be used.' description: 'OpenTofu version that should be used.'
......
...@@ -24,20 +24,12 @@ spec: ...@@ -24,20 +24,12 @@ spec:
description: 'Base OS of GitLab OpenTofu image.' description: 'Base OS of GitLab OpenTofu image.'
opentofu_version: opentofu_version:
default: '1.8.8' default: '1.9.0'
options: options:
- '1.9.0'
- '1.8.8' - '1.8.8'
- '1.8.7' - '1.7.7'
- '1.9.0-beta2' - '1.6.3'
- '1.8.6'
- '1.8.5'
- '1.8.4'
- '1.8.3'
- '1.8.2'
- '1.8.1'
- '1.8.0'
- '1.7.3'
- '1.6.2'
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
description: 'OpenTofu version that should be used.' description: 'OpenTofu version that should be used.'
......
...@@ -27,20 +27,12 @@ spec: ...@@ -27,20 +27,12 @@ spec:
description: 'Base OS of GitLab OpenTofu image.' description: 'Base OS of GitLab OpenTofu image.'
opentofu_version: opentofu_version:
default: '1.8.8' default: '1.9.0'
options: options:
- '1.9.0'
- '1.8.8' - '1.8.8'
- '1.8.7' - '1.7.7'
- '1.9.0-beta2' - '1.6.3'
- '1.8.6'
- '1.8.5'
- '1.8.4'
- '1.8.3'
- '1.8.2'
- '1.8.1'
- '1.8.0'
- '1.7.3'
- '1.6.2'
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
description: 'OpenTofu version that should be used.' description: 'OpenTofu version that should be used.'
......
...@@ -27,20 +27,12 @@ spec: ...@@ -27,20 +27,12 @@ spec:
description: 'Base OS of GitLab OpenTofu image.' description: 'Base OS of GitLab OpenTofu image.'
opentofu_version: opentofu_version:
default: '1.8.8' default: '1.9.0'
options: options:
- '1.9.0'
- '1.8.8' - '1.8.8'
- '1.8.7' - '1.7.7'
- '1.9.0-beta2' - '1.6.3'
- '1.8.6'
- '1.8.5'
- '1.8.4'
- '1.8.3'
- '1.8.2'
- '1.8.1'
- '1.8.0'
- '1.7.3'
- '1.6.2'
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
description: 'OpenTofu version that should be used.' description: 'OpenTofu version that should be used.'
......
...@@ -24,20 +24,12 @@ spec: ...@@ -24,20 +24,12 @@ spec:
description: 'Base OS of GitLab OpenTofu image.' description: 'Base OS of GitLab OpenTofu image.'
opentofu_version: opentofu_version:
default: '1.8.8' default: '1.9.0'
options: options:
- '1.9.0'
- '1.8.8' - '1.8.8'
- '1.8.7' - '1.7.7'
- '1.9.0-beta2' - '1.6.3'
- '1.8.6'
- '1.8.5'
- '1.8.4'
- '1.8.3'
- '1.8.2'
- '1.8.1'
- '1.8.0'
- '1.7.3'
- '1.6.2'
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
description: 'OpenTofu version that should be used.' description: 'OpenTofu version that should be used.'
......
...@@ -24,20 +24,12 @@ spec: ...@@ -24,20 +24,12 @@ spec:
description: 'Base OS of GitLab OpenTofu image.' description: 'Base OS of GitLab OpenTofu image.'
opentofu_version: opentofu_version:
default: '1.8.8' default: '1.9.0'
options: options:
- '1.9.0'
- '1.8.8' - '1.8.8'
- '1.8.7' - '1.7.7'
- '1.9.0-beta2' - '1.6.3'
- '1.8.6'
- '1.8.5'
- '1.8.4'
- '1.8.3'
- '1.8.2'
- '1.8.1'
- '1.8.0'
- '1.7.3'
- '1.6.2'
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
description: 'OpenTofu version that should be used.' description: 'OpenTofu version that should be used.'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment