Skip to content

Releases: sassoftware/viya4-iac-aws

5.6.1 - March 28, 2023

28 Mar 17:53
cde9f3e
Compare
Choose a tag to compare

DOCUMENTATION:

  • #196: docs: (IAC-935) Added copyright for iac-aws github projects

5.6.0 - March 16, 2023

16 Mar 14:59
b647da7
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #189: feat: (IAC-903) add K8s 1.25 support, set kubectl default to 1.24

5.5.0 - February 17, 2023

17 Feb 19:25
3909cad
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #183: feat: (IAC-801): added AWS EBS and EFS encryption
  • #179: feat: (IAC-877) Added SingleStore sample file

DOCUMENTATION:

  • #177: docs: (IAC-864) Update SAS Viya name in documentation

BUG FIXES:

  • #182: fix: (IAC-551): fixed iam_role_arn not set when a user is bringing their own infra items in AWS

5.4.0 - December 19, 2022

19 Dec 18:59
6665eaf
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #154: feat: (IAC-662): Update aws-cli version
  • #170: feat: (IAC-655): EKS Add Support for K8s 1.24

BUG FIXES:

  • #169: fix: (IAC-733): fixed sas_iac_buildinfo error

5.3.0 - October 20, 2022

20 Oct 15:09
7ae2e58
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #166 feat: (IAC-734): Update the default Postgres version to 13
  • #165 feat: (IAC-735): support longer length for PREFIX

5.2.1 - October 4, 2022

04 Oct 20:22
c3b58ef
Compare
Choose a tag to compare

ENHANCEMENTS

  • #164 feat: (IAC-731) Back down the Postgres version to v12

5.2.0 - October 3, 2022

03 Oct 20:05
a6f0c35
Compare
Choose a tag to compare

ENHANCEMENTS

  • #156 feat: (IAC-544) AWS - support for k8s 1.23 and dropping 1.20
  • #159 feat: (IAC-667) Add ebs_csi module for AWS policy and role objects to support the aws ebs csi driver in EKS 1.23
  • #160 feat: (IAC-704) Update default postgresSQL server_version to v13

BUG FIXES

  • #152 fix: (IAC-632) tfvars PREFIX not applied to host nodes for k8s/Viya
  • #158 fix: (IAC-700) change to pre_bootstrap_user_data for node pools

DOCUMENTATION

  • #162 docs: (IAC-704) Update server_version notes

5.1.0 - July 25, 2022

25 Jul 13:05
d88cc6b
Compare
Choose a tag to compare

#150: fix: (IAC-634) Pin hashicorp/tls to v3.4.0
#145: (IAC-549) add missing .md suffix to TerraformAWSAuthentication.md file ref
#146: (IAC-563) fix nsf_private_dns typo in outputs

5.0.0 - May 10, 2022

10 May 14:39
07f3e9f
Compare
Choose a tag to compare

Breaking changes:

  • #122: (IAC-422) Update EKS Module
    • This change requires updates to Terraform AWS provide plugin versions that will require 'terraform init' to be run, hence cannot be run with AWS infrastructure created with prior release versions of viya4-iac-aws. When manually running 'terraform init', AWS EKS cluster created with prior versions of viya4-iac-aws that uses Launch Configuration, will be destroyed and new EKS cluster using Launch Templates will be created. When running manually with the new code the 'terraform init' will pull down modules needed for 5.0.0 and will replace what's there for 4.0.0. This will then cause issues when one tries 'terraform apply/plan'. And with these changes the cluster are not compatible.
  • #132: (IAC-502) support processor type in node pools
    • This change adds 'cpu_type' key values for 'var.node_pools' map in variables.tf, and requires the user to update their variable definition files 'terraform.tfvars'

4.0.0 - April 28, 2022

28 Apr 14:36
d7679b7
Compare
Choose a tag to compare

Breaking Change

  • Deploying a new Viya 4 2021.2.5 or earlier orders you must use the sample-input-connect.tfvars file.
  • Deploying a new Viya 4 2021.2.6 and newer order is handled by this update. No changes are needed.
  • Updating your cluster to use a Viya 4 2021.2.6 and newer order and not removing the Connect node pool requires no change.
  • Updating your cluster to use a Viya 4 2021.2.6 and newer order and you do want to remove the Connect node pool you have, see sas-updates.md.

#130: (IAC-504) remove connect from default nodepool config
#133: (IAC-529) added git share directive for viya4-iac-aws
#135: (IAC-504) add new doc to remove connect