Changelog¶
The changelog format is based on Keep a Changelog.
This project uses Semantic Versioning - MAJOR.MINOR.PATCH
1.1.0 (2026-09-15)¶
No significant changes.
1.1.0 (2026-09-15)¶
Changed¶
Added support for associating secondary CIDR blocks with VPCs through the
boto3_vpcexecution module and state, including backward-compatible list input forcidr_block.Expanded
boto3_rdsread-replica management with configurable instance, networking, storage, upgrade, parameter-group, option-group, accessibility, tagging, and AWS connection settings.Updated
boto3_vpc.route_table_absentto disassociate non-main route-table associations before deleting a route table.
Fixed¶
Updated documentaion for consistency. #18
Added¶
Added the
boto3_secretsmanagerexecution module and state for creating, reading, and updating AWS Secrets Manager secrets.Expanded
boto3_s3with object get, put, delete, download, and presigned URL operations, including AWS connection options, extra arguments, validation, and error handling.
1.0.1 (2026-07-10)¶
Fixed¶
Fixed boto3_vpc.dhcp_options_present to associate an existing DHCP options set to the target VPC when the desired options already exist but are not currently attached.
Fixed profile-string authentication to use named AWS profiles when no static credentials are set, and isolated profile-only client caching by profile name to prevent cross-profile reuse.
1.0.0 (2026-04-25)¶
Removed¶
Removed all legacy boto2
boto_*execution modules and states; use theboto3_*equivalents instead. #boto2-legacy
Added¶
Initial release of the
saltext-boto3Salt Extension, carved out of Salt core and modernized to require boto3 1.28+/botocore 1.31+ on Python 3.10+. #initial-extension