Skip to content

provider-opentofu v0.2.0 bundles OpenTofu v1.8.2 instead of v1.9.0 as expected #69

@aashishshrestha09

Description

@aashishshrestha09

What happened?

The provider-opentofu version v0.2.0 was released with release notes stating it bundles OpenTofu runtime v1.9.0. However, after deploying the provider-opentofu:v0.2.0 package from xpkg.upbound.io and checking the embedded OpenTofu version inside the provider pod, the version remains at v1.8.2. This is inconsistent with the release notes and may cause confusion about which OpenTofu features/fixes are included.

How can we reproduce it?

  1. Deploy provider-opentofu:v0.2.0 from the official registry (xpkg.upbound.io).
  2. Run inside the provider pod:
    tofu version
  3. Observe the version output is OpenTofu v1.8.2 instead of v1.9.0.

What environment did it happen in?

  • provider-opentofu version: v0.2.0 (from xpkg.upbound.io)
  • OpenTofu CLI version (local): v1.8.2
  • Kubernetes version: v1.29.14
  • Crossplane version: 1.17.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions