Skip to content

Commit 4e3fcab

Browse files
author
Simon Jakesch
committed
chore(containerapp): Bump version to 1.2.0b6
1 parent 96cec3b commit 4e3fcab

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

src/containerapp/HISTORY.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Release History
55
upcoming
66
++++++
77

8+
1.2.0b6
9+
++++++
10+
* 'az containerapp compose create': Add support for 'models:' section to deploy model runner apps with GPU workload profiles
11+
* 'az containerapp compose create': Auto-inject MODEL_RUNNER_URL and MODEL_RUNNER_MODEL environment variables into consuming services
12+
* 'az containerapp compose create': Add MCP gateway detection and automatic configuration
13+
* 'az containerapp compose create': Add --dry-run flag for deployment preview without creating resources
14+
* 'az containerapp compose create': Add --replace-all flag to replace all existing apps in environment
15+
* 'az containerapp compose create': Auto-detect GPU requirements and prefer T4 over A100 for cost optimization
16+
* 'az containerapp compose create': Default to internal ingress for models and mcp-gateway services
17+
* 'az containerapp compose create': Support image override via x-azure-deployment.image
18+
* 'az containerapp compose create': Add allowInsecure ingress option for development scenarios
19+
* 'az containerapp compose create': Fix MODELS_CONFIG schema to properly include runtime_flags
20+
* 'az containerapp compose create': Fix dynamic subscription ID in role assignments
21+
822
1.2.0b5
923
++++++
1024
* 'az containerapp env premium-ingress add/update': remove `--min-replicas` and `--max-replicas`

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.2.0b5'
31+
VERSION = '1.2.0b6'
3232

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

0 commit comments

Comments
 (0)