Skip to main content

Gruntwork release 2025-06

Guides / Update Guides / Releases / 2025-06

This page is lists all the updates to the Gruntwork Infrastructure as Code Library that were released in 2025-06. 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.6.3

Published: 6/13/2025 | Release notes

Full Changelog: https://github.com/gruntwork-io/boilerplate/compare/v0.6.2...v0.6.3

v0.6.2

Published: 6/10/2025 | Release notes

Full Changelog: https://github.com/gruntwork-io/boilerplate/compare/v0.6.1...v0.6.2

pipelines-cli

v0.39.1

Published: 6/26/2025 | Release notes

v0.36.0-ratelimitpatch

Published: 6/17/2025 | Release notes

pipelines-workflows

v3.9.1

Published: 6/26/2025 | Release notes

Fixed a regression in Account Factory when baselining new accounts with PIPELINES_FEATURE_EXPERIMENT_MINIMIZE_BLAST_RADIUS enabled.

Full Changelog: https://github.com/gruntwork-io/pipelines-workflows/compare/v3.9.0...v3.9.1

repo-copier

v0.6.0

Published: 6/18/2025 | Release notes

Full Changelog: https://github.com/gruntwork-io/repo-copier/compare/v0.5.5...v0.6.0

terraform-aws-asg

v1.0.1

Published: 6/27/2025 | Modules affected: asg-rolling-deploy | Release notes

  • asg-rolling-deploy: allow desired_capacity to be set to null

terraform-aws-cache

v1.0.1

Published: 6/5/2025 | Modules affected: redis, valkey | Release notes

Add dependency to the elasticache repl group to the autoscaling policy

terraform-aws-ci

v0.60.1

Published: 6/20/2025 | Release notes

  • Bump github.com/go-jose/go-jose/v4 from 4.0.3 to 4.0.5 in /test in the go_modules group across 1 directory
  • Remove test directory from build

terraform-aws-eks

v1.1.1

Published: 6/28/2025 | Modules affected: eks-alb-ingress-controller-iam-policy | Release notes

  • Update ALB Ingress Controller IAM Policy template to use aws_partition to configure additional policy statements with the AWS Partition.

v1.1.0

Published: 6/17/2025 | Modules affected: eks-cluster-control-plane | Release notes

  • Bump terraform-aws-utilities to v0.10.7

v1.0.3

Published: 6/12/2025 | Modules affected: eks-cluster-control-plane | Release notes

  • Set interactiveMode for the generated kuneconfig.

terraform-aws-messaging

v1.0.0

Published: 6/19/2025 | Release notes

  • No changes with this release, moving to v1.x.x SemVer standard

This release marks a significant milestone for the module 🎉 We are officially adopting the Semantic Versioning (SemVer) standard, starting with version v1.0.0. Prior to this release, version tags only incremented patch and minor numbers. Moving forward, all releases should fully comply with the SemVer specification, providing clearer expectations for users regarding changes, compatibility, and upgrade paths.

With the v1.0.0 release, the library module is considered stable. This means that all subsequent changes in the v1.x.x series will be backward-compatible unless a new major version (v2.0.0) is released.

Version numbers will now follow the format MAJOR.MINOR.PATCH

  • MAJOR: Incremented for breaking changes or incompatible API changes.
  • MINOR: Incremented for new, backward-compatible features.
  • PATCH: Incremented for backward-compatible bug fixes.

Users can now rely on the v1.x.x series to remain backward-compatible. Breaking changes should only occur in a future v2.0.0 release.

Each release will include detailed notes indicating whether changes are breaking, additive, or bug fixes, as per SemVer guidelines.

v0.13.1

Published: 6/15/2025 | Modules affected: msk | Release notes

  • SME-2366: Updated SG name
  • Bump golang.org/x/net from 0.33.0 to 0.36.0 in /test
  • Bump golang.org/x/net from 0.36.0 to 0.38.0 in /test
  • Create a new example module for MSK express broker
  • Increase instance size for flaky test failure
  • Fix the failing MSK severless test

terraform-aws-monitoring

v1.0.1

Published: 6/23/2025 | Modules affected: alarms/elasticache-redis-alarms, alarms/elasticache-memcached-alarms | Release notes

  • examples update:
    • Bump requests from 2.32.0 to 2.32.4 in /examples/lambda-alarms/python
    • Update examples/cloudwatch-dashboard to use Ubuntu 22.04
  • alarms/elasticache-redis-alarms and alarms/elasticache-memcached-alarms: Make it possible to configure missing data per alarm for elasticache rather than using a shared treat_missing_data variable

terraform-aws-service-catalog

v0.127.3

Published: 6/27/2025 | Modules affected: base/ec2-baseline | Release notes

  • base/ec2-baseline: improve compatibility with Ubuntu 24/25 and Amazon Linux 2023

v0.127.2

Published: 6/10/2025 | Modules affected: data-stores | Release notes

  • data-stores/s3-bucket: Updated modules/data-stores/s3-bucket to use module v1.0.0 and set transition_default_minimum_object_size for s3_bucket_logs and s3_bucket_replica.

terraform-aws-utilities

v0.10.7

Published: 6/5/2025 | Modules affected: require-executable | Release notes

  • Uptick version pin of hashicorp/external to latest