gitlab components/opentofu 0.15.0

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

Release 0.15.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.15.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.15.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:e56e6c7a9bd2cf4ac41e98e71693ed0e5c4941a3ea32cb32794c995e43094ff6)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
    • (digest: sha256:e56e6c7a9bd2cf4ac41e98e71693ed0e5c4941a3ea32cb32794c995e43094ff6)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.1
    • (digest: sha256:e56e6c7a9bd2cf4ac41e98e71693ed0e5c4941a3ea32cb32794c995e43094ff6)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
    • (digest: sha256:f2a1f9b0b9541f593f5b1b60071a14972fed9e650c379648c747bd987c39f28d)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0-rc1
    • (digest: sha256:a56f51e1411971d9725bea4ddabdbe6a536c8d93c37e6ac95e7b576a746f2dc1)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.15.0
    • (digest: sha256:e56e6c7a9bd2cf4ac41e98e71693ed0e5c4941a3ea32cb32794c995e43094ff6)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.15.0-opentofulatest
    • (digest: sha256:e56e6c7a9bd2cf4ac41e98e71693ed0e5c4941a3ea32cb32794c995e43094ff6)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.15.0-opentofu1.6.1
    • (digest: sha256:e56e6c7a9bd2cf4ac41e98e71693ed0e5c4941a3ea32cb32794c995e43094ff6)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.15.0-opentofu1.6.0
    • (digest: sha256:f2a1f9b0b9541f593f5b1b60071a14972fed9e650c379648c747bd987c39f28d)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.15.0-opentofu1.6.0-rc1
    • (digest: sha256:a56f51e1411971d9725bea4ddabdbe6a536c8d93c37e6ac95e7b576a746f2dc1)

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.