Skip to content

docs(changelog): prepare v1.9.0 release - #465

Merged
nao1215 merged 1 commit into
mainfrom
release/v1.9.0
Aug 31, 2026
Merged

docs(changelog): prepare v1.9.0 release#465
nao1215 merged 1 commit into
mainfrom
release/v1.9.0

Conversation

@nao1215

@nao1215 nao1215 commented Aug 31, 2026

Copy link
Copy Markdown
Owner

Prepares the CHANGELOG for v1.9.0, to be tagged once this merges.

Why a minor bump

The release carries features, not only fixes, so 1.8.1 → 1.9.0 rather than a
patch:

  • The state lock. update, import, export, remove, migrate, pin
    and unpin now take a kernel lock on every resource the operation involves, so
    a second gup refuses to start instead of interleaving and losing one of the two
    results. Read-only commands and --dry-run runs take no lock and never wait.
  • PowerShell completion. gup completion --install wires up completion on
    Windows instead of refusing and printing three manual steps.

Nothing is removed and no flag or output contract changes, so there is no major
bump in here.

What changed in this PR

Only CHANGELOG.md.

ci:, chore:, style:, test: and refactor: commits are left out, as
doc/RELEASE.md specifies.

Verification

go test ./... and golangci-lint run are clean; nothing outside the changelog
was touched, and the release itself is cut by pushing the tag after this merges.

Summary by CodeRabbit

  • New Features

    • Added Windows PowerShell completion installation via gup completion --install.
    • Retained lock-related feature updates in the v1.9.0 release notes.
  • Bug Fixes

    • Fixed replacement of read-only configuration files on Windows.
    • Prevented Go toolchain suffixes from being incorrectly treated as version differences.
  • Documentation

    • Updated guidance on packaging channels, Topgrade integration, and project presentation.
    • Added contributor information and clarified dark-mode punctuation visibility.

The release is a minor bump: it carries features, not only fixes. The state lock
is new user-facing behavior - the mutating commands now take turns instead of
interleaving - and `gup completion --install` learned to wire up PowerShell on
Windows rather than printing three manual steps.

The Unreleased section only ever described the lock, so this also picks up what
the release actually contains: the PowerShell install, the read-only gup.json
write that stopped breaking the atomic-rename promise readers depend on, the Go
toolchain suffix that was reporting up-to-date binaries as stale, and the
documentation the last six weeks moved.
@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 9c3938bd-88fa-4cc5-9971-044e060b2b0c

📥 Commits

Reviewing files that changed from the base of the PR and between 77b8e75 and eb96f63.

📒 Files selected for processing (1)
  • CHANGELOG.md

Included review availability: Your plan provides up to 4 included reviews per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The changelog finalizes the v1.9.0 release. It documents PowerShell completion installation, Windows and Go version fixes, packaging channels, documentation updates, and a contributor addition.

Changes

Release notes

Layer / File(s) Summary
Finalize v1.9.0 changelog
CHANGELOG.md
The changelog replaces “Unreleased” with v1.9.0, adds feature and bug fix entries, and introduces documentation notes for packaging, integrations, site changes, removed content, and contributors.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to eb96f

This PR only prepares the v1.9.0 changelog and does not change product behavior or runtime code; no actionable merge-blocking risk remains after normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the changelog update and the v1.9.0 release preparation.
Description check ✅ Passed The description is detailed, relevant, and includes the change summary, rationale, scope, and verification results. It does not use the template headings and omits the Related issue and Checklist sect…
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Description check

Explanation

The description is detailed, relevant, and includes the change summary, rationale, scope, and verification results. It does not use the template headings and omits the Related issue and Checklist sections, but the missing information is non-critical for this documentation-only change.

Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v1.9.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

Code Metrics Report

main (77b8e75) #465 (d8e4c8b) +/-
Coverage 94.2% 94.2% -0.1%
Details
  |           | main (77b8e75) | #465 (d8e4c8b) |  +/-  |
  |-----------|----------------|----------------|-------|
- | Coverage  |          94.2% |          94.2% | -0.1% |
  |   Files   |             61 |             61 |     0 |
  |   Lines   |           3330 |           3330 |     0 |
- |   Covered |           3140 |           3139 |    -1 |

Code coverage of files in pull request scope (94.8% → 94.1%)

Files Coverage +/- Status
internal/lockfile/lockfile.go 94.1% -0.8% affected

Reported by octocov

@nao1215
nao1215 merged commit ed77c89 into main Aug 31, 2026
30 checks passed
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.

1 participant