From 13aed84c2ccbf6ff54d11b11e3f49795acded9a4 Mon Sep 17 00:00:00 2001 From: client-software-ci <129794699+client-software-ci@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:25:03 -0500 Subject: [PATCH] chore(release): 0.48.5 (#367) Signed-off-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d2492b..174dff9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.48.5 (2024-06-24) + + +### Features +* support JSON output in bundle GUI submitter (#357) ([`aad9a49`](https://github.com/aws-deadline/deadline-cloud/commit/aad9a49c9085e67031abc3ce342ca8068a6508d1)) + +### Bug Fixes +* bundle gui-submit fails loading bundles with saved queue parameter values (#360) ([`a2c1f2d`](https://github.com/aws-deadline/deadline-cloud/commit/a2c1f2ddb697f3e6ac8f17d443ad5618674216a6)) +* use sids when granting permissions with icacls (#359) ([`133b059`](https://github.com/aws-deadline/deadline-cloud/commit/133b05938288afbdc11b3dbfe11c8c98349f81b3)) +* bundles are stored in job_history in their original format (#344) ([`b5de504`](https://github.com/aws-deadline/deadline-cloud/commit/b5de504918cc6420d80d5206f9332cb8880471a5)) + ## 0.48.4 (2024-06-03)