gitlab components/opentofu 0.11.0-rc1

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

Release 0.11.0-rc1 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.11.0-rc1
    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.11.0-rc1
      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:b1557f90223206c307ccf2d6cf6981f77116f79c2238121529232d816715d990)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
    • (digest: sha256:b1557f90223206c307ccf2d6cf6981f77116f79c2238121529232d816715d990)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.1
    • (digest: sha256:b1557f90223206c307ccf2d6cf6981f77116f79c2238121529232d816715d990)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
    • (digest: sha256:c404a8c738864771e641e0b7663beaa269b741caab0d6045a51e739242dd2101)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0-rc1
    • (digest: sha256:c26428e1ef8ae27b4742e8da9f3264ee03a5c20f72bf9b5ef8995206bd2111ca)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.11.0-rc1
    • (digest: sha256:b1557f90223206c307ccf2d6cf6981f77116f79c2238121529232d816715d990)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.11.0-rc1-opentofulatest
    • (digest: sha256:b1557f90223206c307ccf2d6cf6981f77116f79c2238121529232d816715d990)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.11.0-rc1-opentofu1.6.1
    • (digest: sha256:b1557f90223206c307ccf2d6cf6981f77116f79c2238121529232d816715d990)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.11.0-rc1-opentofu1.6.0
    • (digest: sha256:c404a8c738864771e641e0b7663beaa269b741caab0d6045a51e739242dd2101)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.11.0-rc1-opentofu1.6.0-rc1
    • (digest: sha256:c26428e1ef8ae27b4742e8da9f3264ee03a5c20f72bf9b5ef8995206bd2111ca)

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.