From 1b66c383620e18af1f43baefd1ebdd8f1c6c6bbf Mon Sep 17 00:00:00 2001 From: gruebel Date: Wed, 4 Oct 2023 23:01:57 +0000 Subject: [PATCH] chore: update release notes --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf60360ddee..b98e22ea0cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG -## [Unreleased](https://github.com/bridgecrewio/checkov/compare/2.4.61...HEAD) +## [Unreleased](https://github.com/bridgecrewio/checkov/compare/2.5.3...HEAD) + +## [2.5.3](https://github.com/bridgecrewio/checkov/compare/2.4.61...2.5.3) - 2023-10-04 + +### Breaking Change + +- **general:** remove Python 3.7 - [#5605](https://github.com/bridgecrewio/checkov/pull/5605) +- **graph:** remove CHECKOV_CREATE_GRAPH env var to control graph creation - [#5606](https://github.com/bridgecrewio/checkov/pull/5606) + +### Bug Fix + +- **dockerfile:** fix Docker image scan - [#5617](https://github.com/bridgecrewio/checkov/pull/5617) +- **openapi:** Take into account that security is at the root level of your OpenAPI specification. - [#5603](https://github.com/bridgecrewio/checkov/pull/5603) +- **terraform:** stop CKV_GCP_43 crashing when not a string - [#5561](https://github.com/bridgecrewio/checkov/pull/5561) ## [2.4.61](https://github.com/bridgecrewio/checkov/compare/2.4.59...2.4.61) - 2023-10-03