gitlab components/opentofu 0.12.0

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

Release 0.12.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.12.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.12.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:latest
    • (digest: sha256:75b1bd5fef2e6013f526a0bf3dd5e8fafb41e7b8abdb5fa3d01598f049103d2c)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
    • (digest: sha256:75b1bd5fef2e6013f526a0bf3dd5e8fafb41e7b8abdb5fa3d01598f049103d2c)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.1
    • (digest: sha256:75b1bd5fef2e6013f526a0bf3dd5e8fafb41e7b8abdb5fa3d01598f049103d2c)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
    • (digest: sha256:77cb2e3521c9cf1583217eee597073ad43fc562d2290cf08ae3cdbe67abe2f1f)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0-rc1
    • (digest: sha256:7c64bc0368df97515199da917469fc75e63a12e26a1b46570fede2f3c476e727)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.12.0
    • (digest: sha256:75b1bd5fef2e6013f526a0bf3dd5e8fafb41e7b8abdb5fa3d01598f049103d2c)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.12.0-opentofulatest
    • (digest: sha256:75b1bd5fef2e6013f526a0bf3dd5e8fafb41e7b8abdb5fa3d01598f049103d2c)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.12.0-opentofu1.6.1
    • (digest: sha256:75b1bd5fef2e6013f526a0bf3dd5e8fafb41e7b8abdb5fa3d01598f049103d2c)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.12.0-opentofu1.6.0
    • (digest: sha256:77cb2e3521c9cf1583217eee597073ad43fc562d2290cf08ae3cdbe67abe2f1f)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.12.0-opentofu1.6.0-rc1
    • (digest: sha256:7c64bc0368df97515199da917469fc75e63a12e26a1b46570fede2f3c476e727)

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.