Skip to content

Mitigation for "error downloading Terraform" during bundle deployments #5022

@pietern

Description

@pietern

Starting on April 18, 2026 (UTC evening), executing bundle deploy commands may result in the following error:

error downloading Terraform: unable to verify checksums signature: openpgp: key expired

Mitigation

We have released patched versions of the Databricks CLI across all supported minor versions to address this issue.

  • The patch updates the verification mechanism to work with the newer key.
  • Customers should upgrade to the patched version corresponding to their current CLI minor version.

How to upgrade

The upgrade path depends on how you install the CLI:

  • Binary install: Download the patched version from the GitHub release linked below
  • setup-cli (as install script or GitHub Action): Update the version in your configuration to the patched version listed below

For example, to use 0.296.1

- uses: databricks/setup-cli@main
  with:
    version: 0.296.1

Next steps

  • We recommend upgrading to the patched CLI version as soon as possible
  • Customers not pinning CLI versions will automatically pick up the fix on next install

Version

Existing CLI version Patch version with the fix
v0.297.1 v0.297.2
v0.296.0 v0.296.1
v0.295.0 v0.295.1
v0.294.0 v0.294.1
v0.293.0 v0.293.1
v0.292.0* v0.293.1* (same as v0.292.1)
v0.291.0 v0.291.1
v0.290.1 v0.290.2
v0.289.1 v0.289.2
v0.288.0 v0.288.1
v0.287.0 v0.287.1
v0.286.0 v0.286.1
v0.285.0 v0.285.1
v0.284.0 v0.284.1
v0.283.0 v0.283.1
v0.282.0 v0.282.1
v0.281.0 v0.281.1
v0.280.0 v0.280.1
v0.279.0 v0.279.1
v0.278.0 v0.278.1
v0.277.0 v0.277.1
v0.276.0 v0.276.1
v0.275.0 v0.275.1
v0.274.0 v0.274.1
v0.273.0 v0.273.1
v0.272.0 v0.272.1
v0.271.0 v0.271.1
v0.270.0 v0.270.1
v0.269.0 v0.269.1
v0.268.0 v0.268.1
v0.267.0 v0.267.1
v0.266.0 v0.266.1
v0.265.0 v0.265.1
v0.264.2 v0.264.3
v0.263.0 v0.263.1
v0.262.0 v0.262.1
v0.261.0 v0.261.1
v0.260.0 v0.260.1
v0.259.0 v0.259.1
v0.258.0 v0.258.1
v0.257.0 v0.257.1
v0.256.0 v0.256.1
v0.255.0 v0.255.1
v0.254.0 v0.254.1
v0.253.0 v0.253.1
v0.252.0 v0.252.1
v0.251.0 v0.251.1
v0.250.0 v0.250.1
v0.249.0 v0.249.1
v0.248.0 v0.248.1
v0.247.1 v0.247.2
v0.246.0 v0.246.1
v0.245.0 v0.245.1
v0.244.0 v0.244.1
v0.243.0 v0.243.1
v0.242.0 v0.242.1
v0.241.2 v0.241.3
v0.240.0 v0.240.1
v0.239.1 v0.239.2
v0.238.0 v0.238.1
v0.237.0 v0.237.1
v0.236.0 v0.236.1
v0.235.0 v0.235.1
v0.234.0 v0.234.1
v0.233.0 v0.233.1
v0.232.1 v0.232.2
v0.231.0 v0.231.1
v0.230.0 v0.230.1
v0.229.0 v0.229.1
v0.228.1 v0.228.2
v0.227.1 v0.227.2
v0.226.0 v0.226.1
v0.225.0 v0.225.1
v0.224.1 v0.224.2
v0.223.2 v0.223.3
v0.222.0 v0.222.1
v0.221.1 v0.221.2
v0.220.0 v0.220.1
v0.219.0 v0.219.1
v0.218.1 v0.218.2
v0.217.1 v0.217.2
v0.216.0 v0.216.1
v0.215.0 v0.215.1
v0.214.1 v0.214.2
v0.213.0 v0.213.1
v0.212.4 v0.212.5
v0.211.0 v0.211.1
v0.210.3 v0.210.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions