Skip to content
Merged
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
16 changes: 16 additions & 0 deletions src/workload-orchestration/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
Release History
===============

3.0.0
++++++
* Added Context Management capabilities with new commands:
* ``az workload-orchestration context use`` - Set current context by name and resource group
* ``az workload-orchestration context set`` - Set current context using ARM resource ID
* ``az workload-orchestration context current`` - Display current context information
* Added Solution Management commands:
* ``az workload-orchestration target solution-instance-list`` - List all solution instances on a target
* ``az workload-orchestration target solution-revision-list`` - List all revisions of solutions on a target
* Enhanced Target creation with automatic context fallback to CLI configuration
* Added persistent context storage in CLI configuration
* Improved error handling with better messages for context-related operations
* Added automatic fallback to default context when context-id is not provided
* Enhanced context ID validation for better user experience
* Added --version parameter to ``az workload-orchestration configuration config show``

2.0.0
++++++
* Added required context-id parameter to target create command
Expand Down
2 changes: 1 addition & 1 deletion src/workload-orchestration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


# HISTORY.rst entry.
VERSION = '2.0.0'
VERSION = '3.0.0'

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