Skip to content

Commit 628bf37

Browse files
authored
[Containerapp] Release version 1.1.0b2 (#8435)
1 parent ff48ca5 commit 628bf37

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.0b2
9+
++++++
710
* 'az containerapp create/update': Fix an issue about `--bind`/`--unbind` when the cloud is not AzureCloud.
811
* 'az containerapp debug': Open an SSH-like interactive shell within a container app debug console.
912
* 'az containerapp create': New target-label option for Labels revision mode.

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.0b1'
31+
VERSION = '1.1.0b2'
3232

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

0 commit comments

Comments
 (0)