Release 0.17.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.17.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.17.0
opentofu_version: 1.6.2
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:latest
- (digest:
sha256:0187f906304ba978527336ea04b2ffa92750d07c7ff7f77d6a24538aea80e4be
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
- (digest:
sha256:0187f906304ba978527336ea04b2ffa92750d07c7ff7f77d6a24538aea80e4be
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.2
- (digest:
sha256:0187f906304ba978527336ea04b2ffa92750d07c7ff7f77d6a24538aea80e4be
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.1
- (digest:
sha256:7bcb6aee472f2340f306ed9776577b10966389a3a3c5818ef13723eb82963f00
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
- (digest:
sha256:09c87c3365119f1434019c98dea1aeb517bb5e7440aa2c86e2395e13e4159090
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:0.17.0
- (digest:
sha256:0187f906304ba978527336ea04b2ffa92750d07c7ff7f77d6a24538aea80e4be
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:0.17.0-opentofulatest
- (digest:
sha256:0187f906304ba978527336ea04b2ffa92750d07c7ff7f77d6a24538aea80e4be
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:0.17.0-opentofu1.6.2
- (digest:
sha256:0187f906304ba978527336ea04b2ffa92750d07c7ff7f77d6a24538aea80e4be
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:0.17.0-opentofu1.6.1
- (digest:
sha256:7bcb6aee472f2340f306ed9776577b10966389a3a3c5818ef13723eb82963f00
)
- (digest:
registry.gitlab.com/components/opentofu/gitlab-opentofu:0.17.0-opentofu1.6.0
- (digest:
sha256:09c87c3365119f1434019c98dea1aeb517bb5e7440aa2c86e2395e13e4159090
)
- (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.