Releases: sassoftware/viya4-iac-k8s
Releases · sassoftware/viya4-iac-k8s
3.3.0 - July 20, 2023
ENHANCEMENTS:
- #78: feat: (IAC-1066) Add Hadolint, ShellCheck TFLint Checks, and Ansible Lint via GitHub Actions
3.2.0 - June 26, 2023
Release Notes
Dependency Updates
As part of PR #74, Python packages have been updated to resolve some security notices that were picked up by our scanning process. Although it is advised to update your Python packages, users will still be able to use the package versions from the previous release without issues.
ENHANCEMENTS:
3.1.0 - June 15, 2023
3.0.0 - May 25, 2023
Major Version Update
v3.0.0 of the viya4-iac-k8s project is a major version update. See details below in breaking changes.
BREAKING CHANGES:
- #64: feat!: (IAC-971) Update Terraform Version to 1.4.5
- The minimum version of Terraform required to use this project has been updated from 1.0.0 to 1.4.5.
- If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, Terraform 1.4.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.4.5 installed. See installation documentation from HashiCorp.
BUG FIXES:
- #71: fix: (IAC-1042) Fix kubernetes-xenial APT Repo Public Key Error
2.3.0 - May 18, 2023
ENHANCEMENTS:
- #62: feat: (IAC-865) (IAC-991) Support K8s 1.26 & Allow User to Specify containerd Version
2.2.0 - April 20, 2023
ENHANCEMENTS:
- #59: feat: (IAC-941) Allow Users to Configure Postgres System Settings
2.1.1 - March 28, 2023
2.1.0 - March 16, 2023
ENHANCEMENTS:
- #48: feat: (IAC-902) Update default K8s version to 1.24.10
2.0.0 - January 24, 2023
Major Version Update
v2.0.0 of the viya4-iac-k8s is a major version update. See details below in breaking changes.
BREAKING CHANGES:
- Updated node pool definition which now includes os_disk and misc_disk to accommodate local storage class for Open Search and SingleStore
- Updated Load Balancer definition in the terraform var and ansible var file which now accommodates both kube-vip and MetalLB
- You will need to update your terraform var file for VMWare deployments or your ansible var file for bare-metal deployments to include the new format to support these changes.
ENHANCEMENTS:
- #37 feat: (IAC-752) Updates to Ubuntu 22.04, other versions, and misc changes
- feat: (IAC-706) – OSS K8s - Update postgres version to v13
- feat: (IAC-680) – Align Calico version provided by IAC with supported k8s version for Calico CNI
- feat: (IAC-561) – OSS and SingleStore
BUG FIXES:
- #25 fix: sas-iac-buildinfo does not run on bare-metal
- #46 fix: (IAC-681) – broken v3.23 URLs after Calico released v3.24
DOCUMENTATION:
1.2.0 - September 01, 2022
ENHANCEMENTS:
- #35 feat: (IAC-657) Update default K8s version to 1.23.8