gitlab components/opentofu 0.5.0

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

Release 0.5.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.5.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.5.0
      opentofu_version: 1.6.0

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:0.5.0-opentofu1.6.0-rc1
    • (digest: sha256:c1f32d7d9a9166ce81c1fa3419e6825c8e2d3fa5003e8716fe74b4a0bd55788f)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.5.0-opentofu1.6.0
    • (digest: sha256:3fe0835971ce6c8361901757831c4f3b0a871ae06e96bc841dc24455696f8760)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.5.0-opentofulatest
    • (digest: sha256:3fe0835971ce6c8361901757831c4f3b0a871ae06e96bc841dc24455696f8760)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.5.0
    • (digest: sha256:3fe0835971ce6c8361901757831c4f3b0a871ae06e96bc841dc24455696f8760)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0-rc1
    • (digest: sha256:c1f32d7d9a9166ce81c1fa3419e6825c8e2d3fa5003e8716fe74b4a0bd55788f)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
    • (digest: sha256:3fe0835971ce6c8361901757831c4f3b0a871ae06e96bc841dc24455696f8760)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
    • (digest: sha256:3fe0835971ce6c8361901757831c4f3b0a871ae06e96bc841dc24455696f8760)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest
    • (digest: sha256:3fe0835971ce6c8361901757831c4f3b0a871ae06e96bc841dc24455696f8760)

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.