Commit 5f90cd1
authored
v0.8.88: Add Sync-AzLocalClusterUpdateSummary ("Check for updates" / checkUpdates) + stale-assessment auto-scan (#94)
* v0.8.85: consolidate setup workflow and align pipeline/version metadata
* test-run-timings
* v0.8.85 follow-up: delete ADO auth+inventory workflows and add merged ADO setup pipeline
* v0.8.85 follow-up: move collapsible subscription section into Export-AzLocalAuthValidationReport cmdlet; track test-run-timings.csv
* v0.8.85 follow-up: fix live integration test failures (Step.0 ErrorActionPreference, Step.3 path, Step.4 SummaryPath)
* Add test-run-timings.csv to repo (test performance metrics)
* docs: align pipeline appendix with Setup/Fleet naming
* chore: update test run timings
* v0.8.85: address PR #91 review findings - manifest, docs, mojibake, prune tests
- Get-AzLocalPipelineManifest: collapse legacy authentication-test +
inventory-clusters rows into the merged setup-validate-and-inventory entry
- appendix-pipelines.md / README.md: replace removed filenames + old Step
naming with Setup:/Fleet: numbering; fix section 13 file-layout block and
section 14 reference; repair broken cross-doc anchors (README 8.1.1 ->
#fleet-01, sideload.md -> #fleet-03); update present-tense Step.7 reference
- appendix-pipelines.md: reconcile Setup: 01 trigger docs to the shipped
weekly Sunday 08:00 UTC cron
- fleet-update-status.yml: fix mojibake in YAML comment
- apply-updates-schedule.example.yml: replace Step.5/Step.7 with stable
apply-updates.yml / Fleet: 04 references
- Tests: add 10 -PruneDeprecated regression tests (6 Copy- + 4 Update-)
covering both-removed, single-removed, ID-mismatch-preserved, omitted-flag
and -WhatIf paths
* docs: clarify sideload-catalog.example.yml header comment (v0.8.7 on-prem solution/SBE update sideloading)
* docs: fix grammar in sideload-catalog.example.yml header (introduce -> introduced)
* v0.8.86: rename onboarding pipelines Setup -> Config + clarify GitHub Environments are optional
- Rename the three onboarding workflow display names from `Setup: 0N` to
`Config: 0N` (GitHub Actions `name:` and Azure DevOps `displayName:`/`name:`)
so the Actions sidebar / ADO Pipelines list sorts the onboarding workflows
ahead of the `Fleet: 0N` operational workflows (C sorts before F; the old
`Setup:` prefix sorted after `Fleet:`). Display-name-only change - filenames,
AZLOCAL-PIPELINE-ID values, aliases and prune logic are unchanged.
- Update bundled pipeline README.md + docs/appendix-pipelines.md (headings,
cross-references, anchors, naming rationale) to the Config: NN naming.
- README.md (Automation-Pipeline-Examples): clarify that GitHub Environments
are OPTIONAL. The branch-scoped federated credential is all OIDC needs, so a
blank `environment` input is the supported minimal setup. Environments are a
governance wrapper (approval gates, deployment-branch rules, wait timers,
per-ring identities); environment-scoped federated credentials are only
needed when a run actually names an environment. Mark the environment table,
the inline + PowerShell env-scoped credential blocks, the subject-claim table
row, and the section-5 secrets script accordingly.
- Version bump to 0.8.86: psd1 ModuleVersion + ReleaseNotes, psm1
$script:ModuleVersion, CHANGELOG.md, both README files, docs/release-history,
Tests version assertion, and all GENERATED_AGAINST_MODULE_VERSION pins across
the bundled GitHub Actions and Azure DevOps templates.
Full Pester suite: 1266 passed, 0 failed, 1 skipped.
* ci: disable hosted Pester workflow (comment out pull_request + push triggers; keep workflow_dispatch). Suite is run locally before every push.
* v0.8.87: rename 'Orphan ARBs' section to 'Non-Azure Local and/or Orphan ARB appliances'
New-AzLocalFleetConnectivityStatusSummary (Fleet: 02) markdown output: rename the
Orphan ARBs section, add intro line, and expand the caveat to note that an Arc
resource bridge with no matching in-scope Azure Local cluster is NOT necessarily
orphaned - Arc resource bridge is also used by VMware vSphere and SCVMM. Adds
investigate-before-acting guidance. KPI note, causes list, and cluster-table
cross-reference updated to match. Output text only; no API or behavioural change.
Lock-step version bump 0.8.86 -> 0.8.87: psd1 (ModuleVersion + ReleaseNotes),
psm1 ($script:ModuleVersion), CHANGELOG, both README sections + appendix,
Tests assertion, docs/release-history.md, and all 20 GENERATED_AGAINST_MODULE_VERSION
pins. Full Pester suite green (1266 passed, 0 failed, 1 skipped, 38 not-run).
* v0.8.87: collapse Cluster Connectivity (with ARB Status) table by default
New-AzLocalFleetConnectivityStatusSummary now wraps the per-cluster Cluster
Connectivity (with ARB Status) table in a collapsed <details> block with an
'Expand to view clusters' summary, so the Fleet: 02 step summary stays compact.
Added a Pester assertion for the details/summary wrapper. Output text only; no
API or behavioural change. Release notes (psd1/CHANGELOG/README/release-history)
updated within the in-flight v0.8.87. Full Pester suite green (1267 passed,
0 failed, 1 skipped).
* v0.8.87: split Cluster Connectivity table into with/without connectivity issues
New-AzLocalFleetConnectivityStatusSummary now renders two per-cluster tables
instead of one:
- '### Cluster with Connectivity Issues' - clusters that are NOT (Connectivity =
Connected AND ARB Status = Running). Shown first and expanded.
- '### Cluster without Connectivity Issues' - clusters that ARE Connected with a
Running ARB. Collapsed behind an 'Expand to view clusters' details block.
Both tables share the same heading columns. Row rendering is factored into a
plain scriptblock (no .GetNewClosure()) reused by both tables. Added/updated
Pester assertions for both headings, the partitioning, and the collapsed block;
fixed the CSV-input context assertion that referenced the old single heading.
Release notes (psd1/CHANGELOG/README/release-history) updated within the
in-flight v0.8.87 (ReleaseNotes 9872 chars, under the 10000 limit). Full Pester
suite green (1270 passed, 0 failed, 1 skipped). Output text only; no API change.
* v0.8.87: rename bundled pipeline display names to Config:/Monitor:/Update: scheme
Renames all bundled pipeline display names (name: on GitHub Actions,
displayName:/name: on Azure DevOps) into a three-group single-digit scheme:
Config: 1-3 (onboarding/config), Monitor: 1-3 (day-2 fleet monitoring),
Update: 1-4 (update lifecycle), replacing the former Setup: 0N / Fleet: 0N
prefixes. Monitor: 2 is Fleet Health Status and Monitor: 3 is Fleet Update
Status so the numbering matches alphabetical order.
Display name only - filenames, AZLOCAL-PIPELINE-ID values, aliases, and
-PruneDeprecated logic are unchanged. Updates the bundled README,
appendix-pipelines.md (grouped/ordered conventions, alphabetical file layout),
ITSM docs, release docs, the manifest ReleaseNotes, CHANGELOG, the schedule
auditor's emitted markdown (Update: 4), and the matching Pester assertions.
Full suite green: 1282 passed, 0 failed, 1 skipped.
* v0.8.88: add Sync-AzLocalClusterUpdateSummary (Check for updates / checkUpdates)
Adds Sync-AzLocalClusterUpdateSummary (POST updateSummaries/default/checkUpdates) to refresh a cluster's update assessment - the programmatic 'Check for updates'. Fire-and-forget by default, -Wait polls lastChecked. Selectable ByName/ByResourceId/ByTag; SupportsShouldProcess.
Adds Private Test-AzLocalUpdateAssessmentStale detector (installed YYMM strictly behind manifest LatestYYMM) and wires an opt-out auto-scan into Export-AzLocalClusterUpdateReadinessReport (-SkipStaleAssessmentScan).
Surfaces 403/AuthorizationFailed from checkUpdates in the console (Status=AuthorizationFailed + RBAC warning naming the denied Action) so least-privilege custom-role gaps are visible. checkUpdates is preview and not yet in the provider operations catalog, so it cannot be added to the custom role - documented as a GA follow-up in module README, docs/rbac.md and Automation-Pipeline-Examples/README.md.
Option C: de-numbered remaining Step.N references in operator-facing output. Version bump 0.8.87 -> 0.8.88 (manifest, psm1, 21 pipeline YAML pins, CHANGELOG, ReleaseNotes, README). Export count 60 -> 61. Adds Pester coverage (suite 1303 passed, 0 failed).1 parent 65e7361 commit 5f90cd1
35 files changed
Lines changed: 981 additions & 123 deletions
File tree
- AzLocal.UpdateManagement
- Automation-Pipeline-Examples
- azure-devops
- github-actions
- Private
- Public
- Tests
- docs
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
| |||
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| 199 | + | |
| 200 | + | |
197 | 201 | | |
198 | 202 | | |
199 | 203 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
0 commit comments