From ac64db3c0a4a12cb0a8f9f0d6569abc0af851e00 Mon Sep 17 00:00:00 2001 From: vishal-av Date: Fri, 18 Oct 2024 11:04:17 +0530 Subject: [PATCH] Added hotfix release notes 1.59 --- release-notes/continuous-delivery.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-notes/continuous-delivery.md b/release-notes/continuous-delivery.md index 446c6f749f..ea52a5eea4 100644 --- a/release-notes/continuous-delivery.md +++ b/release-notes/continuous-delivery.md @@ -101,6 +101,10 @@ import Kustomizedep from '/release-notes/shared/kustomize-3-4-5-deprecation-noti ### Version 1.59.4 +#### Hotfix + +- Previously, pipelines were failing for Helm deployments when neither the password nor the password reference was provided in cases where the inheritFromDelegate option was used. This issue is resolved. (CDS-102243) + #### New features and enhancements - We have introduced **GitOps Get App Details** step to fetch application details and status. Currently, this feature is behind the feature flag `GITOPS_GET_APP_DETAILS_STEP`. Please contact [Harness support](mailto:support@harness.io) to enable this feature. (CDS-100548)