gitlab components/opentofu 0.22.0-rc2

latest releases: 0.53.0, 0.52.0, 0.52.0-rc1...
8 months ago

Release 0.22.0-rc2 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.22.0-rc2
    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.22.0-rc2
      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:976ba7a6fe5ea421e56a84898210340d2241fb36ad803e18a3bfa5a2e70b8b7a)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
    • (digest: sha256:976ba7a6fe5ea421e56a84898210340d2241fb36ad803e18a3bfa5a2e70b8b7a)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.1
    • (digest: sha256:976ba7a6fe5ea421e56a84898210340d2241fb36ad803e18a3bfa5a2e70b8b7a)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.0
    • (digest: sha256:81d04da531b8cae19cc48c3d3496e0e751335b049a1c085325344fb5b663ce3e)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.0-alpha1
    • (digest: sha256:e8fc0ef816e3310630d982af0913a44dc506fcb3a51dcd6b872f4ffe0ee8f363)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.2
    • (digest: sha256:9cf7cfadb53b04452c6f0fcfd54c93aef26ac1f0dad92cef7cccf0e74407055d)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.1
    • (digest: sha256:3667c8db544b8ada4973df67f297f4a20c8e1dcbf5b7b55b423a8d6ef52d772e)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
    • (digest: sha256:5258a1c527bb3ca4dfb6b721f76faf8c38f04a530570cb9baddd0e58fc1df479)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.22.0-rc2
    • (digest: sha256:976ba7a6fe5ea421e56a84898210340d2241fb36ad803e18a3bfa5a2e70b8b7a)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.22.0-rc2-opentofulatest
    • (digest: sha256:976ba7a6fe5ea421e56a84898210340d2241fb36ad803e18a3bfa5a2e70b8b7a)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.22.0-rc2-opentofu1.7.1
    • (digest: sha256:976ba7a6fe5ea421e56a84898210340d2241fb36ad803e18a3bfa5a2e70b8b7a)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.22.0-rc2-opentofu1.7.0
    • (digest: sha256:81d04da531b8cae19cc48c3d3496e0e751335b049a1c085325344fb5b663ce3e)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.22.0-rc2-opentofu1.7.0-alpha1
    • (digest: sha256:e8fc0ef816e3310630d982af0913a44dc506fcb3a51dcd6b872f4ffe0ee8f363)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.22.0-rc2-opentofu1.6.2
    • (digest: sha256:9cf7cfadb53b04452c6f0fcfd54c93aef26ac1f0dad92cef7cccf0e74407055d)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.22.0-rc2-opentofu1.6.1
    • (digest: sha256:3667c8db544b8ada4973df67f297f4a20c8e1dcbf5b7b55b423a8d6ef52d772e)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.22.0-rc2-opentofu1.6.0
    • (digest: sha256:5258a1c527bb3ca4dfb6b721f76faf8c38f04a530570cb9baddd0e58fc1df479)

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.