gitlab components/opentofu 0.4.0-alpha1

latest releases: 3.3.0, 3.2.0, 3.1.0...
20 months ago

Release 0.4.0-alpha1 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.4.0-alpha1
    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.4.0-alpha1
      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.4.0-alpha1-opentofu1.6.0-rc1
    • (digest: sha256:5cb774e13e7f3eafa60a04278a41bb4ffed7d05ff0a367abb0479ecbd11d608e)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.4.0-alpha1-opentofu1.6.0
    • (digest: sha256:39e296c8452f7fa7af8c527f289e3e2dde579ea7cfa0ce9aed35dc4699277dfa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.4.0-alpha1-opentofulatest
    • (digest: sha256:39e296c8452f7fa7af8c527f289e3e2dde579ea7cfa0ce9aed35dc4699277dfa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.4.0-alpha1
    • (digest: sha256:39e296c8452f7fa7af8c527f289e3e2dde579ea7cfa0ce9aed35dc4699277dfa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0-rc1
    • (digest: sha256:5cb774e13e7f3eafa60a04278a41bb4ffed7d05ff0a367abb0479ecbd11d608e)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
    • (digest: sha256:39e296c8452f7fa7af8c527f289e3e2dde579ea7cfa0ce9aed35dc4699277dfa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
    • (digest: sha256:39e296c8452f7fa7af8c527f289e3e2dde579ea7cfa0ce9aed35dc4699277dfa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest
    • (digest: sha256:39e296c8452f7fa7af8c527f289e3e2dde579ea7cfa0ce9aed35dc4699277dfa)

Note:

When using the component with the inputs version and opentofu_version,

then the image tag is constructed with the following pattern:

<version>-opentofu<opentofu_version>

Read more about versioning and releases here.

Don't miss a new opentofu release

NewReleases is sending notifications on new releases.