From 761c1392b2c9c5773147abbd73d0917375c74782 Mon Sep 17 00:00:00 2001 From: Milton Ortegon Date: Tue, 14 May 2024 16:09:32 -0500 Subject: [PATCH] EGDL-5052 Update k8s provider version to 2.13.0 --- CHANGELOG.md | 4 ++++ version.tf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eacfbc..d3fb766 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.0.1] - 2024-05-14 +### Changed +- Change provider version for kubernetes to 2.13.0 + ## [5.0.2] - 2023-12-15 ### Added - Updating `beekeeper_slack_notifier` Lambda function in `lambda.tf` that is currently using the deprecated Python 3.7 runtime to the Python 3.9 runtime diff --git a/version.tf b/version.tf index 22bad9f..a33e100 100644 --- a/version.tf +++ b/version.tf @@ -7,7 +7,7 @@ terraform { required_version = ">= 0.12.31" required_providers { - kubernetes = "~> 2.7.0" + kubernetes = "~> 2.13.0" aws = "~> 4.0" } }