Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion src/spring/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Release History
===============
1.3.0
---
* Show help link when `az spring app deploy` failed.
* Support route to app level in command `az spring gateway route-config create` and `az spring gateway route-config create`
* Add new command group `az spring application-live-view` to manage Application Live View.
* Add new command group `az spring dev-tool` to manage Dev Tools.
* Add argument `--enable-application-live-view` in command `az spring create` to support enable application live view when creating Enterprise sku Spring resource.


1.2.0
---
* Add command `az spring list-marketplace-plan` to list all supported VMware product. For more detail, see https://learn.microsoft.com/en-us/azure/spring-apps/how-to-enterprise-marketplace-offer.
Expand Down Expand Up @@ -77,4 +86,4 @@ and `spring app deployment update` have new arguments "--enable-liveness-probe",

1.0.0
---
* Initialize extension "Spring" to manage Azure Spring Apps resources.
* Initialize extension "Spring" to manage Azure Spring Apps resources.
2 changes: 1 addition & 1 deletion src/spring/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# TODO: Confirm this is the right version number you want and it matches your
# HISTORY.rst entry.
VERSION = '1.2.0'
VERSION = '1.3.0'

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