Changelog

The changelog format is based on Keep a Changelog.

This project uses Semantic Versioning - MAJOR.MINOR.PATCH

1.0.1 (2026-07-10)

No significant changes.

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 the boto3_* equivalents instead. #boto2-legacy

Added

  • Initial release of the saltext-boto3 Salt Extension, carved out of Salt core and modernized to require boto3 1.28+/botocore 1.31+ on Python 3.10+. #initial-extension