Skip to content

3.8.0 - February 15, 2024

Compare
Choose a tag to compare
@jarpat jarpat released this 15 Feb 15:46
· 20 commits to main since this release
076fee5

Release Notes

Dependency Updates

As part of PR #102, the required binaries and Terraform providers/modules 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 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:

  • #102 feat: (IAC-1262) Update Dependencies to Resolve Security Warnings
  • #107 feat: (IAC-1313) Use the ~> Notation for Provider Version Constraints
  • #108 feat: (IAC-1334) Add a variable and set a default for the kube-vip-cloud-provider version

DOCUMENTATION:

  • #106: docs: (IAC-1244) Add Detailed Dependencies Documentation

CHORE:

  • #105: chore: (IAC-1306) Add Bug Report Form