Skip to content

Commit 8a2442d

Browse files
author
Atharva
committed
Added changes
1 parent 9dc1464 commit 8a2442d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

src/workload-orchestration/HISTORY.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
Release History
44
===============
55

6+
3.0.0
7+
++++++
8+
* Added Context Management capabilities with new commands:
9+
* ``az workload-orchestration context use`` - Set current context by name and resource group
10+
* ``az workload-orchestration context set`` - Set current context using ARM resource ID
11+
* ``az workload-orchestration context current`` - Display current context information
12+
* Added Solution Management commands:
13+
* ``az workload-orchestration target solution-instance-list`` - List all solution instances on a target
14+
* ``az workload-orchestration target solution-revision-list`` - List all revisions of solutions on a target
15+
* Enhanced Target creation with automatic context fallback to CLI configuration
16+
* Added persistent context storage in CLI configuration
17+
* Improved error handling with better messages for context-related operations
18+
* Added automatic fallback to default context when context-id is not provided
19+
* Enhanced context ID validation for better user experience
20+
* Added --version parameter to ``az workload-orchestration configuration config show``
21+
622
2.0.0
723
++++++
824
* Added required context-id parameter to target create command

src/workload-orchestration/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
# HISTORY.rst entry.
13-
VERSION = '2.0.0'
13+
VERSION = '3.0.0'
1414

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

0 commit comments

Comments
 (0)