Skip to content

docs(changelog): cut 1.0.0-preview.2 with quality sweep notes#23

Merged
Pomdapis merged 2 commits intomainfrom
chore/changelog-quality-sweep-preview-2
Apr 26, 2026
Merged

docs(changelog): cut 1.0.0-preview.2 with quality sweep notes#23
Pomdapis merged 2 commits intomainfrom
chore/changelog-quality-sweep-preview-2

Conversation

@Pomdapis
Copy link
Copy Markdown
Contributor

Summary

Rotates [Unreleased] into [1.0.0-preview.2] - 2026-04-26 with the two changes shipped since preview.1:

  • Changed — CodeQL Default Setup switched from default to extended query suite. Adds maintainability/quality queries on top of security for both csharp and actions languages.
  • Security — Pinned softprops/action-gh-release to commit SHA b430933... (= v3.0.0) in .github/workflows/release.yml. Closes CodeQL alert chore(deps): bump actions/setup-dotnet from 4 to 5 #28 (actions/unpinned-tag, CWE-829). 3rd-party action refs are now immutable, hardening the release pipeline against supply-chain risk.

After merge, tag v1.0.0-preview.2 will be cut from the resulting commit on main to trigger the Release workflow → publish to nuget.org + GitHub Packages.

Test plan

  • CI green on this PR (build + CodeQL).
  • After merge, tag v1.0.0-preview.2 triggers Release workflow successfully.
  • Packages Compendium.*@1.0.0-preview.2 visible on nuget.org.
  • GitHub Release v1.0.0-preview.2 published with auto-generated notes.

VK: POM-186 (Code Quality sweep parent), POM-187 (alert #28 fix).

Rotates [Unreleased] into [1.0.0-preview.2]:
- Changed: CodeQL Default Setup switched to extended query suite
  (security + maintainability/quality, csharp + actions).
- Security: softprops/action-gh-release pinned to commit SHA
  (CodeQL actions/unpinned-tag, CWE-829, alert #28 closed).

Tag v1.0.0-preview.2 will be cut from this commit on main to trigger
the Release workflow.
Copilot AI review requested due to automatic review settings April 26, 2026 12:00
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the changelog for the upcoming v1.0.0-preview.2 release by moving the latest notes out of [Unreleased] and adding the appropriate reference links.

Changes:

  • Added a new [1.0.0-preview.2] - 2026-04-26 section with notes about CodeQL query-suite expansion and pinning a GitHub Action to a commit SHA.
  • Updated the [Unreleased] comparison link to start from v1.0.0-preview.2.
  • Added a reference link for [1.0.0-preview.2].

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Pomdapis Pomdapis self-assigned this Apr 26, 2026
@Pomdapis Pomdapis merged commit a81afa0 into main Apr 26, 2026
5 checks passed
@Pomdapis Pomdapis deleted the chore/changelog-quality-sweep-preview-2 branch April 26, 2026 13:50
Pomdapis added a commit that referenced this pull request Apr 26, 2026
## Summary

PR #23 incorrectly bumped CHANGELOG to `[1.0.0-preview.2] - 2026-04-26`
with the quality-sweep entries — but tag `v1.0.0-preview.2` was already
cut on **2026-04-25** from a different commit set (PRs #1-7) and
**already published to nuget.org** (`Compendium.Core 1.0.0-preview.2` is
live). Reusing that version was a mistake.

This PR reconciles the CHANGELOG with the published reality and rolls
today's work into a new **preview.3**:

### `[1.0.0-preview.2] - 2026-04-25` — rewritten retroactively

Now matches the auto-generated GitHub release notes for
`v1.0.0-preview.2`:
- **Added** — `Compendium.Adapters.Shared` (PII masking utilities,
introduced in #3).
- **Changed** — Dependabot bumps #4-7, OSS governance scaffolding.
- **Security** — workflow `permissions:` block (#1), tenant log
sanitization (#2), email removal from adapter logs / GDPR (#3).

### `[1.0.0-preview.3] - 2026-04-26` — new

Everything since `v1.0.0-preview.2`:
- **Added** — DocFX site (#17), 5 ADRs (#14), public ROADMAP (#15),
getting-started guide (#20), 4 concept pages (#21), 8 adapter how-to
guides (#22).
- **Changed** — CodeQL Default Setup → `extended` query suite.
- **Security** — `softprops/action-gh-release` pinned to commit SHA
(#16, alert #28 closed).

## Test plan

- [ ] CI green on this PR.
- [ ] After merge, tag `v1.0.0-preview.3` triggers Release workflow
successfully.
- [ ] `Compendium.* @ 1.0.0-preview.3` published on nuget.org.
- [ ] GitHub Release `v1.0.0-preview.3` created with auto-generated
notes.

VK: POM-186 (Code Quality sweep parent).

Co-authored-by: sacha <sacha@scojhconsult.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants