Skip to content

Releases: sassoftware/viya4-deployment

7.1.0 - October 31, 2024

31 Oct 19:35
9aa0ac2
Compare
Choose a tag to compare

Release Notes

Dependency Updates

As part of PR #578, some of the required binaries have been updated. 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:

  • #578: feat: (PSKD-350) Dependency version update

DOCUMENTATION:

  • #575: Elaborate code review process in CONTRIBUTING.md

BUG FIXES:

  • #576: fix: (PSKD-640) Fixed file path for Workload Orchestrator

7.0.0 - August 29, 2024

29 Aug 15:29
183d822
Compare
Choose a tag to compare

BREAKING CHANGE

For Viya 4 Cadences 2024.06 and later: SharedServices Database Creation Behavior Change

For Viya 4 Cadences 2024.06 and later, the sas-data-server-operator will not automatically create the SharedServices database in an External Postgres database instance during the initial deployment of the SAS Viya platform. Instead, you must manually create the SharedServices database before you start the SAS Viya platform deployment using viya4-deployment Release 7.0.0 or later.

Viya 4 deployments performed with cadence versions before 2024.06 using viya4-deployment will not be impacted.

For more information, please refer to the External Postgres Requirements documentation.

ENHANCEMENTS:

  • #564: feat: (PSKD-518) add support for K8S 1.30
  • #565: feat!: (PSKD-407) add annotation for external database
  • #567: feat: (PSKD-503) Update DaC ingress-nginx version for K8s 1.30 support

DOCUMENTATION:

  • #568: docs: (PSKD-615) Documenting upcoming sas-data-server-operator change

6.21.0 - July 22, 2024

22 Jul 20:38
7477c7f
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #558: feat: (IAC-1476) DAC - Security scan 2024.06

DOCUMENTATION:

  • #562: docs: (SINGLESTORE-2165) Update SingleStore.md

BUG FIXES:

  • #559: fix: (PSKD-398) Update v4m storage class deletion behavior

6.20.1 - May 29, 2024

29 May 20:08
be68988
Compare
Choose a tag to compare

Release Notes

Update Docker Dependencies

Resolves an issue found in the docker-py project & community.docker ansible collection where the latest version of requests was breaking it, causing the error Not supported URL scheme http+docker to be produced.
See info here: docker/docker-py#3256 & ansible-collections/community.docker#860

If you are running into this error, once you adopt this version, update your Python packages and Ansible collections using the following
commands: https://github.com/sassoftware/viya4-deployment/blob/main/docs/user/AnsibleUsage.md#initialize-ansible. Note: this does not affect users who run this project via a Docker container.

DOCUMENTATION:

  • #552: docs: (IAC-1462) remove references to multi-tenancy documentation

BUG FIXES:

  • #553: fix: (IAC-1485) Update Docker dependency to Resolve issue with requests

6.20.0 - May 17, 2024

17 May 17:58
2a1c859
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #547: feat: (IAC-1449) Update Google Cloud CLI version to be in sync with viya4-iac-gcp

DOCUMENTATION:

  • #550: docs: (IAC-1242) Update Documentation for V4_CFG_RWX_FILESTORE

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