diff --git a/CHANGELOG.md b/CHANGELOG.md index 9361592..a4744ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [5.3.1] - 2025-07-17 +### Changed +- Update aws provider version to 5.17.0 + ## [5.3.0] - 2025-01-02 ### Added - Added `metastore-uri` properties to `beekeeper-scheduler-apiary-config.json`. diff --git a/version.tf b/version.tf index a33e100..9650e69 100644 --- a/version.tf +++ b/version.tf @@ -8,7 +8,7 @@ terraform { required_version = ">= 0.12.31" required_providers { kubernetes = "~> 2.13.0" - aws = "~> 4.0" + aws = ">= 5.17.0" } }