Releases: UKHomeOffice/kd
Releases · UKHomeOffice/kd
Release v0.2.1
Bug fixes
- Print kubectl errors - 9c1a3c0
Release v0.2.0
Fixes and Improvements
- Streamline env names and check if they are actually set - 90e12e9
- Control whether to fail superseded deployments with a flag - bc6702d
- Improve on how we check for deployment status - 48035bb
- Do not check if env vars are set manually - ab4842e
- Fail if there is a missing key in template - 40d34a7
- Improve logging, add
--debug
- a2d8735 - Cosmetic usage text changes - 90dab01
- Increase default check interval from 10s to 15s - 35c6c11
- Improve DeploymentStatus check logic - e755172
Pre-release
Merge pull request #14 from UKHomeOffice/improv Improvements
Pre-release
Merge pull request #13 from UKHomeOffice/missing Fail if there is a missing key in template
v0.1.1: bug fixes
Bug fixes
- Fix a race when checking ObservedGeneration
v0.1.0: bug fixes
Bug fixes
- Render a template first before reading in yaml
- Fix deployment completion checking bug