Skip to main content

Gruntwork release 2022-10

Guides / Update Guides / Releases / 2022-10

This page is lists all the updates to the Gruntwork Infrastructure as Code Library that were released in 2022-10. For instructions on how to use these updates in your code, check out the updating documentation.

Here are the repos that were updated:

boilerplate

v0.5.3

Published: 10/28/2022 | Release notes

Full Changelog: https://github.com/gruntwork-io/boilerplate/compare/v0.5.2...v0.5.3

gruntwork

v0.4.11

Published: 10/25/2022 | Release notes

Full Changelog: https://github.com/gruntwork-io/gruntwork/compare/v0.3.11...v0.4.11

v0.3.11

Published: 10/13/2022 | Release notes

Remove Jenkins from the wizard.

terraform-aws-cache

v0.18.2

Published: 10/26/2022 | Modules affected: redis, memcached | Release notes

  • Update default branch references (backward compatible)
  • [skip ci] Update CODEOWNERS
  • Add tags to memcache module.

terraform-aws-ci

v0.50.9

Published: 10/25/2022 | Modules affected: build-helpers | Release notes

  • Updated build-packer-artifact to run packer in the root of cloned git repository

v0.50.8

Published: 10/13/2022 | Modules affected: aws-helpers, build-helpers, circleci-helpers, ec2-backup | Release notes

  • aws-helpers
  • build-helpers
  • circleci-helpers
  • ec2-backup
  • git-helpers
  • gruntwork-module-circleci-helpers
  • infrastructure-deploy-script
  • infrastructure-deployer
  • install-jenkins
  • jenkins-server
  • kubernetes-circleci-helpers
  • monorepo-helpers
  • terraform-helpers
  • ecs-deploy-runner

terraform-aws-cis-service-catalog

v0.41.2

Published: 10/28/2022 | Modules affected: data-stores/rds | Release notes

  • [CIS v1.5] New RDS compliant module

v0.41.1

Published: 10/21/2022 | Modules affected: data-stores/efs, landingzone/account-baseline-app, landingzone/account-baseline-root, landingzone/account-baseline-security | Release notes

  • Add EU team to CODEOWNERS
  • Fix missing variable reference organizations_default_tags in account-baseline-root
  • [CIS v1.5] Update comment about Security Hub module being in CIS AWS benchmark
  • [CIS v1.5] New EFS module wrapper

terraform-aws-eks

v0.55.0

Published: 10/21/2022 | Modules affected: eks-fargate-container-logs | Release notes

  • Add option to append Kubernetes Metadata to Fargate logs. The input variable include_kubernetes_metadata defaults to true, making this a backward incompatible change.

v0.54.0

Published: 10/18/2022 | Modules affected: eks-cluster-control-plane, eks-k8s-cluster-autoscaler, eks-alb-ingress-controller, eks-aws-auth-merger | Release notes

The default version of Kubernetes installed by the module has been updated to 1.23. As a result of this, the default version of addons were updated to support installation into 1.23. Specifically:

  • cluster-autoscaler: The default app version and chart version have been updated to 1.23.0 and 9.21.0.
  • eks-alb-ingress-controller: The default app version and chart version have been updated to 2.4.3 and 1.4.4.

Due to the Cluster Autoscaler version bump, additional IAM Permissions have been added to eks-k8s-cluster-autoscaler-iam-policy:

        "ec2:DescribeImages",
"ec2:GetInstanceTypesFromInstanceRequirements",
"eks:DescribeNodegroup"

v0.53.2

Published: 10/6/2022 | Modules affected: eks-k8s-cluster-autoscaler | Release notes

  • Updated Cluster Autoscaler to add optional Permission Boundary for the autoscaler IAM role

terraform-aws-lambda

v0.21.0

Published: 10/21/2022 | Modules affected: lambda-edge-log-group, lambda-edge-multi-region-log-groups, lambda-edge | Release notes

  • [BACKWARDS INCOMPATIBLE] Fixes log groups being created outside of terraform control.

terraform-aws-load-balancer

v0.29.2

Published: 10/12/2022 | Modules affected: alb | Release notes

  • Add enable_http2 flag support for ALBs

terraform-aws-security

v0.65.9

Published: 10/25/2022 | Modules affected: private-s3-bucket, _deprecated, auto-update, aws-auth | Release notes

  • Add backend=false flag to terraform init script
  • Fix no-session flags in docs
  • Add skip_get_ec2_platforms
  • Use new upgrade test code.
  • Update default branch to origin/HEAD
  • Update default branch references (backward compatible)
  • Add ability to override the regions to render in multiregion generator
  • Bump docker image from patch to v0.0.6
  • Apply tags also to role cloudtrail_iam_role created by cloudtrail module

terraform-aws-service-catalog

v0.96.7

Published: 10/31/2022 | Modules affected: base | Release notes

  • Use yum on yum-based systems

v0.96.6

Published: 10/26/2022 | Modules affected: data-stores | Release notes

  • Add security_group_id to output of Redis module

v0.96.5

Published: 10/26/2022 | Modules affected: mgmt, services | Release notes

  • Update CODEOWNERS
  • Include how to use service catalog without for-production example
  • Update all aws subnet lookups to only filter on default for AZ
  • Bump test packages
  • Add clarifying docs on how to use HPA
  • allow openvpn ec2 root_volume_size to be specified from infra-live

v0.96.4

Published: 10/21/2022 | Modules affected: networking, data-stores | Release notes

  • var.aws_region has been deprecated in the networking/vpc (formerly vpc-app) module.
  • Added the var.auto_minor_version_upgrade parameter to the data-stores/rds module.

v0.96.3

Published: 10/5/2022 | Modules affected: mgmt, tls-scripts, base, data-stores | Release notes

  • Expose treat_missing_data params across most modules that include CloudWatch alarms so that you can configure how the alarms should behave when data is missing.
  • Expose preferred_maintenance_window variable in aurora module
  • Update Terraform github.com/gruntwork-io/terraform-aws-ci to v0.50.7
  • Update Terraform github.com/gruntwork-io/terraform-aws-monitoring to v0.35.4
  • Update Terraform github.com/gruntwork-io/terraform-aws-ecs to v0.34.1