Releases: sassoftware/viya4-iac-k8s
v3.15.2 - June 11, 2025
Changes
📖 Documentation
- docs: steps to open a PR (PSKD-1751) @iadomi (#159)
- docs: update README to suggest release tags @PhanikumarThodupunoori (#157)
🔧 Maintenance
- chore(k8s): Add the community features READMEs @PhanikumarThodupunoori (#158)
- chore: update workflows to point to main @saschjmil (#156)
Full Changelog: v3.15.1...v3.15.2
v3.15.1 - May 8, 2025
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
- docs: add k8s support levels (PSKD-1331) @iadomi (#153)
- docs: (PSKD-1500) update CONTRIBUTING.md with new expectations @iadomi (#152)
- docs: add TOC to README.md @sas-grtoma (#150)
🔧 Maintenance
- ci: Create dependabot.yml for dependency maintenance @PhanikumarThodupunoori (#143)
- ci: (PSKD-1515) add release workflows @saschjmil (#148)
Full Changelog: 3.15.0...v3.15.1
3.15.0 - March 19, 2025
RELEASE NOTES:
- Terraform version was updated from
1.9.8
to1.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
3.13.0 - August 29, 2024
ENHANCEMENTS:
- #129: feat: (PSKD-408) (PSKD-513) Support K8s 1.30
3.12.0 - June 28, 2024
3.11.0 - May 17, 2024
3.10.0 - April 18, 2024
3.9.0 - March 21, 2024
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 anyterraform
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
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 anyterraform
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