Skip to content

0.5.0

Compare
Choose a tag to compare
@stefanprodan stefanprodan released this 30 Jan 13:05
· 2723 commits to main since this release

Changelog

456d914 Release v0.5.0
737507b Merge pull request #37 from stefanprodan/track-configs
4bcf82d Copy annotations from canary to primary on promotion
e9cd7af Add configs track changes to docs
0830abd Trigger a rolling update when configs change - generate a unique pod annotation on promotion
5b296e0 Detect changes in configs and trigger canary analysis - restart analysis if a ConfigMap or Secret changes during rollout - add tests for tracked changes
3fd039a Add tracked configs checksum to canary status
5904348 Refactor tests - consolidate fake clients and mock objects
1a98e93 Add config and secret volumes tests
c9685fb Add ConfigMap env from source tests
dc347e2 Add secrets from env tests
8170916 Add ConfigMap tracking tests
71cd4e0 Include ConfigMaps and Secrets in promotion - create primary configs and secrets at bootstrap - copy configs and secrets from canary to primary and update the pod spec on promotion
0109788 Discover config maps and secrets - scan target deployment volumes and containers for configmaps and secrets
1649dea Add config maps and secrets manifests for testing