Skip to content

Commit ba15811

Browse files
authored
Merge pull request #68 from ExpediaGroup/feature/update_aws_provider_version
update aws provider version to 5.17
2 parents 5f8e26f + 580aa39 commit ba15811

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
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).
55

6+
## [5.3.1] - 2025-07-17
7+
### Changed
8+
- Update aws provider version to 5.17.0
9+
610
## [5.3.0] - 2025-01-02
711
### Added
812
- Added `metastore-uri` properties to `beekeeper-scheduler-apiary-config.json`.

version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
required_version = ">= 0.12.31"
99
required_providers {
1010
kubernetes = "~> 2.13.0"
11-
aws = "~> 4.0"
11+
aws = ">= 5.17.0"
1212
}
1313
}
1414

0 commit comments

Comments
 (0)