Skip to content

Releases: sassoftware/viya4-deployment

4.8.0 - March 1, 2022

01 Mar 19:26
66a8ba5
Compare
Choose a tag to compare

#189: (IAC-418) Add Support For ingress-only TLS Mode
#191: (IAC-418) Update ingress-only TLS Mode Task

4.7.0 - January 31, 2022

31 Jan 21:43
0b21849
Compare
Choose a tag to compare

Summary

  • #180 : (IAC-383) Fixed Logging and monitoring in a K8s 1.22 deployment
  • #181 : Update default INGRESS_NGINX_CHART_VERSION

4.6.0 - December 03, 2021

03 Dec 15:08
6b56352
Compare
Choose a tag to compare

Summary

  • #172 - cluster-api : Updating error checking logic

4.5.0 - November, 19, 2021

19 Nov 13:53
1c21fed
Compare
Choose a tag to compare

Summary

Updates to help support BYO items coming from the IAC repos and other changes

  • #160 - add cluster-api label support
  • #161 - Update kubeconfig filepath in DockerUsage.md
  • #162 - add condition to sas.com/admin label blocks
  • #164 - Adding in check or rc on error condition
  • #167- Adjusting failure check for deploy_logging_open.sh script

4.4.0 - November 8, 2021

08 Nov 15:35
0800d2d
Compare
Choose a tag to compare

Summary

4.3.0 - October 19, 2021

19 Oct 14:16
13929fa
Compare
Choose a tag to compare

Summary

  • #150 : Updating network to support new directory formats for v1 kubernetes change
  • #149 : add selector to exclude storageClassName patch from some StatefulSets

4.2.0 - September 10, 2021

10 Sep 17:19
58ccbc2
Compare
Choose a tag to compare

Summary

  • #134 : fix front-door tls for pre-2021.1.3 cadence versions
  • #136 : switch quoting in variable definition
  • #137 : move to consul config secret (from configmap)
  • #139 : pick up user-provided license file
  • #141 : Update CONFIG-VARS.md
  • #143 : add monitoring/logging namespaces
  • #144 : add cadence control to sizing transformers

4.1.0 - August 27, 2021

27 Aug 16:49
2a9d426
Compare
Choose a tag to compare

4.0.0 - August 18, 2021

18 Aug 23:49
84c2630
Compare
Choose a tag to compare

Data Server Operator Support

The various V4_CFG_POSTGRES_* variables have been unified under a V4_CFG_POSTGRES_SERVERS dictionary.
Below is an example of how to convert from the old variables to the new syntax. Replace {{VARIABLE}} with the correct value.

V4_CFG_POSTGRES_SERVERS:
  default:
    fqdn: {{V4_CFG_POSTGRES_FQDN}}
    admin: {{V4_CFG_POSTGRES_ADMIN_LOGIN}}
    internal: false if V4_CFG_POSTGRES_TYPE == "external" else true
    password: {{V4_CFG_POSTGRES_PASSWORD}}
    server_port: {{V4_CFG_POSTGRES_PORT}}
    database: {{V4_CFG_POSTGRES_DATABASE}}
    ssl_enforcement_enabled: {{V4_CFG_POSTGRES_SSL_ENFORCEMENT}}
    service_account: {{V4_CFG_POSTGRES_SERVICE_ACCOUNT}} #gcp external postgres only
    connection_name: {{V4_CFG_POSTGRES_CONNECTION_NAME}} #gcp external postgres only

Note The old variables and old tfstate are still honored. However this support will be removed in a future release

3.5.0 - July 29, 2021

19 Jul 14:11
75b06d2
Compare
Choose a tag to compare
  • Added support for site-config components
  • Added support for tls components for 2021.1.3+ orders
  • Bugfixes