Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions src/containerapp/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down