gitlab components/opentofu 0.18.0-rc4

latest releases: 3.1.0, 3.1.0-rc1, 3.0.1...
17 months ago

Release 0.18.0-rc4 of components repository components/opentofu.

See the CHANGELOG for what changes happened in this release.

Usage

You can use the OpenTofu CI/CD component from the CI/CD catalog using:

include:
  - component: gitlab.com/components/opentofu/full-pipeline@0.18.0-rc4
    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.18.0-rc4
      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:709b21f8058c208885c586fe935ecf673afa9041eb8830e4e9af6d1cbb256ee7)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
    • (digest: sha256:709b21f8058c208885c586fe935ecf673afa9041eb8830e4e9af6d1cbb256ee7)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.0-alpha1
    • (digest: sha256:715ed68f80b1e0ae59309452617a43180141b007f003a3b0c4ac74310649de6c)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.2
    • (digest: sha256:709b21f8058c208885c586fe935ecf673afa9041eb8830e4e9af6d1cbb256ee7)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.1
    • (digest: sha256:c42226049bdc95556b36a3c0cd15f22ce020310131c306f95142019b38fe05e4)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
    • (digest: sha256:de7886cdd74b1f97965ee4f03f4d362d146e368f0e69f945a19fe0605fcea227)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.18.0-rc4
    • (digest: sha256:709b21f8058c208885c586fe935ecf673afa9041eb8830e4e9af6d1cbb256ee7)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.18.0-rc4-opentofulatest
    • (digest: sha256:709b21f8058c208885c586fe935ecf673afa9041eb8830e4e9af6d1cbb256ee7)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.18.0-rc4-opentofu1.7.0-alpha1
    • (digest: sha256:715ed68f80b1e0ae59309452617a43180141b007f003a3b0c4ac74310649de6c)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.18.0-rc4-opentofu1.6.2
    • (digest: sha256:709b21f8058c208885c586fe935ecf673afa9041eb8830e4e9af6d1cbb256ee7)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.18.0-rc4-opentofu1.6.1
    • (digest: sha256:c42226049bdc95556b36a3c0cd15f22ce020310131c306f95142019b38fe05e4)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.18.0-rc4-opentofu1.6.0
    • (digest: sha256:de7886cdd74b1f97965ee4f03f4d362d146e368f0e69f945a19fe0605fcea227)

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.