Skip to content

Commit

Permalink
Merge pull request #53 from ninhomilton/EGDL-5052-Update-k8s-provider
Browse files Browse the repository at this point in the history
Update k8s provider version to 2.13.0
  • Loading branch information
ninhomilton authored May 20, 2024
2 parents 75e517f + 761c139 commit 3b095d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
terraform {
required_version = ">= 0.12.31"
required_providers {
kubernetes = "~> 2.7.0"
kubernetes = "~> 2.13.0"
aws = "~> 4.0"
}
}
Expand Down

0 comments on commit 3b095d3

Please sign in to comment.