Skip to main content

Gruntwork release 2023-07

Guides / Update Guides / Releases / 2023-07

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

Here are the repos that were updated:

patcher-cli

v0.4.2

Published: 7/25/2023 | Release notes

This release includes the following improvements:

  • A non-interactive mode was added to the report command
    • The command outputs the list of dependencies in JSON format
patcher report --non-interactive --skip-container-runtime

v0.4.1

Published: 7/24/2023 | Release notes

This release includes the following improvements:

patcher update --non-interactive --skip-container-runtime --update-strategy=next-breaking --no-color
  • Interactive update command
    • This version does not support applying patches in interactive mode
    • Important: to run Patcher without Docker you should add the --skip-container-runtime flag
patcher update --skip-container-runtime

v0.4.0

Published: 7/12/2023 | Release notes

This release contains the following changes:

  • Improvements to the error handling:
    • The --loglevel debug parameter must be used in order to see enhanced log information, using the GRUNTWORK_DEBUG environment variable to see stack traces, is no longer supported
    • Panics are displayed with a generic error message
    • Most panic stack traces are now sent to Sentry, if telemetry is enabled
  • Two additional command apply and generate have been added, these commands are part of the patch authoring workflow
    • These commands will change and are not intended for customer use in this release

repo-copier

v0.3.4

Published: 7/28/2023 | Release notes

  • Fixed "filename too long" error when running on Windows OS. #195
  • Added valuable links in the top of copied README files. #195
  • Added a new CLI flag, --insecure for bitbucket and azure connectors to solve "SSL certificate problem: self signed certificate in certificate chain" error. #195

Full Changelog: https://github.com/gruntwork-io/repo-copier/compare/v0.3.3...v0.3.4

v0.3.3

Published: 7/24/2023 | Release notes

Full Changelog: https://github.com/gruntwork-io/repo-copier/compare/v0.3.2...v0.3.3

v0.3.2

Published: 7/18/2023 | Release notes

Full Changelog: https://github.com/gruntwork-io/repo-copier/compare/v0.3.1...v0.3.2

v0.3.1

Published: 7/18/2023 | Release notes

Full Changelog: https://github.com/gruntwork-io/repo-copier/compare/v0.3.0...v0.3.1

v0.3.0

Published: 7/12/2023 | Release notes

Full Changelog: https://github.com/gruntwork-io/repo-copier/compare/v0.2.5...v0.3.0

terraform-aws-asg

v0.21.8

Published: 7/7/2023 | Modules affected: server-group | Release notes

  • Documentation improvements
  • Updated server-group to support "standard", "gp2", "gp3", "io1", "io2", "sc1", and "st1" root volume types.

terraform-aws-ci

v0.52.10

Published: 7/21/2023 | Modules affected: jenkins-server | Release notes

  • Add option to disable imdsv1 for jenkins-server. By default both imdsv1 and imdsv2 will be enabled.

v0.52.9

Published: 7/20/2023 | Modules affected: ecs-deploy-runner | Release notes

  • updated terragrunt to v0.48.4

v0.52.8

Published: 7/18/2023 | Modules affected: ecs-deploy-runner-standard-configuration | Release notes

  • Add -detailed-exitcode as a default allowed option

v0.52.7

Published: 7/14/2023 | Modules affected: ecs-deploy-runner | Release notes

  • Bump Kubergrunt

v0.52.6

Published: 7/4/2023 | Modules affected: ecs-deploy-runner | Release notes

  • Updated terraform-aws-lambda version used in ecs-deploy-runner

terraform-aws-cis-service-catalog

v0.47.8

Published: 7/14/2023 | Release notes

  • Bump Kubergrunt

v0.47.7

Published: 7/6/2023 | Modules affected: security/aws-securityhub | Release notes

  • Fix CIS v1.4 standard's arn in GovCloud regions.

terraform-aws-control-tower

v0.0.2

Published: 7/25/2023 | Release notes

v0.0.1

Published: 7/25/2023 | Release notes

Full Changelog: https://github.com/gruntwork-io/terraform-aws-control-tower/commits/v0.0.1

terraform-aws-ecs

v0.35.9

Published: 7/21/2023 | Modules affected: ecs-service | Release notes

  • ecs-service update to use ordered_placement_strategy

terraform-aws-eks

v0.60.0

Published: 7/25/2023 | Modules affected: eks-aws-auth-merger, eks-cluster-control-plane, eks-k8s-cluster-autoscaler | Release notes

Add support for EKS 1.27 Remove deprecated eks version 1.22

v0.59.4

Published: 7/19/2023 | Modules affected: eks-k8s-role-mapping | Release notes

  • Add support for AWS SSO role mapping

v0.59.3

Published: 7/14/2023 | Modules affected: eks-k8s-cluster-autoscaler, eks-cluster-control-plane | Release notes

  • Update CODEOWNERS file
  • gcr.io has been deprecated in favor of registry.k8s.io
  • Bump terraform-aws-utilities to v0.9.1

terraform-aws-load-balancer

v0.29.10

Published: 7/28/2023 | Modules affected: acm-tls-certificate | Release notes

  • Expose key_algorithm variable on aws_acm_certificate resource.

v0.29.9

Published: 7/28/2023 | Modules affected: acm-tls-certificate | Release notes

  • Fixes update of subject_alternative_names in module acm-tls-certificate.

terraform-aws-monitoring

v0.36.2

Published: 7/14/2023 | Modules affected: alarms | Release notes

  • route53-health-check-alarms: update provider syntax to implement shared_credentials_files

terraform-aws-openvpn

v0.26.4

Published: 7/20/2023 | Modules affected: openvpn-server | Release notes

  • Fixed property setting (e.g. root_volume_size) for root disk. #240

terraform-aws-service-catalog

v0.104.16

Published: 7/19/2023 | Modules affected: mgmt, networking, services | Release notes

  • Upgrade the ecs-deploy-runner module version
  • Upgrade terraform-aws-eks to v0.59.3

v0.104.15

Published: 7/6/2023 | Modules affected: networking | Release notes

  • Add max_aggregation_interval and retention_in_days to vpc modules

terraform-aws-vpc

v0.26.0

Published: 7/27/2023 | Modules affected: _docs, vpc-app, vpc-peering-cross-accounts-accepter, vpc-peering-cross-accounts-requester | Release notes

  • Added IPv6 dual stack capabilities to the vpc-app module for the VPC and public subnets
  • Fixes #247
  • Fixes #330

v0.25.0

Published: 7/19/2023 | Modules affected: vpc-app, vpc-mgmt | Release notes

  • Added IPv6 dual stack capabilities to the vpc-app module for the VPC and public subnets
  • Enhancement add zachreborn codeowners
  • Fixes #320

v0.24.0

Published: 7/18/2023 | Modules affected: vpc-peering-cross-accounts-accepter, vpc-peering | Release notes

  • Added CircleCI automated test parallelism
  • Removing former Grunts
  • Fixes #322

v0.23.3

Published: 7/7/2023 | Modules affected: vpc-flow-logs | Release notes

  • Feature/flow log custom s3 destination #319
  • Improved CI tests by updating all ec2 instances to t3a.nano
  • Improved CI tests for VPC Flow logs by testing more configuration options