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