Skip to content

Commit 3bec477

Browse files
AtharvaCopilot
andcommitted
chore: bump version to 5.2.0, update HISTORY.rst
CLI Onboarding Simplification release: - cluster init, hierarchy create (new commands) - context create --site-id, target create --service-group (enhanced) - target install with full deploy chain (enhanced) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5f91bc6 commit 3bec477

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

src/workload-orchestration/HISTORY.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
33
Release History
44
===============
5+
5.2.0
6+
++++++
7+
* **CLI Onboarding Simplification** — reduces onboarding from 11 commands to 4:
8+
* Added ``az workload-orchestration cluster init`` command:
9+
* Prepares Arc-connected clusters for WO (cert-manager, trust-manager, extension, custom location)
10+
* Idempotent — safely skips components already installed
11+
* Supports ``--release-train``, ``--extension-version``, ``--custom-location-name``
12+
* Added ``az workload-orchestration hierarchy create`` command:
13+
* Creates full hierarchy stack (Site + Configuration + ConfigurationReference) in one command
14+
* Supports ResourceGroup (shorthand or YAML) and ServiceGroup (up to 3 levels, recursive)
15+
* Handles RBAC propagation waits for ServiceGroup hierarchies
16+
* Enhanced ``az workload-orchestration context create``:
17+
* Added ``--site-id`` argument to auto-create site-reference after context creation
18+
* Enhanced ``az workload-orchestration target create``:
19+
* Added ``--service-group`` argument to auto-link target to a Service Group after creation
20+
* Enhanced ``az workload-orchestration target install``:
21+
* Added ``--solution-template-version-id``, ``--solution-template-name``, ``--solution-template-version`` for full deploy chain (review → publish → install)
22+
* Added ``--configuration`` to set config values before review (auto-derives config template args)
23+
* Existing ``--solution-version-id`` direct install flow unchanged
24+
525
5.1.1
626
++++++
727
* Resolved solution template name to uniqueIdentifier for ``az workload-orchestration target solution-revision-list`` and ``az workload-orchestration target solution-instance-list``

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 = '5.1.1'
13+
VERSION = '5.2.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)