diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a40fa54b8..22a0edf8d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # CHANGELOG -## [Unreleased](https://github.com/bridgecrewio/checkov/compare/3.2.242...HEAD) +## [Unreleased](https://github.com/bridgecrewio/checkov/compare/3.2.245...HEAD) + +## [3.2.245](https://github.com/bridgecrewio/checkov/compare/3.2.242...3.2.245) - 2024-09-04 + +### Feature + +- **kubernetes:** Add policy for git-sync code injection - [#6694](https://github.com/bridgecrewio/checkov/pull/6694) +- **terraform_plan:** add support for provider in tf_plan framework - [#6690](https://github.com/bridgecrewio/checkov/pull/6690) ## [3.2.242](https://github.com/bridgecrewio/checkov/compare/3.2.241...3.2.242) - 2024-09-02 diff --git a/checkov/version.py b/checkov/version.py index 7ccbed92368..d748a6af03e 100644 --- a/checkov/version.py +++ b/checkov/version.py @@ -1 +1 @@ -version = '3.2.244' +version = '3.2.245' diff --git a/kubernetes/requirements.txt b/kubernetes/requirements.txt index 37a6d07eac9..f0c014d6907 100644 --- a/kubernetes/requirements.txt +++ b/kubernetes/requirements.txt @@ -1 +1 @@ -checkov==3.2.244 +checkov==3.2.245