Skip to content

Releases: sassoftware/viya4-iac-gcp

4.2.0 - January 12, 2023

12 Jan 18:46
7535d64
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #144 : feat: (IAC-727, IAC-728) Adding Terraform Cloud/Enterprise support

4.1.0 - December 19, 2022

19 Dec 19:11
bfaa937
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #145: feat: (IAC-557): Add gke_pod_subnet_cidr to the output
  • #150: feat: (IAC-193): Add base max_connections and max_prepared_transactions values
  • #151: feat: (IAC-652): Update google/cloud-sdk version to 409.0.0
  • #153: feat: (IAC-822): Update kubernetes_version to 1.23.14-gke.401 in tfvars

4.0.0 - October 20, 2022

20 Oct 15:26
4c7e628
Compare
Choose a tag to compare

Major Version Update

v4.0.0 of the viya4-iac-gcp is a major version update. See details below in breaking changes.

BREAKING CHANGES:

  • #142 feat: (IAC-476) Update Providers, Modules, & Dependencies
    GCP Filestore instances created with release v4.0.0 will not be backwards compatible and be able to be managed by any previous version of viya4-iac-gcp. Attempting to do so will result in the following error message Resource instance managed by newer provider version.

ENHANCEMENTS:

  • #141 feat: (IAC-705) Update default PostgreSQL server_version to 13

BUG FIXES:

  • #147 fix: (IAC-476) Change Filestore location param value

DOCUMENTATION:

  • #143 docs: (IAC-705) Update server_version notes

3.2.0 - September 01, 2022

01 Sep 19:49
2fb4f22
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #137: feat: (IAC-654) GKE add support for K8s 1.24
  • #139: feat: (IAC-654) Add additional wait for service account secret

DOCUMENTATION:

  • #138: docs: (IAC-654) Update default value for create_static_kubeconfig

Note: For Kubernetes clusters running v1.24+, the following warning from hashicorp/terraform-provider-kubernetes message is expected:
Warning: 'default_secret_name' is no longer applicable for Kubernetes 'v1.24.0' and above
See hashicorp/terraform-provider-kubernetes#1792 (comment)

3.1.0 - June 17, 2022

17 Jun 19:24
0982f7d
Compare
Choose a tag to compare

#134: (IAC-542) Update kubectl and default K8s version to 1.22

3.0.0 - April 28, 2022

28 Apr 14:33
f637a81
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.

#128: (IAC-505) Remove connect node pool by default
#129: (IAC-515) New image with the connect node pool removed
#130: (IAC-531) added git share directive for viya4-iac-gcp
#131: (IAC-531) Update safe directory in Dockerfile
#132: (IAC-534) New Readme for remove connect class in iac-gcp

2.3.0 - March 18, 2022

18 Mar 15:59
5f93194
Compare
Choose a tag to compare

#124 : (IAC-465) Update the default K8s version in the examples tfvars
#107 : (IAC-452) Private Infra

2.2.0 - March 1, 2022

01 Mar 19:28
b8a1bc1
Compare
Choose a tag to compare

#121 : (IAC-410) Documentation Updates & Cleanup
#120 : (IAC-404) Migrate to the cos_containerd Node Pool Image

2.1.0 - January 31, 2022

31 Jan 21:32
9c37d3f
Compare
Choose a tag to compare

Summary

  • #117 : (IAC-396) Update viya4-iac-gcp default K8s version to 1.21.x
  • #118 : (IAC-396) Update kubectl to 1.21.7

2.0.0 - August 18, 2021

19 Aug 00:07
0c16714
Compare
Choose a tag to compare

Summary

  • Data Server Operator support
  • Can create n number of database servers. New docs and updated sample files
  • Cannot create databases in the database servers. This is now handled post infrastructure
  • Dockerfile updates to pass hadolint