diff --git a/src/workload-orchestration/HISTORY.rst b/src/workload-orchestration/HISTORY.rst index db9513b4891..534f14955e0 100644 --- a/src/workload-orchestration/HISTORY.rst +++ b/src/workload-orchestration/HISTORY.rst @@ -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 diff --git a/src/workload-orchestration/setup.py b/src/workload-orchestration/setup.py index d5609c61baa..e527d759410 100644 --- a/src/workload-orchestration/setup.py +++ b/src/workload-orchestration/setup.py @@ -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