Skip to content

Releases: sassoftware/viya4-deployment

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

3.4.0 - June 28, 2021

28 Jun 19:55
61b710b
Compare
Choose a tag to compare
  • Added support for cluster-autoscaler for aws
  • Added support for "minimal cluster" overlays
  • Bug fixes

3.3.0 - June 8, 2021

08 Jun 21:39
Compare
Choose a tag to compare
  • Enhanced GCP support
  • Added support for controlling 3rd party helm charts
  • Reordered tasks to enable capturing logs and metrics earlier in the process
  • Dependency updates
  • Bug fixes

3.2.3 - May 12, 2021

12 May 16:27
1a062cd
Compare
Choose a tag to compare
  • Parse tfstate w/ python instead of ansible or terraform
  • Bugfixes

3.2.2 - May 10, 2021

10 May 14:45
132c9ea
Compare
Choose a tag to compare

3.2.1 - April 15, 2021

15 Apr 15:16
385e33f
Compare
Choose a tag to compare
  • Fix storageclass name

3.2.0 - April 14, 2021

14 Apr 22:02
ac0f6f1
Compare
Choose a tag to compare

Deployment of efs-provisioner and nfs-client-provisioner have been deprecated. They have been replaced with the drop-in replacement nfs-subdir-external-provisioner.