gitlab components/opentofu 0.10.0

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

Release 0.10.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.10.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.10.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:e601e3adf898dc48476089bc26177c0f9f32ddea87cae9fc3fead1a22fa795aa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
    • (digest: sha256:e601e3adf898dc48476089bc26177c0f9f32ddea87cae9fc3fead1a22fa795aa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.1
    • (digest: sha256:e601e3adf898dc48476089bc26177c0f9f32ddea87cae9fc3fead1a22fa795aa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
    • (digest: sha256:ea8868ae43b357f38cfd5ad41aa0a1bcf9a65d09ad3e1b478881e3b6a1c12a4d)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0-rc1
    • (digest: sha256:6d205b6c3b11dea18fe1125f8e1ba8c354d6a2f9e3207853d4c1bb1e2dcb9540)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.10.0
    • (digest: sha256:e601e3adf898dc48476089bc26177c0f9f32ddea87cae9fc3fead1a22fa795aa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.10.0-opentofulatest
    • (digest: sha256:e601e3adf898dc48476089bc26177c0f9f32ddea87cae9fc3fead1a22fa795aa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.10.0-opentofu1.6.1
    • (digest: sha256:e601e3adf898dc48476089bc26177c0f9f32ddea87cae9fc3fead1a22fa795aa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.10.0-opentofu1.6.0
    • (digest: sha256:ea8868ae43b357f38cfd5ad41aa0a1bcf9a65d09ad3e1b478881e3b6a1c12a4d)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.10.0-opentofu1.6.0-rc1
    • (digest: sha256:6d205b6c3b11dea18fe1125f8e1ba8c354d6a2f9e3207853d4c1bb1e2dcb9540)

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.