Releases: cloudposse/packages
Catch-up Release 2021-01-15
This repo is now being automatically updated with multiple PRs per night. As such, we only tag new releases on occasion.
Since the last release:
- Most packages are now being created as APK, DEB, and RPM packages for any distribution
- We update packages nightly, so we should have a relatively complete set of old versions if you need to roll back
- Even our version-pinned packages, like
kubectl-1.17
, are automatically updated as new patch releases are released
0.137.0
0.136.0
0.135.0: New Terraform packages
With this release, we add new Terraform packages:
- terraform-0.11
- terraform-0.12
- terraform-0.13
and deprecate the old packages:
- terraform_0.11
- terraform_0.12
- terraform_0.13
The new packages use the Debian alternatives system to provide a standard way to set the default version of terraform
. By default, the latest version will be selected. To choose an alternative, use:
update-alternatives --config terraform
You will still be able to choose a version on the command line as terraform-0.1x
will be installed in /usr/bin
and the appropriate version of terraform
will be installed as /usr/local/terraform/0.1x/bin/terraform
. The latter installation allows you to change your version of Terraform (as with direnv
) by changing your PATH
to put /usr/local/terraform/0.1x/bin/
as the first directory to be searched.
0.134.1
0.134.0
0.133.0
Add Pluto, plus auto-updates
0.132.0 Add Pluto (#379)