The notes for 1.4.4 mention a change in build / release process.
I’m noticing that since 1.4.3, following the instructions at Install Terraform | Terraform | HashiCorp Developer for installing terraform on Ubuntu are not working
circleci@b0269d6820bf:~/project$ sudo apt install terraform=1.4.2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
[...]
(Reading database ... 29190 files and directories currently installed.)
Preparing to unpack .../terraform_1.4.2_amd64.deb ...
Unpacking terraform (1.4.2) ...
Setting up terraform (1.4.2) ...
And yet
circleci@b0269d6820bf:~/project$ sudo apt install terraform=1.4.4
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package terraform is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Version '1.4.4' for 'terraform' was not found
circleci@b0269d6820bf:~/project$ sudo apt install terraform=1.4.3
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package terraform is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Version '1.4.3' for 'terraform' was not found