docs(changelog): prepare release notes for v2.1.1-ekaterinburg#467
docs(changelog): prepare release notes for v2.1.1-ekaterinburg#467nanotaboada merged 1 commit intomasterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughUpdated Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Line 55: Change the release header string "## [2.1.1 - Ekaterinburg Arena] -
2026-04-12" to match the link reference and established pattern by using the
lowercase stadium slug "ekaterinburg" (i.e., update to "## [2.1.1 -
ekaterinburg] - 2026-04-12"); ensure the header exactly matches the link
reference `[2.1.1 - ekaterinburg]` so markdown links resolve and follow the
existing lowercase stadium naming convention.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 1a18f0ad-addf-46b4-a389-4eb3a45c494e
📒 Files selected for processing (1)
CHANGELOG.md
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
e17ad7d to
9650edd
Compare
|



Summary
[Unreleased]entries to## [2.1.1 - Ekaterinburg Arena] - 2026-04-12## [Unreleased]section for future work[unreleased]now points tov2.1.1-ekaterinburg...HEAD; adds[2.1.1 - ekaterinburg]linkWhat's in this release
Added: CD pipeline improvements (test job isolation,
linux/arm64, image attestation), ADR 0013 (testing strategy), repository and web application integration tests, additional validator tests, and 12 ADRs documenting architectural decisions.Changed: Rate limiting exemption for
/health, middleware pipeline ordering, EF CoreMigrateAsync()at startup replacing pre-seeded DB, Alpine runtime image (113 MB → 74 MB), test naming conventions normalized, CD workflow tag reachability check.Fixed:
GET /playersreturns200 OKwith empty list instead of404; AutoMapper profile explicitly ignoresIdsource member.Test plan
dotnet build --configuration Release— passeddotnet test --settings .runsettings— 64/64 passeddotnet csharpier --check .— no issues🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores