diff --git a/CHANGELOG.md b/CHANGELOG.md index 3054d23..789c2f6 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). +## [7.1.4] - 2024-05-06 +### Fixed +- Change provider version for `kubernetes`. + ## [7.1.3] - 2024-04-03 ### Fixed - Add tags to ecs services diff --git a/version.tf b/version.tf index bbddd25..20ca73b 100644 --- a/version.tf +++ b/version.tf @@ -9,7 +9,7 @@ terraform { required_providers { kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.7.0" + version = "~> 2.13.0" } aws = { source = "hashicorp/aws"