Skip to content

Commit c342427

Browse files
release 1.0.0b5 (#8755)
Co-authored-by: xinyu pang <[email protected]>
1 parent da57d50 commit c342427

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/containerapp/HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Release History
44
===============
55
upcoming
66
++++++
7+
8+
1.1.0b5
9+
++++++
710
* 'az containerapp auth update': Support authenticating blob storage token store using managed identity with `--blob-container-uri` and `--blob-container-identity`.
811
* 'az containerapp env create': Set identity only when `--mi-system-assigned` or `--mi-user-assigned` is specified.
912
* 'az containerapp env create': Set identity only when `--system-assigned` or `--user-assigned` is specified.

src/containerapp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# TODO: Confirm this is the right version number you want and it matches your
2929
# HISTORY.rst entry.
3030

31-
VERSION = '1.1.0b4'
31+
VERSION = '1.1.0b5'
3232

3333
# The full list of classifiers is available at
3434
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)