Skip to content

Commit

Permalink
update history (Azure#7648)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greedygre authored May 21, 2024
1 parent eb3a6b7 commit a23b012
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions src/containerapp/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ Release History
===============
upcoming
++++++

0.3.52
++++++
* 'az containerapp env java-component admin-for-spring': Support create/update/show/delete Admin for spring
* 'az containerapp env java-component nacos': Support create/update/show/delete Nacos
* 'az containerapp env java-component': Support --bind, --unbind to bind or unbind with other Java Components
* 'az containerapp create/update': Update default value of enableMetrics to True for java runtime setting
* 'az containerapp sessionpool create': Fix default container name to be lower case letters
* 'az containerapp create/update': Support --scale-rule-identity for scale rule to authenticate to azure resource scaler
* 'az containerapp sessionpool create/update': Fix sessionpool registry server fieldname and appending of registry secrets.

0.3.51
++++++
* Upgrade api-version to 2024-02-02-preview
* 'az containerapp up/create/update': Update Cloud Build code to use the simplified ARM calling pattern
* 'az containerapp up/create/update': Wait longer time for logstream of Cloud Build to make sure the container start
* 'az containerapp env java-component config-server-for-spring': Support create/update/show/delete Spring Cloud Config; deprecation of 'az containerapp env java-component spring-cloud-config'
Expand All @@ -22,9 +29,6 @@ upcoming
* 'az containerapp update': Fix --scale-rule-tcp-concurrency for TCP scale rule
* 'az containerapp compose create': Fix an issue where the environment's location is not resolved from --location
* 'az containerapp up': Fix an issue about creating resource group automatically
* 'az containerapp env java-component admin-for-spring': Support create/update/show/delete Admin for spring
* 'az containerapp env java-component nacos': Support create/update/show/delete Nacos
* 'az containerapp env java-component': Support --bind, --unbind to bind or unbind with other Java Components
* 'az containerapp sessionpool': Support create/update/show/delete/list session pools
* 'az containerapp update': Update container name to container app name for source to cloud builds
* 'az containerapp session code-interpreter': Support execute/upload-file/list-files/show-file-content/show-file-metadata/delete-file for code interpreter sessions
Expand Down
2 changes: 1 addition & 1 deletion src/containerapp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# TODO: Confirm this is the right version number you want and it matches your
# HISTORY.rst entry.

VERSION = '0.3.51'
VERSION = '0.3.52'

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

0 comments on commit a23b012

Please sign in to comment.