gitlab components/opentofu 0.18.0

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

Release 0.18.0 of components repository components/opentofu.

See the CHANGELOG for what changes happened in this release.

Usage

You can use the OpenTofu CI/CD component from the CI/CD catalog using:

include:
  - component: 0.18.0/components/opentofu/full-pipeline@0.18.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.18.0
      opentofu_version: 1.7.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:47740b5706e939434045314e380d84dea8eddf897ed8cd0a5bc8988ffe76b066)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
    • (digest: sha256:47740b5706e939434045314e380d84dea8eddf897ed8cd0a5bc8988ffe76b066)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.1
    • (digest: sha256:47740b5706e939434045314e380d84dea8eddf897ed8cd0a5bc8988ffe76b066)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.0
    • (digest: sha256:30a9db5fd7cf114eacbc202b17de59f598ceb1f91dd519b895d02f796c133edd)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.0-alpha1
    • (digest: sha256:cfff34fdf27d30e9d16167d088298dcf76ae885074ba91e549562090f4a9382e)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.2
    • (digest: sha256:a795a26fe99a4fe73076b361b02bca68309a6d02ad69562c4cea91977a048108)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.1
    • (digest: sha256:01dc542fa2f8069ef97ab0e2f7e8068ffce538556b452f1be107385e576432a8)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
    • (digest: sha256:cc64637f595f4af633332cea0ef5fd70633e81d5989e270d57d99237c78e3cfc)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.18.0
    • (digest: sha256:47740b5706e939434045314e380d84dea8eddf897ed8cd0a5bc8988ffe76b066)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.18.0-opentofulatest
    • (digest: sha256:47740b5706e939434045314e380d84dea8eddf897ed8cd0a5bc8988ffe76b066)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.18.0-opentofu1.7.1
    • (digest: sha256:47740b5706e939434045314e380d84dea8eddf897ed8cd0a5bc8988ffe76b066)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.18.0-opentofu1.7.0
    • (digest: sha256:30a9db5fd7cf114eacbc202b17de59f598ceb1f91dd519b895d02f796c133edd)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.18.0-opentofu1.7.0-alpha1
    • (digest: sha256:cfff34fdf27d30e9d16167d088298dcf76ae885074ba91e549562090f4a9382e)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.18.0-opentofu1.6.2
    • (digest: sha256:a795a26fe99a4fe73076b361b02bca68309a6d02ad69562c4cea91977a048108)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.18.0-opentofu1.6.1
    • (digest: sha256:01dc542fa2f8069ef97ab0e2f7e8068ffce538556b452f1be107385e576432a8)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.18.0-opentofu1.6.0
    • (digest: sha256:cc64637f595f4af633332cea0ef5fd70633e81d5989e270d57d99237c78e3cfc)

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.