Update CHANGELOG with CI pipeline improvements

This commit is contained in:
Mondo Diaz
2026-01-14 21:42:52 +00:00
parent fadffaf35b
commit 66f0acbfe6

View File

@@ -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)