Homebrew version string

Another thing I’m assuming has to do with updates to build / release process – homebrew version of terraform 1.4.4 is reporting its version as 1.4.3-dev

Should this be reported to Issues · Homebrew/homebrew-core · GitHub or to Issues · hashicorp/terraform · GitHub?

% brew uninstall terraform
brew Uninstalling /opt/homebrew/Cellar/terraform/1.4.4... (6 files, 67.7MB)
rita~% brew install terraform
==> Downloading https://formulae.brew.sh/api/formula.jws.json
######################################################################## 100.0%
==> Downloading https://formulae.brew.sh/api/cask.jws.json
#=#=#                                                                         
==> Fetching terraform
==> Downloading https://ghcr.io/v2/homebrew/core/terraform/manifests/1.4.4
Already downloaded: /Users/xxx/Library/Caches/Homebrew/downloads/8ff45fd0bdc4ef3894992ac9a3176dff0d43e5727c985959a032d9749f174654--terraform-1.4.4.bottle_manifest.json
==> Downloading https://ghcr.io/v2/homebrew/core/terraform/blobs/sha256:b275c125ecc74f735d
Already downloaded: /Users/xxx/Library/Caches/Homebrew/downloads/9ea3c47e5f164c715dccec57779426ff1b0cc86b2e3e3827ecb7fb62d8809a5c--terraform--1.4.4.arm64_ventura.bottle.tar.gz
==> Pouring terraform--1.4.4.arm64_ventura.bottle.tar.gz
🍺  /opt/homebrew/Cellar/terraform/1.4.4: 6 files, 67.7MB
==> Running `brew cleanup terraform`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
rita~% terraform --version
Terraform v1.4.3-dev
on darwin_arm64

Your version of Terraform is out of date! The latest version
is 1.4.4. You can update by downloading from https://www.terraform.io/downloads.html

Probably best to report to hashicorp/terraform first - they’ve clearly just changed things, and it’s unclear how it’s actually supposed to work in the new system, just from looking at the repository content.

I created Homebrew version string · Issue #32963 · hashicorp/terraform · GitHub

See also Ubuntu download not working for 1.4.3 / 1.4.4

Hey wyardley

I guess that slightly changed how it’s installed Terraform using Homebrew. Try to uninstall and reinstall like this: Install | Terraform | HashiCorp Developer

I tried it here, and it’s showing the correct version.

image

1 Like