gitlab components/opentofu 0.19.0-rc1

latest releases: 0.53.0, 0.52.0, 0.52.0-rc1...
9 months ago

Release 0.19.0-rc1 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-rc1/components/opentofu/full-pipeline@0.19.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.19.0-rc1
      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:5efd933ccb7d7d9ad23321b385ccddf36716ed801b94a4027e68fb6d988c53fa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofulatest
    • (digest: sha256:5efd933ccb7d7d9ad23321b385ccddf36716ed801b94a4027e68fb6d988c53fa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.1
    • (digest: sha256:5efd933ccb7d7d9ad23321b385ccddf36716ed801b94a4027e68fb6d988c53fa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.0
    • (digest: sha256:628840d565930d10dfed4349fc6b777b70c780df9a51ad9b35d48cb008e7bafe)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.7.0-alpha1
    • (digest: sha256:fa44dec53e8f632cfded948bffbbbcb736d9c609aa13d7643cd45a861e5549e7)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.2
    • (digest: sha256:a2ce953af473f1615fb371e808e1e89e1c52e83c92cb567e8a49e823d14afeec)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.1
    • (digest: sha256:39ac724e62757c5d9685da1be8d4e5b4d2869d8cf8f8d63e8d534c4155c3d221)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:latest-opentofu1.6.0
    • (digest: sha256:1fec9d68ec6fd19531f62d36234d1d0a9e5b033bc9d10d0269d7ba22365be9d5)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-rc1
    • (digest: sha256:5efd933ccb7d7d9ad23321b385ccddf36716ed801b94a4027e68fb6d988c53fa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-rc1-opentofulatest
    • (digest: sha256:5efd933ccb7d7d9ad23321b385ccddf36716ed801b94a4027e68fb6d988c53fa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-rc1-opentofu1.7.1
    • (digest: sha256:5efd933ccb7d7d9ad23321b385ccddf36716ed801b94a4027e68fb6d988c53fa)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-rc1-opentofu1.7.0
    • (digest: sha256:628840d565930d10dfed4349fc6b777b70c780df9a51ad9b35d48cb008e7bafe)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-rc1-opentofu1.7.0-alpha1
    • (digest: sha256:fa44dec53e8f632cfded948bffbbbcb736d9c609aa13d7643cd45a861e5549e7)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-rc1-opentofu1.6.2
    • (digest: sha256:a2ce953af473f1615fb371e808e1e89e1c52e83c92cb567e8a49e823d14afeec)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-rc1-opentofu1.6.1
    • (digest: sha256:39ac724e62757c5d9685da1be8d4e5b4d2869d8cf8f8d63e8d534c4155c3d221)
  • registry.gitlab.com/components/opentofu/gitlab-opentofu:0.19.0-rc1-opentofu1.6.0
    • (digest: sha256:1fec9d68ec6fd19531f62d36234d1d0a9e5b033bc9d10d0269d7ba22365be9d5)

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.