gitlab components/opentofu 0.20.0

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

Release 0.20.0 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: 0.20.0/components/opentofu/full-pipeline@0.20.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.20.0
      opentofu_version: 1.7.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:e71eecd96defec1c09a04e7d10c9b2030b6849633801ba2fb56cad0c07e1a146)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
    • (digest: sha256:e71eecd96defec1c09a04e7d10c9b2030b6849633801ba2fb56cad0c07e1a146)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.1
    • (digest: sha256:e71eecd96defec1c09a04e7d10c9b2030b6849633801ba2fb56cad0c07e1a146)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.0
    • (digest: sha256:69c3957264459a61cf28bd6c1d7a97ee1815a6de3ce672ca72c22c9902198482)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.0-alpha1
    • (digest: sha256:de3068043e71b0666aef711692cb49b3d3e6774a55d837e214c891f6e253dc0b)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.2
    • (digest: sha256:88278af4e6dc8afcf3012a1c7e6115d0070df0cb04f22ab0c9f5ea941460cc70)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.1
    • (digest: sha256:73f8b308b4fe98d0377c191cf5cea65d85c4c5f92e8b1519e57e838ee08e464d)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
    • (digest: sha256:b93be3bdf25f287c1895bfe92028bc25df10416a674bb9bdaa1fbf8e37e13117)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.20.0
    • (digest: sha256:e71eecd96defec1c09a04e7d10c9b2030b6849633801ba2fb56cad0c07e1a146)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.20.0-opentofulatest
    • (digest: sha256:e71eecd96defec1c09a04e7d10c9b2030b6849633801ba2fb56cad0c07e1a146)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.20.0-opentofu1.7.1
    • (digest: sha256:e71eecd96defec1c09a04e7d10c9b2030b6849633801ba2fb56cad0c07e1a146)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.20.0-opentofu1.7.0
    • (digest: sha256:69c3957264459a61cf28bd6c1d7a97ee1815a6de3ce672ca72c22c9902198482)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.20.0-opentofu1.7.0-alpha1
    • (digest: sha256:de3068043e71b0666aef711692cb49b3d3e6774a55d837e214c891f6e253dc0b)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.20.0-opentofu1.6.2
    • (digest: sha256:88278af4e6dc8afcf3012a1c7e6115d0070df0cb04f22ab0c9f5ea941460cc70)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.20.0-opentofu1.6.1
    • (digest: sha256:73f8b308b4fe98d0377c191cf5cea65d85c4c5f92e8b1519e57e838ee08e464d)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.20.0-opentofu1.6.0
    • (digest: sha256:b93be3bdf25f287c1895bfe92028bc25df10416a674bb9bdaa1fbf8e37e13117)

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.