From 258c40ce5fc1e9042b164d3a7fcdeb2a4e1ea833 Mon Sep 17 00:00:00 2001 From: Brandon Foley Date: Tue, 22 Oct 2024 10:32:37 -0400 Subject: [PATCH] Changelog Release 0.0.39 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab5c47a4..fd2b9d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## [0.0.39] - 2024-10-22 + +### Added + +- [#406](https://github.com/Azure/draft/pull/406) Migrating Addons to generic handler +- [#403](https://github.com/Azure/draft/pull/403), [#404](https://github.com/Azure/draft/pull/404) Adding PDB template +- [#400](https://github.com/Azure/draft/pull/400) Migrating azurePipelines to Generic handler +- [#399](https://github.com/Azure/draft/pull/399) Migrating Dockerfile templates to Generic handler +- [#398](https://github.com/Azure/draft/pull/398) Creating HPA template +- [#395](https://github.com/Azure/draft/pull/395) Upgrade from deprecated kubeval to kubeconform +- [#393](https://github.com/Azure/draft/pull/393) Migrate Deployments templates to generic handler +- [#391](https://github.com/Azure/draft/pull/391) Creation of generic template handler +- [#381](https://github.com/Azure/draft/pull/381) Update DraftConfig to contain more metadata + + + +### Fixed + +- [#410](https://github.com/Azure/draft/pull/410) Fix private cluater check for helm workflows +- [#387](https://github.com/Azure/draft/pull/387) Update go version and dockerfile template + ## [0.0.38] - 2024-08-13 ### Fixed