From 66f0acbfe6b2681080da27e4727479972c3a012c Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Wed, 14 Jan 2026 21:42:52 +0000 Subject: [PATCH] Update CHANGELOG with CI pipeline improvements --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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)