Skip to content

Releases: sassoftware/viya4-iac-gcp

7.4.0 - April 16, 2025

16 Apr 18:23
aaf6ef8
Compare
Choose a tag to compare

Release Notes

There are some new expectations and behavior changes coming in the near future. More info can be found in this Discussion post: #248

We are going to use GitHub Discussions to make announcements, poll the community, and more. Be sure to subscribe to Discussion events so you don't miss anything.

ENHANCEMENTS:

DOCUMENTATION:

CHORES:

  • chore(deps): bump jbergstroem/hadolint-gh-action from 1.11.0 to 1.12.2 by @dependabot in #237
  • chore(deps): bump actions/cache from 3 to 4 by @dependabot in #238
  • chore(deps): bump hashicorp/google from 6.24.0 to 6.28.0 by @dependabot in #245
  • chore(deps): update GoogleCloudPlatform/sql-db/google requirement from ~> 22.1.0 to ~> 25.2.2 by @dependabot in #240
  • chore(deps): update terraform-google-modules/kubernetes-engine/google requirement from ~> 33.1.0 to ~> 36.2.0 by @dependabot in #246
  • ci: Create dependabot.yml for dependency maintenance by @PhanikumarThodupunoori in #236
  • ci: (PSKD-1515) add release workflows by @saschjmil in #244

Full Changelog: 7.3.0...7.4.0

7.3.0 - March 19, 2025

19 Mar 18:31
25dc6f2
Compare
Choose a tag to compare

RELEASE NOTES:

  • Terraform version was updated from 1.9.6 to 1.10.5.
  • If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, Terraform 1.10.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.10.5 installed. See installation documentation from HashiCorp. Update the CLI binaries and run terraform init -upgrade to pull down the latest provider and module updates.

ENHANCEMENTS:

  • #232 Adding depends_on for Netapp

CHORE:

  • #233 chore: (PSKD-1389) Dependency Version Bumps

ACKNOWLEDGEMENTS:

Thanks to @frozentank for his code contribution to this project in PR #232 for adding depends_on for Netapp

7.2.0 - January 16, 2025

16 Jan 19:08
43a52e3
Compare
Choose a tag to compare

RELEASE NOTES:

ENHANCEMENTS:

  • #223: feat: (PSKD-327) Dependency Version Update
  • #224: feat: (PSKD-709) Add Support for NetApp Volumes
  • #225: feat: (PSKD-816) Support K8s 1.31

BUG FIXES:

  • #228: fix: permissions set in dockerfile (PSKD-903)
  • #229: fix: (PSKD-969) eliminate racially-insensitive terminology

7.1.0 - August 29, 2024

29 Aug 15:09
f53d5e4
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #219: feat: (PSKD-515) GCP - Support K8s 1.30

7.0.0 - June 28, 2024

28 Jun 17:21
d26670e
Compare
Choose a tag to compare

Major Version Update

Version 7.0.0 of the viya4-iac-gcp project is a major version update. See details below in breaking changes.

BREAKING CHANGES

  • #217: feat!: (IAC-1474) Update binaries & Terraform providers/modules
    • As part of PR #217, the required binaries and Terraform providers/modules have been updated to resolve some security notices that were picked up by our scanning process. The update to the terraform-google-modules/kubernetes-engine, terraform-google-modules/address, and GoogleCloudPlatform/sql-db terraform modules in this project raised the minimum Terraform Google Provider version so that 5.31.0 is required. In addition, the now updated Terraform Google Provider requires a newer version of the terraform binary, at least version 1.8.0.
    • If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, Terraform 1.8.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 Terraform version 1.8.0 installed. See installation documentation from HashiCorp.
      • Ensure you have the latest Terraform providers and modules installed by executing terraform init --upgrade
    • This is a backwards incompatible release, meaning once you initially provisioned your infrastructure with this 7.0.0 release or update existing infrastructure using this viya4-iac-gcp release, any future modifications to your infrastructure must be made with the viya4-iac-gcp:7.0.0 release.

ENHANCEMENTS:

  • #216: feat: (IAC-1025) Update IAC Sample Sizing

6.2.0 - May 17, 2024

17 May 17:33
5b06d9a
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #214: feat: (IAC-1437) Update Dependencies to Resolve Security Warnings

6.1.0 - April 18, 2024

18 Apr 14:20
c3d38fe
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #210: feat: (IAC-1378) Add Support for K8s 1.29
  • #212: feat: (IAC-1402) Update Dependencies to Resolve Security Warnings

DOCUMENTATION:

  • #211: docs: (IAC-1413) Update Copyright Information

6.0.0 - March 21, 2024

21 Mar 15:22
85ee092
Compare
Choose a tag to compare

Major Version Update

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

BREAKING CHANGES

  • #206: feat!: (IAC-1234) Update binaries & Terraform providers/modules

    • With the update to version 30.0.0 of the terraform-google-kubernetes-engine module, there has been a change to the account permissions of the default cluster service account that gets created during infrastructure provisioning.

    Additional notes from the terraform-google-kubernetes-engine module:

    The service account will now be created with Kubernetes Engine Default Node Service Account role instead of Kubernetes Engine Node Service Account roles which is deprecated now. This is the Google recommended least privileged role to be used for the service account attached to the GKE Nodes.

    This is a backwards incompatible release, meaning once you initially provisioned your infrastructure with this 6.0.0 release or update existing infrastructure using this viya4-iac-gcp release, any future modifications to your infrastructure must be made with the viya4-iac-gcp:6.0.0 release.

ENHANCEMENTS:

  • #204: feat: (IAC-1348) Update the default Postgres server version to 15

DOCUMENTATION:

  • #208: docs: (IAC-1234) Update cluster_autoscaling_profile docs to list all options

CHORE:

  • #207: chore: (IAC-1339) Disable Blank GitHub Issues & Add Feature Request Template

5.8.0 - February 15, 2024

15 Feb 15:41
86c3dca
Compare
Choose a tag to compare

Release Notes

Dependency Updates

As part of PR #203, the required binaries and Terraform providers/modules 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 use of the Docker image, it is advised to update your local binaries and Terraform providers/modules, following the steps below:

  • See this section in the README a list of binaries you will need to install on your host. The versions listed are what we recommend and tested with, however the versions we listed back in the 5.0.0 release in this same document will still be compatible.
  • For the Terraform providers and modules you will need to run terraform init --upgrade before running any terraform commands with the new code. Refer to the init documentation from HashiCorp.

Migration to viya4-iac-gcp:5.8.0

As part of PR #203, there has been updates to the Terraform modules and providers that introduced new variables around infrastructure deletion:

  • hashicorp/google 5.12.0
    • Which adds the ability to set the deletion_policy for the google_service_networking_connection resource, we set this to ABANDON as required when used in conjunction with CloudSQL instances
  • terraform-google-modules/kubernetes-engine/google//modules/private-cluster 29.0.0
    • Introduces a new variable deletion_protection which is set to true by default, we override this to false

NOTE:

  • If you are coming from a previous viya4-iac-gcp:5.x.x release and want to update your infrastructure, running terraform apply should work just as before and will add these new values.
  • If you are planning to delete infrastructure that was created with a previous viya4-iac-gcp:5.x.x release, it is advised to use the version that you created the infrastructure with to delete it, otherwise you will need to run terraform apply first to pull in the new variables around infrastructure deletion before running terraform destroy.

ENHANCEMENTS:

  • #203: feat: (IAC-1312) Update Dependencies to Resolve Security Warnings

5.7.0 - January 19, 2024

19 Jan 14:47
798ad17
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #201: feat: (IAC-1263) Add Support for K8s 1.28