From b03a4470735cb9b2b6c357e5606d2dec39346cd9 Mon Sep 17 00:00:00 2001 From: xinyu pang Date: Fri, 30 May 2025 10:30:07 +0800 Subject: [PATCH 1/2] update version --- src/containerapp/HISTORY.rst | 3 +++ src/containerapp/setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/containerapp/HISTORY.rst b/src/containerapp/HISTORY.rst index f144808f012..574a86a6567 100644 --- a/src/containerapp/HISTORY.rst +++ b/src/containerapp/HISTORY.rst @@ -4,6 +4,9 @@ Release History =============== upcoming ++++++ + +1.2.0b1 +++++++ * 'az containerapp sessionpool update': Support `--mi-system-assigned`, `--mi-user-assigned` and `--registry-identity` * Upgrade api-version to 2025-02-02-preview diff --git a/src/containerapp/setup.py b/src/containerapp/setup.py index 6c9c0e0a10e..fa5811e07a0 100644 --- a/src/containerapp/setup.py +++ b/src/containerapp/setup.py @@ -28,7 +28,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '1.1.0b5' +VERSION = '1.2.0b1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers From 934d1dd788a6a36bd945345b61ac8b2d1ead4f70 Mon Sep 17 00:00:00 2001 From: xinyu pang <46143499+Greedygre@users.noreply.github.com> Date: Fri, 30 May 2025 14:25:59 +0800 Subject: [PATCH 2/2] Update HISTORY.rst --- src/containerapp/HISTORY.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/src/containerapp/HISTORY.rst b/src/containerapp/HISTORY.rst index 184f4cb15a3..53d69b0627a 100644 --- a/src/containerapp/HISTORY.rst +++ b/src/containerapp/HISTORY.rst @@ -7,7 +7,6 @@ upcoming 1.2.0b1 ++++++ -======= * 'az containerapp env premium-ingress': New environment level ingress configuration. * 'az containerapp sessionpool update': Support `--mi-system-assigned`, `--mi-user-assigned` and `--registry-identity` * Upgrade api-version to 2025-02-02-preview