File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ Release History
55upcoming
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+
8221.2.0b5
923++++++
1024* 'az containerapp env premium-ingress add/update': remove `--min-replicas ` and `--max-replicas `
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments