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

Merge branch 'opentofu-1.7.0-alpha1' into 'main'

Include OpenTofu 1.7.0-alpha1

See merge request components/opentofu!51
parents 4c3c8613 0bc2b2e7
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ stages: ...@@ -52,6 +52,7 @@ stages:
.opentofu-versions: .opentofu-versions:
parallel: parallel:
matrix: matrix:
- OPENTOFU_VERSION: '1.7.0-alpha1'
- OPENTOFU_VERSION: '1.6.2' - OPENTOFU_VERSION: '1.6.2'
- OPENTOFU_VERSION: '1.6.1' - OPENTOFU_VERSION: '1.6.1'
- OPENTOFU_VERSION: '1.6.0' - OPENTOFU_VERSION: '1.6.0'
......
...@@ -182,7 +182,7 @@ Have a look at the individual template spec to learn about the available inputs. ...@@ -182,7 +182,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_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. | | `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. | | `version` | `latest` | Version of this component. Has to be the same as the one in the component include entry. |
| `opentofu_version` | `1.6.2` | OpenTofu version that should be used. Must be one of `1.6.2`, `1.6.1`, `1.6.0`. | | `opentofu_version` | `1.6.2` | OpenTofu version that should be used. Must be one of `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_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`. | | `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. | | `root_dir` | `${CI_PROJECT_DIR}` | Root directory for the OpenTofu project. |
...@@ -194,6 +194,7 @@ Have a look at the individual template spec to learn about the available inputs. ...@@ -194,6 +194,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: The following OpenTofu versions are available with this component via the `opentofu_version` input:
- [`1.7.0-alpha1`](https://github.com/opentofu/opentofu/releases/tag/v1.7.0-alpha1)
- [`1.6.2`](https://github.com/opentofu/opentofu/releases/tag/v1.6.2) - [`1.6.2`](https://github.com/opentofu/opentofu/releases/tag/v1.6.2)
- [`1.6.1`](https://github.com/opentofu/opentofu/releases/tag/v1.6.1) - [`1.6.1`](https://github.com/opentofu/opentofu/releases/tag/v1.6.1)
- [`1.6.0`](https://github.com/opentofu/opentofu/releases/tag/v1.6.0) - [`1.6.0`](https://github.com/opentofu/opentofu/releases/tag/v1.6.0)
......
...@@ -19,6 +19,7 @@ spec: ...@@ -19,6 +19,7 @@ spec:
default: '1.6.2' default: '1.6.2'
options: options:
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
- '1.7.0-alpha1'
- '1.6.2' - '1.6.2'
- '1.6.1' - '1.6.1'
- '1.6.0' - '1.6.0'
......
...@@ -19,6 +19,7 @@ spec: ...@@ -19,6 +19,7 @@ spec:
default: '1.6.2' default: '1.6.2'
options: options:
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
- '1.7.0-alpha1'
- '1.6.2' - '1.6.2'
- '1.6.1' - '1.6.1'
- '1.6.0' - '1.6.0'
......
...@@ -19,6 +19,7 @@ spec: ...@@ -19,6 +19,7 @@ spec:
default: '1.6.2' default: '1.6.2'
options: options:
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
- '1.7.0-alpha1'
- '1.6.2' - '1.6.2'
- '1.6.1' - '1.6.1'
- '1.6.0' - '1.6.0'
......
...@@ -19,6 +19,7 @@ spec: ...@@ -19,6 +19,7 @@ spec:
default: '1.6.2' default: '1.6.2'
options: options:
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
- '1.7.0-alpha1'
- '1.6.2' - '1.6.2'
- '1.6.1' - '1.6.1'
- '1.6.0' - '1.6.0'
......
...@@ -28,6 +28,7 @@ spec: ...@@ -28,6 +28,7 @@ spec:
default: '1.6.2' default: '1.6.2'
options: options:
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
- '1.7.0-alpha1'
- '1.6.2' - '1.6.2'
- '1.6.1' - '1.6.1'
- '1.6.0' - '1.6.0'
......
...@@ -28,6 +28,7 @@ spec: ...@@ -28,6 +28,7 @@ spec:
default: '1.6.2' default: '1.6.2'
options: options:
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
- '1.7.0-alpha1'
- '1.6.2' - '1.6.2'
- '1.6.1' - '1.6.1'
- '1.6.0' - '1.6.0'
......
...@@ -19,6 +19,7 @@ spec: ...@@ -19,6 +19,7 @@ spec:
default: '1.6.2' default: '1.6.2'
options: options:
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
- '1.7.0-alpha1'
- '1.6.2' - '1.6.2'
- '1.6.1' - '1.6.1'
- '1.6.0' - '1.6.0'
......
...@@ -19,6 +19,7 @@ spec: ...@@ -19,6 +19,7 @@ spec:
default: '1.6.2' default: '1.6.2'
options: options:
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
- '1.7.0-alpha1'
- '1.6.2' - '1.6.2'
- '1.6.1' - '1.6.1'
- '1.6.0' - '1.6.0'
......
...@@ -22,6 +22,7 @@ spec: ...@@ -22,6 +22,7 @@ spec:
default: '1.6.2' default: '1.6.2'
options: options:
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
- '1.7.0-alpha1'
- '1.6.2' - '1.6.2'
- '1.6.1' - '1.6.1'
- '1.6.0' - '1.6.0'
......
...@@ -19,6 +19,7 @@ spec: ...@@ -19,6 +19,7 @@ spec:
default: '1.6.2' default: '1.6.2'
options: options:
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
- '1.7.0-alpha1'
- '1.6.2' - '1.6.2'
- '1.6.1' - '1.6.1'
- '1.6.0' - '1.6.0'
......
...@@ -19,6 +19,7 @@ spec: ...@@ -19,6 +19,7 @@ spec:
default: '1.6.2' default: '1.6.2'
options: options:
- '$OPENTOFU_VERSION' - '$OPENTOFU_VERSION'
- '1.7.0-alpha1'
- '1.6.2' - '1.6.2'
- '1.6.1' - '1.6.1'
- '1.6.0' - '1.6.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment