From aee20175b6c2fb356eab51cb17d88127a0d301a2 Mon Sep 17 00:00:00 2001 From: linluliu Date: Tue, 21 Feb 2023 10:59:10 -0800 Subject: [PATCH] remove history notes --- src/containerapp/HISTORY.rst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/containerapp/HISTORY.rst b/src/containerapp/HISTORY.rst index b58841c00cd..8d5cd41c41e 100644 --- a/src/containerapp/HISTORY.rst +++ b/src/containerapp/HISTORY.rst @@ -2,15 +2,8 @@ Release History =============== -0.3.22 -++++++ -* BREAKING CHANGE: 'az containerapp env certificate list' returns [] if certificate not found, instead of raising an error. -* Added 'az containerapp env certificate create' to create managed certificate in a container app environment -* Added 'az containerapp hostname add' to add hostname to a container app without binding -* 'az containerapp env certificate delete': add support for managed certificate deletion -* 'az containerapp env certificate list': add optional parameters --managed-certificates-only and --private-key-certificates-only to list certificates by type -* 'az containerapp hostname bind': change --thumbprint to an optional parameter and add optional parameter --validation-method to support managed certificate bindings -* 'az containerapp ssl upload': log messages to indicate which step is in progress +Upcoming ++++++++ * Fix the 'TypeError: 'NoneType' object does not support item assignment' error obtained while running the CLI command 'az containerapp dapr enable' 0.3.21