gitlab components/opentofu 0.19.0

latest releases: 3.3.0, 3.2.0, 3.1.0...
16 months ago

Release 0.19.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.19.0/components/opentofu/full-pipeline@0.19.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.19.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:d35957a70d554b78ba103f94177eadbd71282c1185dfc6fe26b7eade4427b2af)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
    • (digest: sha256:d35957a70d554b78ba103f94177eadbd71282c1185dfc6fe26b7eade4427b2af)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.1
    • (digest: sha256:d35957a70d554b78ba103f94177eadbd71282c1185dfc6fe26b7eade4427b2af)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.0
    • (digest: sha256:ae1f45b10d0d7aa48fcf7ef4299a5a532350f901e8c857e81b24a2167c9ed5d4)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.0-alpha1
    • (digest: sha256:848f588483134c8718e05bc0a5ff9621f0f3ab593bebe5cdc2725e4cff09ffc1)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.2
    • (digest: sha256:8015cc24acc8c66b8a3bd632ced778da67d60495d6901c850801c7ec97ab2cf6)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.1
    • (digest: sha256:ec46f1b8a8e45e21d30205a1fb6dc1d4157ceb0ed3058df2119ce9c4b0515d2a)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
    • (digest: sha256:59056ee82069f6249a9ffe7e930a8b7569643ee589ff50de32bec8be76ca20a7)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0
    • (digest: sha256:d35957a70d554b78ba103f94177eadbd71282c1185dfc6fe26b7eade4427b2af)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-opentofulatest
    • (digest: sha256:d35957a70d554b78ba103f94177eadbd71282c1185dfc6fe26b7eade4427b2af)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-opentofu1.7.1
    • (digest: sha256:d35957a70d554b78ba103f94177eadbd71282c1185dfc6fe26b7eade4427b2af)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-opentofu1.7.0
    • (digest: sha256:ae1f45b10d0d7aa48fcf7ef4299a5a532350f901e8c857e81b24a2167c9ed5d4)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-opentofu1.7.0-alpha1
    • (digest: sha256:848f588483134c8718e05bc0a5ff9621f0f3ab593bebe5cdc2725e4cff09ffc1)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-opentofu1.6.2
    • (digest: sha256:8015cc24acc8c66b8a3bd632ced778da67d60495d6901c850801c7ec97ab2cf6)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-opentofu1.6.1
    • (digest: sha256:ec46f1b8a8e45e21d30205a1fb6dc1d4157ceb0ed3058df2119ce9c4b0515d2a)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-opentofu1.6.0
    • (digest: sha256:59056ee82069f6249a9ffe7e930a8b7569643ee589ff50de32bec8be76ca20a7)

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.