5.0.0
What's Changed
This release adds support for Post Build Variable Substitution and drops support for pydantic for parsing.
- Change VALUE_PLACEHOLDER to be yaml-safe by @jfroy in #620
- Exercise postBuild.substituteFrom in tests by @allenporter in #624
- Code simplification: Replace queue.Queue with a collection by @allenporter in #628
- Code cleanup: Make kustomization updates happen in place by @allenporter in #629
- Code lint improvements by @allenporter in #630
- Parse postBuild references in the Kustomization by @allenporter in #625
- Use mashumaro for yaml parsing and drop pydantic by @allenporter in #631
Other developer updates
- Update README.md to fix examples by @allenporter in #533
- Set explicit version in cluster tests by @allenporter in #601
- README improvements and cleanup by @allenporter in #632
New Contributors
Full Changelog: 4.3.1...5.0.0