Release 0.6.0 of components repository components/opentofu.
Usage
You can use the OpenTofu CI/CD component from the CI/CD catalog using:
include:
- component: gitlab.com/components/opentofu/full-pipeline@0.6.0
inputs:
# The version must currently be specified explicitly as an input,
# to find the correctly associated images. # This can be removed
# once https://gitlab.com/gitlab-org/gitlab/-/issues/438275 is solved.
version: 0.6.0
opentofu_version: 1.6.0
stages: [validate, test, build, deploy, cleanup]
See the README.md for more usage examples.
Available OpenTofu versions
This release is available with the following OpenTofu versions:
Available GitLab OpenTofu images
This release deployed the following gitlab-opentofu
images:
registry.gitlab.com/components/opentofu/gitlab-opentofu:0.6.0-opentofu1.6.0-rc1
- (digest:
sha256:5634d55414e33991b98563d1eabaa4a4903d104edb0a219b020563f3c8686699
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:0.6.0-opentofu1.6.0
- (digest:
sha256:4b2fc7b58255b3bac67f7bc7b09bdae1d7aecd7a9b498a88c5beb0c1f53897e3
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:0.6.0-opentofulatest
- (digest:
sha256:4b2fc7b58255b3bac67f7bc7b09bdae1d7aecd7a9b498a88c5beb0c1f53897e3
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:0.6.0
- (digest:
sha256:4b2fc7b58255b3bac67f7bc7b09bdae1d7aecd7a9b498a88c5beb0c1f53897e3
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0-rc1
- (digest:
sha256:5634d55414e33991b98563d1eabaa4a4903d104edb0a219b020563f3c8686699
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
- (digest:
sha256:4b2fc7b58255b3bac67f7bc7b09bdae1d7aecd7a9b498a88c5beb0c1f53897e3
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
- (digest:
sha256:4b2fc7b58255b3bac67f7bc7b09bdae1d7aecd7a9b498a88c5beb0c1f53897e3
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:latest
- (digest:
sha256:4b2fc7b58255b3bac67f7bc7b09bdae1d7aecd7a9b498a88c5beb0c1f53897e3
)
- (digest:
Note:
When using the component with the inputs
version
andopentofu_version
,
then the image tag is constructed with the following pattern:
<version>-opentofu<opentofu_version>
Read more about versioning and releases here.