Skip to content

Releases: sassoftware/viya4-iac-k8s

3.3.0 - July 20, 2023

20 Jul 18:16
aae5934
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #78: feat: (IAC-1066) Add Hadolint, ShellCheck TFLint Checks, and Ansible Lint via GitHub Actions

3.2.0 - June 26, 2023

26 Jun 18:12
c41a387
Compare
Choose a tag to compare

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:

  • #74: feat: (IAC-1038) Update Dependencies to resolve security issues
  • #75: feat: (IAC-1049) (IAC-1048) Add kubernetes_cri_version & cluster_cri_version variables and update uninstall task

3.1.0 - June 15, 2023

15 Jun 14:51
ec3ef5b
Compare
Choose a tag to compare

BUG FIXES:

  • #69: fix: (IAC-1027) Sample Inventory file for bare metal is incorrect
  • #73: fix: (IAC-1019) Use apt-get tool in Dockerfile per hadolint recommendation

3.0.0 - May 25, 2023

25 May 14:45
329eb9e
Compare
Choose a tag to compare

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

18 May 15:07
df70d75
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #62: feat: (IAC-865) (IAC-991) Support K8s 1.26 & Allow User to Specify containerd Version

2.2.0 - April 20, 2023

20 Apr 15:02
fdde8c9
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #59: feat: (IAC-941) Allow Users to Configure Postgres System Settings

2.1.1 - March 28, 2023

28 Mar 17:45
f008f5f
Compare
Choose a tag to compare

DOCUMENTATION:

  • #50: docs: (IAC-937) Add Copyright Information
  • #55: docs: (IAC-716) provide inventory sample without postgres host groups
  • #51: docs: (IAC-916) V4M monitoring and logging fails to install with open-source K8s because of the missing v4m SC

2.1.0 - March 16, 2023

16 Mar 15:16
cbc99aa
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #48: feat: (IAC-902) Update default K8s version to 1.24.10

2.0.0 - January 24, 2023

24 Jan 16:20
544ca8c
Compare
Choose a tag to compare

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:

  • #47 docs: (IAC-864) Update SAS Viya name in documentation
  • #46 docs: (IAC-753) – Review repo docs for release
  • #46 docs: (IAC-748) – Add guidance/transformer to use local-storage SC instead of default NFS SC in IaC/DaC for open source K8s

1.2.0 - September 01, 2022

01 Sep 20:19
3a91575
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #35 feat: (IAC-657) Update default K8s version to 1.23.8