Releases: quiltdata/iac
Releases · quiltdata/iac
Release list
1.8.0
- [Added] Transit Gateway egress mode for new VPCs: set
enable_transit_gateway = true(+transit_gateway_id) to route private-subnet egress through a Transit Gateway instead of NAT gateways; IPv6 egress is opt-in viatransit_gateway_ipv6_egress.
1.7.2
- [Fixed] Bump
modules/cnamesAWS provider constraint from~> 5.0to~> 6.0so it resolves alongside thevpcmodule'saws >= 6.28requirement (quilt+cnamesin one root previously failedterraform init)
1.7.1
- [Fixed] Pin every registry module with
~>so an upstream major can't silently breakterraform plan/apply(security-group/rds→~> 5.0,vpc→~> 6.0)
1.7.0
- [Added]
template_filemay now be set tonullforterraform destroy - [Changed] Update Postgres to 15.18
1.6.0
1.5.0
Upgrading to this version is only possible from version 1.1.0 or later.
This version requires Quilt stack version 1.66 or later.
Ensure your Quilt stack is upgraded to version 1.66 or later before upgrading this module to avoid downtime.
- [Changed] Update Elasticsearch to 7.10 (#89)
1.4.0
- [Changed] Update Postgres to 15.15 (#94)
Documentation
- [Added] ElasticSearch configuration guide with sizing recommendations and EBS volume calculations
- [Added] Complete variable reference (VARIABLES.md) with validation rules and examples
- [Added] Comprehensive deployment examples (EXAMPLES.md) with tiered parameter grouping and real-world validation
- [Added] Installation and configuration documentation with enterprise prerequisites
- [Added] Network, security, and AWS permissions guidance
- [Enhanced] EXAMPLES.md with sizing rationale, best practices, and realistic instance types based on production deployments
- [Removed] OPERATIONS.md moved to separate PR to maintain focused scope
- [Added] Comprehensive operations guide (OPERATIONS.md) for cloud teams with installation, maintenance, scaling, disaster recovery, and monitoring procedures (#92)
Security
- [Changed] BREAKING CHANGE: Replaced hardcoded values with YOUR-* placeholders to prevent accidental deployment
- [Added] Security warnings and replacement checklists in all example configurations
Examples
- [Enhanced] examples/main.tf with comprehensive configuration options
- [Added] ElasticSearch sizing configurations (Small, Medium, Large, X-Large)
- [Added] Authentication examples for Google OAuth, Okta, OneLogin, and Azure AD
- [Added] Network and CloudFormation parameter examples
- [Improved] Database instance recommendations aligned with real-world usage (db.t3 instead of db.r5)
1.3.0
1.2.0
1.1.0
- [Changed] Increase default CloudFormation stack delete timeout from 1h to 1h30m (#78)
- [Fixed] Really use
on_failurevariable, previously CloudFormation stackon_failurewas hardcoded toROLLBACK(#77) - [Fixed] Add CloudFormation stack
on_failuretolifecycle.ignore_changes, so stacks created before0ca3e1319cc89557ea31b3553012562d0e9a0b81won't be re-created on update by default (#77) - [Changed] Update Elasticsearch to 6.8 (#71)
- [Changed] Increase CloudFormation stack update timeout from 30m to 1h (#73)