diff --git a/CHANGELOG.md b/CHANGELOG.md index 253dbaae..0c94eaae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [0.0.37] - 2024-08-09 + +### Added + +- [#346](https://github.com/Azure/draft/pull/346) Adding GetManifestFiles func and refactoring +- [#347](https://github.com/Azure/draft/pull/347) Migrate workflows to go templates +- [#348](https://github.com/Azure/draft/pull/348) Add exclusion for .git in artifact upload +- [#352](https://github.com/Azure/draft/pull/352) Adding CLI flags for user defined Helm release name and release namespace for rendering helm projects +- [#355](https://github.com/Azure/draft/pull/355) Replacing ManifestFile Path property with yaml content as []byte +- [#357](https://github.com/Azure/draft/pull/357) Cleanup for kustomize/helm feature + +### Fixed + +- [#344](https://github.com/Azure/draft/pull/344) Remove name overrides from draft config +- [#356](https://github.com/Azure/draft/pull/356) Fixed workflow template for helm deployment +- [#362](https://github.com/Azure/draft/pull/362) Fix for private cluster support for kube and kustomize deployments + ## [0.0.36] - 2024-07-23 ### Added