Skip to content

chore: release v0.11.1#44

Merged
tablackburn merged 1 commit into
mainfrom
release/v0.11.1
Apr 28, 2026
Merged

chore: release v0.11.1#44
tablackburn merged 1 commit into
mainfrom
release/v0.11.1

Conversation

@tablackburn
Copy link
Copy Markdown
Owner

@tablackburn tablackburn commented Apr 28, 2026

Release v0.11.1.

Summary

  • Bump ModuleVersion to 0.11.1.
  • Promote the [Unreleased] Add-PatServer -Force overwrite entry into a dated [0.11.1] - 2026-04-28 section.

Highlights for this release

Test plan

  • pwsh -File ./build.ps1 -Task Test — 2935/0 pass, manifest cross-check confirms 0.11.1 matches CHANGELOG.
  • CI green across all platforms.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Changes
    • Add-PatServer -Force now overwrites existing server entries with matching names instead of throwing an error
    • Overwritten entries are completely replaced; use Update-PatServerToken to preserve other field values during token rotation
    • Updated error messaging for duplicate name scenarios

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 28, 2026 14:36
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 28, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: afdaeae7-d9e7-434b-958e-2661b114b26f

📥 Commits

Reviewing files that changed from the base of the PR and between 3c1edf9 and aa4ecc1.

📒 Files selected for processing (2)
  • CHANGELOG.md
  • PlexAutomationToolkit/PlexAutomationToolkit.psd1

📝 Walkthrough

Walkthrough

Version bump from 0.11.0 to 0.11.1 with corresponding changelog entry documenting the new behavior where Add-PatServer -Force overwrites existing server entries rather than throwing a duplicate-name error.

Changes

Cohort / File(s) Summary
Release Documentation
CHANGELOG.md, PlexAutomationToolkit/PlexAutomationToolkit.psd1
Version bump to 0.11.1 and changelog entry documenting the behavior change for Add-PatServer -Force to overwrite existing server entries, wholesale replacement without field preservation, and removal of prior vault-stored token.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A server's name need not cause a fight,
With -Force, old entries fade from sight!
No throw, no fuss—just overwrite,
Fresh tokens dance in PowerShell's light. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title 'chore: release v0.11.1' accurately describes the changes, which are version bump and CHANGELOG update for a 0.11.1 release.
Linked Issues check ✅ Passed The PR fulfills the core requirement from issue #40: Add-PatServer -Force now overwrites existing entries instead of throwing, implementing the wholesale replacement behavior.
Out of Scope Changes check ✅ Passed All changes are within scope: version bump in manifest and CHANGELOG update documenting the behavior change from issue #40; no unrelated modifications present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

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

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 and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@tablackburn tablackburn merged commit 85f9e27 into main Apr 28, 2026
20 of 21 checks passed
@tablackburn tablackburn deleted the release/v0.11.1 branch April 28, 2026 14:56
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.

feat: Add-PatServer -Force should overwrite an existing server entry

1 participant