From f3bc1a410d62808a50d82dbe68f1c421bea98b0f Mon Sep 17 00:00:00 2001 From: Suneha Bose <123775811+bosesuneha@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:26:00 -0700 Subject: [PATCH] Release v0.0.37 (#361) --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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