Releases: sassoftware/viya4-iac-gcp
5.0.0 - May 25, 2023
Major Version Update
v5.0.0 of the viya4-iac-gcp project is a major version update. See details below in breaking changes.
BREAKING CHANGES:
- #175: feat!: (IAC-970) Update Terraform Version to 1.4.5
- The minimum version of Terraform required to use this project has been updated from 1.0.0 to 1.4.5.
- If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, Terraform 1.4.5 will be included in the image.
- If you run this project directly on your machine by executing
terraform
CLI commands, ensure you have at least version 1.4.5 installed. See installation documentation from HashiCorp.
- #173: feat!: (IAC-997) (IAC-995) Update viya4-iac-gcp Providers, Modules, & Dependencies and Patch Security Issues
- The required Terraform provides and modules have been updated to the latest version available.
- If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, the updated versions of the modules and providers will be installed.
- If you run this project directly on your machine by executing
terraform
CLI commands, runterraform init --upgrade
to install the updated required versions of the modules and providers. See init documentation from HashiCorp.
4.5.0 - May 18, 2023
Release Notes
gke-gcloud-auth-plugin dependency for K8s v1.26
In this release the provider based kubernetes configuration file format, created by setting create_static_kubeconfig=false
, will change to support the use of the gke-gcloud-auth-plugin
. The gke-gcloud-auth-plugin
binary is required to access any GKE clusters when using kubectl 1.26+ with a "provider based" kubernetes configuration file. The "service account and cluster role binding" kubernetes configuration file variant remains the same and still does not require either gcloud
or the gke-gcloud-auth-plugin
binary to communicate with the cluster.
In our included Dockerfile we included steps to ensure that the plugin is installed as well as enabled. If you are opting not to this project via a Docker container produced with our Dockerfile, you will need to take steps to install both gcloud
and gke-gcloud-auth-plugin
on your machine. Google has provided step-by-step instructions in a blog post to aid users with this transition. See Google's Authentication Blog post.
For additional information about kubernetes configuration files, see our Kubernetes Configuration File Generation documentation
Also, to support using this updated provider based kubernetes configuration file in GKE to perform SAS Viya platform deployments, the viya4-deployment project has updated to handle this type kubernetes configuration file in release 6.6.0. See the Kubernetes Configuration File Types documentation from the viya4-deployment project.
ENHANCEMENTS:
- #169: feat: (IAC-695) Add Support for K8s 1.26
4.4.1 - May 1, 2023
BUG FIXES:
- #170: fix: (IAC-1008) Explicitly Set the release_channel when Creating GKE Clusters
4.4.0 - April 20, 2023
ENHANCEMENTS:
- #164: feat: (IAC-442) Add pre-commit tool config.yaml template
4.3.1 - March 28, 2023
DOCUMENTATION:
- #163: docs: (IAC-936) Add Copyright Information
4.3.0 - March 16, 2023
ENHANCEMENTS:
- #161: feat: (IAC-901) Add K8s 1.25 support and Support Aliased Versions
4.2.1 - January 26, 2023
4.2.0 - January 12, 2023
ENHANCEMENTS:
- #144 : feat: (IAC-727, IAC-728) Adding Terraform Cloud/Enterprise support
4.1.0 - December 19, 2022
ENHANCEMENTS:
4.0.0 - October 20, 2022
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 messageResource 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