Release 0.9.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.9.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.9.0
opentofu_version: 1.6.1
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.9.0-opentofu1.6.0-rc1
- (digest:
sha256:2bd75f453daeeb56528119838e32c289b0e8a4eda0e69cbbd16aaaab7022d54b
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:0.9.0-opentofu1.6.0
- (digest:
sha256:5c8c1213d02698a63971ed42159b198d764eb6d1b3ba98a52a4b1babaf93072e
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:0.9.0-opentofu1.6.1
- (digest:
sha256:7665d310b51432385e69f5ba4a99b2835b11d9adad691a5c25b836240171a038
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:0.9.0-opentofulatest
- (digest:
sha256:7665d310b51432385e69f5ba4a99b2835b11d9adad691a5c25b836240171a038
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:0.9.0
- (digest:
sha256:7665d310b51432385e69f5ba4a99b2835b11d9adad691a5c25b836240171a038
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0-rc1
- (digest:
sha256:2bd75f453daeeb56528119838e32c289b0e8a4eda0e69cbbd16aaaab7022d54b
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
- (digest:
sha256:5c8c1213d02698a63971ed42159b198d764eb6d1b3ba98a52a4b1babaf93072e
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.1
- (digest:
sha256:7665d310b51432385e69f5ba4a99b2835b11d9adad691a5c25b836240171a038
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
- (digest:
sha256:7665d310b51432385e69f5ba4a99b2835b11d9adad691a5c25b836240171a038
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:latest
- (digest:
sha256:7665d310b51432385e69f5ba4a99b2835b11d9adad691a5c25b836240171a038
)
- (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.