gitlab components/opentofu 0.16.0

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

Release 0.16.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.16.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.16.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:7825321070a776b921aaa112e260385f9cc25f3a6e409f4bd4fecea877e0d5f3)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
    • (digest: sha256:7825321070a776b921aaa112e260385f9cc25f3a6e409f4bd4fecea877e0d5f3)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.1
    • (digest: sha256:7825321070a776b921aaa112e260385f9cc25f3a6e409f4bd4fecea877e0d5f3)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
    • (digest: sha256:7b211948178960702835720e08ff910ad94a71388bc6dc4373e829c98e8adf8c)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0-rc1
    • (digest: sha256:cdb1723ac2e3e8f7a4488fa0c0a418eaf7a6946c0aae9065d97d6b20ed6cc5e6)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.16.0
    • (digest: sha256:7825321070a776b921aaa112e260385f9cc25f3a6e409f4bd4fecea877e0d5f3)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.16.0-opentofulatest
    • (digest: sha256:7825321070a776b921aaa112e260385f9cc25f3a6e409f4bd4fecea877e0d5f3)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.16.0-opentofu1.6.1
    • (digest: sha256:7825321070a776b921aaa112e260385f9cc25f3a6e409f4bd4fecea877e0d5f3)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.16.0-opentofu1.6.0
    • (digest: sha256:7b211948178960702835720e08ff910ad94a71388bc6dc4373e829c98e8adf8c)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.16.0-opentofu1.6.0-rc1
    • (digest: sha256:cdb1723ac2e3e8f7a4488fa0c0a418eaf7a6946c0aae9065d97d6b20ed6cc5e6)

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.