Skip to content

Releases: sassoftware/viya4-deployment

6.19.0 - April 18, 2024

18 Apr 14:11
64b9b8b
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #538: feat: (IAC-1344) Update ingress-nginx default to v1.9.6
  • #538: feat: (IAC-1363) Update cluster-autoscaler and kubectl to add support for K8s 1.29
  • #539: feat: (IAC-1372) Update Default CERT_MANAGER_CHART_VERSION to 1.14.4
  • #541: feat: (IAC-1424) Update Google Cloud CLI version to be in sync with viya4-iac-gcp

DOCUMENTATION:

  • #540: docs: (IAC-1415) Updated copyright year to 2024
  • #543: docs: (IAC-1337) Add EC2 LB Tagging Documentation

6.18.1 - March 26, 2024

26 Mar 17:32
226a143
Compare
Choose a tag to compare

BUG FIXES:

  • #536: fix: (IAC-1420) add debian revision to gcp_cli_version arg in Dockerfile

6.18.0 - March 21, 2024

21 Mar 15:10
efc5faf
Compare
Choose a tag to compare

Release Notes

Dependency Updates

As part of PR #530, some of the required binaries 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 Docker image, it is advised to update your local binaries 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.

ENHANCEMENTS:

  • #530: feat: (IAC-1236) Dependency version update
  • #531: feat: (IAC-1375) Edit Ingress Definitions for Alertmanager To Adapt Changes From Viya Monitoring

DOCUMENTATION:

  • #532: docs: (IAC-1294) Add Note about sitedefault When Not Using Embedded LDAP
  • #534: docs: (IAC-1236) Updated Dependencies.md file with correct versions

CHORE:

  • #533: chore: (IAC-1342) Disable Blank GitHub Issues & Add Feature Request Template

6.17.0 - February 15, 2024

15 Feb 16:02
42be8bf
Compare
Choose a tag to compare

Release Notes

Dependency Updates

As part of PR #523, some of the required binaries 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 Docker image, it is advised to update your local binaries 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.

ENHANCEMENTS:

  • #520: feat: (IAC-1329) Update Google Cloud CLI version to be in sync with viya4-iac-gcp
  • #523: feat: (IAC-1310) Dependency version update to resolve security vulnerability
  • #526: feat: (IAC-897) Annotate NGINX to indicate the desired subnets to provision LBs internal IP addrs from
  • #527: feat: (IAC-897) Update variable doc for internal ticket testing comments

DOCUMENTATION:

  • #522: docs: (IAC-1304) Remove Experimental from PostgreSQL Doc
  • #524: docs: (IAC-1302) Deployment fails when following DAC SingleStore.md

BUG FIXES:

  • #521: fix: (IAC-1335) Resolve: doc is missing path: "/spec/volumeClaimTemplates/0/spec/storageClassName" error
  • #525: fix: (IAC-1362) Fix the V4M_ROUTING Validation Task

6.16.0 - January 19, 2024

19 Jan 14:41
4ef9108
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #513: feat: (IAC-1291) METRICS_SERVER_CHART_VERSION default to 6.6.5
  • #514: feat: (IAC-1188) Update CLUSTER_AUTOSCALER_CHART_VERSION default to 9.34.1
  • #512: feat: (IAC-1266) (IAC-1186) Update kubectl to 1.27 and add support for ingress-nginx v1.9.X

DOCUMENTATION:

  • #515: docs: (IAC-1308) Update CLUSTER_AUTOSCALER_CHART_VERSION documentation

6.15.0 - December 12, 2023

12 Dec 18:36
e35c777
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #508: feat: (IAC-1194) Update dependencies to resolve security vulnerabilities

6.14.0 - December 6, 2023

06 Dec 19:06
9383c56
Compare
Choose a tag to compare

DOCUMENTATION:

  • #504: docs: (IAC-1208) Crunchy 4 PostgreSQL Transfer Tooling Experimental Doc & File Name Changes
  • #507: docs: (IAC-1087) Update SAS Documentation URLs

BUG FIXES:

  • #505: fix: (IAC-1162) AWS warns of misconfigured EFS mounts

6.13.0 - October 19, 2023

19 Oct 13:24
45c19c8
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #494: feat: (IAC-1170) Update Default CERT_MANAGER_CHART_VERSION to 1.13.1

DOCUMENTATION:

  • #497, #498: docs: (IAC-1202) PostgreSQL Transfer Tooling Supplemental Doc (Experimental)

BUG FIXES:

  • #492: fix: (IAC-1169) deploy orchestration cmd in DAC docker container fails running DAC's kubectl binary
  • #496: fix: (IAC-1072) Add AKS pod cidr to LOADBALANCER_SOURCE_RANGES

6.12.0 - September 21, 2023

21 Sep 14:37
79b6184
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #480: feat: (IAC-1003) Update deprecated provisioner in V4M Azure storageclass
  • #484: feat: (IAC-1147) DAC - Support K8s 1.27 in 2023.09
  • #483: feat: (IAC-1155) Add Support for Setting up SAS Workload Orchestrator

DOCUMENTATION:

  • #490: docs: (IAC-1132) Add License Update Doc

CHORE:

  • #487: chore: (IAC-1108) Revert the Multi-tenancy related process changes

6.11.0 - August 18, 2023

18 Aug 14:33
a4938e4
Compare
Choose a tag to compare

Release Notes:

Ansible CLI users:

  • The dependency table has been updated to reflect that Python 3.9 or later is required to install Ansible 8.0.0. The update
    to Ansible 8.0.0 was made in release 6.10.0 to remediate security vulnerabilities with earlier Ansible levels.
  • If you run this project directly on your machine by executing ansible, Python 3.9 or later is required to install Ansible 8.0.0. See Using Ansible for additional details.
  • If you run this project using a Docker container, pull the Dockerfile and rebuild the image from release 6.10.0 or later, Ansible 8.0.0 will be included in the image.

ENHANCEMENTS:

  • #466: feat: (IAC-1107) Update Google Cloud CLI to 440.0.0
  • #459: feat: (IAC-1067) DAC - Add hadolint, shellcheck, ansible-lint, use github actions
  • #473: feat: (IAC-1047) Update to newer release for cluster-autoscaler in EKS
  • #472: feat: (IAC-1044) update ingress-nginx default to v1.8.1

DOCUMENTATION:

  • #469: docs: (IAC-1134) Update Python version dependency required for installing Ansible 8.0.0
  • #474: docs: (IAC-1109) Add EBS CSI driver section to ToC in CONFIG-VARS.md

BUG FIXES:

  • #461: fix: (IAC-1004) Remove sas-connect-customer-provided-ingress-certificate-tls-certframe-transformer.yaml