Add pre-test stage reset to ensure known environment state

This commit is contained in:
Mondo Diaz
2026-01-26 09:13:03 -06:00
parent b5579f1643
commit 99d28cf9c6
2 changed files with 26 additions and 13 deletions

View File

@@ -6,13 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Added pre-test stage reset to ensure known environment state before integration tests (#54)
## [0.5.1] - 2026-01-23
### Changed
- Simplified tag pipeline to only run deploy and smoke tests (image already built on main) (#54)
### Fixed
- Fixed production CI deployment namespace to use correct `orch-namespace` (#54)
- Added gitleaks config to allowlist test files from secret scanning (#54)
- Simplified tag pipeline to only run deploy and smoke tests (image already built on main) (#54)
## [0.5.0] - 2026-01-23
### Added