Skip to content

Commit 0a0ad16

Browse files
committed
docs: finalize v1.6.0 release notes
1 parent e719b78 commit 0a0ad16

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to Viaduct should be documented in this file.
44

55
This changelog tracks published releases and the major implementation milestones that shaped the current repository state.
66

7-
## [1.6.0] - Unreleased
7+
## [Unreleased]
8+
9+
## [1.6.0] - 2026-04-11
810

911
### Workspace-First Operator Flow
1012
- added a first-class pilot workspace model that persists source connections, discovery snapshots, dependency graph output, target assumptions, readiness results, saved plans, approvals, notes, and exported reports

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ On Windows, `make release-gate` still builds `bin/viaduct.exe`, but it validates
1919
4. Verify `release-manifest.json`, `dependency-manifest.json`, and `SHA256SUMS.txt`.
2020
5. Smoke-test the packaged binary with `viaduct version` and `viaduct --help`.
2121
6. Confirm install docs, upgrade docs, rollback docs, deployment examples, and the pilot workspace guide still match the artifact layout.
22-
7. Confirm the release notes draft, changelog entry, and screenshot assets are present and aligned with the shipped workflow.
22+
7. Confirm the release notes entry, changelog entry, and screenshot assets are present and aligned with the shipped workflow.
2323
8. Verify the plugin manifest check and OpenAPI contract check remain green.
2424
9. Tag and publish only after the verification and smoke checks are clean.
2525

docs/releases/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Release Drafts
1+
# Release Notes
22

3-
This directory contains release-note drafts and other release-facing narrative assets that are prepared before a tag is published.
3+
This directory contains release notes and other release-facing narrative assets that support tagged Viaduct releases.
44

55
## Files
66

7-
- [v1.6.0 draft](v1.6.0-draft.md)
7+
- [v1.6.0 release notes](v1.6.0-draft.md)
88

9-
Keep these drafts aligned with:
9+
Keep these notes aligned with:
1010
- [CHANGELOG.md](../../CHANGELOG.md)
1111
- [OpenAPI reference](../reference/openapi.yaml)
1212
- [Screenshot assets](../operations/demo/screenshots/README.md)

docs/releases/v1.6.0-draft.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Viaduct v1.6.0 Release Notes Draft
1+
# Viaduct v1.6.0 Release Notes
2+
3+
Published 2026-04-11.
24

35
Viaduct v1.6.0 turns the current repository into a more cohesive operator application for the assessment-to-pilot wedge without rewriting the stack.
46

@@ -37,6 +39,12 @@ This keeps the current story narrow and coherent: assessment, readiness reductio
3739
- Tenant keys remain the bootstrap and break-glass credential.
3840
- Loading, empty, retry, and error states now carry more support-grade detail for the workspace flow.
3941

42+
## Release Artifacts
43+
44+
- GitHub release bundles are available for Linux and Windows operator workstations.
45+
- The published release remains aligned to `make release-gate` as the canonical verification path.
46+
- The local `examples/lab` flow remains the default reproducible demo and evaluation path.
47+
4048
## Lab And Verification
4149

4250
- The local `examples/lab` path remains the default demo and evaluation route.

0 commit comments

Comments
 (0)