Skip to content

Releases: sassoftware/viya4-iac-k8s

v3.15.2 - June 11, 2025

11 Jun 19:16
6ae8298

Choose a tag to compare

Changes

📖 Documentation

🔧 Maintenance

Full Changelog: v3.15.1...v3.15.2

v3.15.1 - May 8, 2025

08 May 18:07
ae62b8f

Choose a tag to compare

Release Notes

As a reminder, we have updated our release naming convention. We have also deleted the staging branch. All Pull Requests will now point to the main branch.

With the removal of the staging branch, there are new expectations and behavior changes to access repository content in the main branch for a specific release. More info can be found in this Discussion post: #149

📖 Documentation

🔧 Maintenance

Full Changelog: 3.15.0...v3.15.1

3.15.0 - March 19, 2025

19 Mar 18:10
18b0fd7

Choose a tag to compare

RELEASE NOTES:

  • Terraform version was updated from 1.9.8 to 1.10.5.
  • If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, Terraform 1.10.5 will be included in the image.
  • If you run this project directly on your machine by executing Terraform CLI commands, ensure you have at least version 1.10.5 installed. See installation documentation from HashiCorp. Update the CLI binaries and run terraform init -upgrade to pull down the latest provider and module updates.

CHORE:

  • #140: chore: (PSKD-1405) Dependency Version Bumps

DOCUMENTATION:

  • #141: docs: (PSKD-1405) Update the version numbers in the docs and sample files

3.14.0 - January 17, 2025

17 Jan 19:36
0d41beb

Choose a tag to compare

ENHANCEMENTS:

  • #133: feat: (PSKD-349) OSS Tool Version Updates
  • #137: feat: (PSKD-917) update calico for k8s 1.31 support
  • #138: feat: (PSKD-817) Support K8s 1.31 and update containerd version

BUG FIXES:

  • #136: fix: permissions set in dockerfile (PSKD-903)

3.13.0 - August 29, 2024

29 Aug 16:01
a7398c4

Choose a tag to compare

ENHANCEMENTS:

  • #129: feat: (PSKD-408) (PSKD-513) Support K8s 1.30

3.12.0 - June 28, 2024

28 Jun 17:33
169ae13

Choose a tag to compare

ENHANCEMENTS:

  • #126: feat: (IAC-1484) Update IAC Sample Sizing
  • #127: feat: (IAC-1475) Update Dependencies

3.11.0 - May 17, 2024

17 May 17:37
e97e16d

Choose a tag to compare

ENHANCEMENTS:

  • #121: feat: (IAC-1438) Update Dependencies to Resolve Security Warnings

DOCUMENTATION:

  • #123: docs: (IAC-1245) Add Section about Time Synchronization

3.10.0 - April 18, 2024

18 Apr 14:27
17cc914

Choose a tag to compare

ENHANCEMENTS:

  • #117: feat: (IAC-1379) Add Support for K8s 1.29

DOCUMENTATION:

  • #118: docs: (IAC-1414) Update Copyright Information
  • #119: docs: (IAC-1267) Script Usage Credential Doc

3.9.0 - March 21, 2024

21 Mar 15:18
217d0f6

Choose a tag to compare

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

3.8.0 - February 15, 2024

15 Feb 15:46
076fee5

Choose a tag to compare

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