From cfc7f7f1c02e3638b94d11faa38da8c38367dfb0 Mon Sep 17 00:00:00 2001 From: Ramakrishna Pattnaik Date: Mon, 5 Sep 2022 23:04:31 +0530 Subject: [PATCH] docs(whatsnew): add entry for v0.51.0 (#1744) --- WHATS_NEW.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index 88c9dc90d..3a188ec86 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -3,6 +3,14 @@ Latest changes for the RHOAS CLI. For information on what was included in latest release please refer to our [changelog](https://github.com/redhat-developer/app-services-cli/blob/main/CHANGELOG.md) +## 0.51.0 + +### Migration of Service Account SDK + +CLI now supports both Control Plane SDK and the new Service Account SDK. While Control Plane SDK is still being used to make requests, user can pass "--enable-auth-v2" flag to get the data formatted according to the new Service Account SDK. + +"--enable-auth-v2" is a temporary flag to facilitate users to migrate to the new SDK. The flag will be deprecated in future releases along with deprecation of using Control Plane SDK for service account operations. + ## 0.50.0 ### Support for Red Hat OpenShift Connectors