From 10f2b64f17c83f0f102c55db98b898ff7075d39e Mon Sep 17 00:00:00 2001 From: Suneha Bose Date: Wed, 5 Feb 2025 13:21:25 -0800 Subject: [PATCH 1/2] release v0.17.4 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da4dd5185..4513fd7d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [0.17.4] - 2025-02-05 + +### Added + +- [486](https://github.com/Azure/draft/pull/486) Uses the default k8s probe values instead of overriding them on tests +- [495](https://github.com/Azure/draft/pull/495) Adds private cluster support for namespace creation/validation in workflow templates + ## [0.17.3] - 2025-01-30 ## Fixed From 7b7ba4f265a0062953b6e2adf1bceacf3ccb6d65 Mon Sep 17 00:00:00 2001 From: Suneha Bose Date: Wed, 5 Feb 2025 15:30:19 -0800 Subject: [PATCH 2/2] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4513fd7d8..a6aeca1e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ ### Added +- [483](https://github.com/Azure/draft/pull/483) Allow user to select language via prompt if none detected - [486](https://github.com/Azure/draft/pull/486) Uses the default k8s probe values instead of overriding them on tests - [495](https://github.com/Azure/draft/pull/495) Adds private cluster support for namespace creation/validation in workflow templates +- [497](https://github.com/Azure/draft/pull/497) Reduce base resource requests to 0.5Gi and 0.5 cpu ## [0.17.3] - 2025-01-30