From e0831cec4e06225ca3efb8e2a61cb49c3f2de5dc Mon Sep 17 00:00:00 2001 From: Brandon Foley Date: Wed, 4 Dec 2024 16:07:34 -0500 Subject: [PATCH] New Draft Release --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b5b6ee..cab5bc89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [0.1.0] - 2024-12-4 + +### Added + +- [#388](https://github.com/Azure/draft/pull/388) Migrate createRole assignment to Az SDK +- [#405](https://github.com/Azure/draft/pull/405) adding generic service templates +- [#412](https://github.com/Azure/draft/pull/412) Migrate workflows to template handler +- [#409](https://github.com/Azure/draft/pull/409) Add Trandformer and Validators to template handling +- [#419](https://github.com/Azure/draft/pull/419) Add configmap handling to deployment templates +- [#418](https://github.com/Azure/draft/pull/418) Ensure GH and AZ cli changes +- [#392](https://github.com/Azure/draft/pull/392) Validate helm and kustomize support +- [#428](https://github.com/Azure/draft/pull/428) Update template versioning definition +- [#430](https://github.com/Azure/draft/pull/430) Update templates and testing and finalize new template handlers +- [#434](https://github.com/Azure/draft/pull/434) Az cli client cleanup + ## [0.0.40] - 2024-10-23 ### Fixed