Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog Release 0.0.39 #411

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading