Skip to content

3.9.0 - March 21, 2024

Compare
Choose a tag to compare
@jarpat jarpat released this 21 Mar 15:18
· 15 commits to main since this release
217d0f6

Release Notes

Dependency Updates

As part of PR #114, the required binaries, Terraform providers/modules, and default project/Infrastructure dependencies have been updated to resolve some security notices that were picked up by our scanning process. The Dockerfile has been updated so a newly built docker image from this release will include these updates automatically. If you are running this project without the use of the Docker image, it is advised to update your local binaries and Terraform providers/modules, following the steps below:

  • See this section in the README for a list of binaries, ansible dependencies, and python dependencies you will need to install on your host. The versions listed are what we recommend and tested with, however the versions we listed back in the 3.0.0 release will still be compatible.
  • For the Terraform providers and modules you will need to run terraform init --upgrade before running any terraform commands with the new code. Refer to the init documentation from HashiCorp.

ENHANCEMENTS:

  • #109: feat: (IAC-1349) Update the default Postgres server version to 15
  • #112: feat: (IAC-1269) Update K8s node reboot task to not run on non-k8s node VMs
  • #114: feat: (IAC-1235) Update Default Project and Infrastructure Dependencies

DOCUMENTATION:

  • #110: docs: (IAC-1351) Minor Doc Fixes