diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0979b..7bcbf17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Improved pod naming: Orchard pods now named `orchard-{env}-server-*` for clarity (#51) +- Changed docker-compose files to use v3 `deploy.resources.limits` format (#51) +- KICS and hadolint jobs now fail pipeline on findings (removed `allow_failure`) (#51) +- Deploy jobs now require all gates to pass (build, kics, hadolint, tests) (#51) ### Fixed - Fixed `cleanup_feature` job failing when branch is deleted (`GIT_STRATEGY: none`) (#51)