We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e531ed commit cf74f42Copy full SHA for cf74f42
src/containerapp/HISTORY.rst
@@ -4,6 +4,9 @@ Release History
4
===============
5
upcoming
6
++++++
7
+
8
+1.1.0b1
9
+++++++
10
* 'az containerapp create': Fix Role assignment error when the default Azure Container Registry could not be found
11
* Upgrade api-version to 2024-10-02-preview
12
* 'az containerapp create/update': `--yaml` support property pollingInterval and cooldownPeriod
src/containerapp/setup.py
@@ -28,7 +28,7 @@
28
# TODO: Confirm this is the right version number you want and it matches your
29
# HISTORY.rst entry.
30
31
-VERSION = '1.0.0b4'
+VERSION = '1.1.0b1'
32
33
# The full list of classifiers is available at
34
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments