Skip to content

docs(changelog): prepare release notes for v2.1.1-ekaterinburg#467

Merged
nanotaboada merged 1 commit intomasterfrom
release/v2.1.1-ekaterinburg
Apr 12, 2026
Merged

docs(changelog): prepare release notes for v2.1.1-ekaterinburg#467
nanotaboada merged 1 commit intomasterfrom
release/v2.1.1-ekaterinburg

Conversation

@nanotaboada
Copy link
Copy Markdown
Owner

@nanotaboada nanotaboada commented Apr 12, 2026

Summary

  • Promotes all [Unreleased] entries to ## [2.1.1 - Ekaterinburg Arena] - 2026-04-12
  • Adds a fresh empty ## [Unreleased] section for future work
  • Updates compare links: [unreleased] now points to v2.1.1-ekaterinburg...HEAD; adds [2.1.1 - ekaterinburg] link

What'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 Core MigrateAsync() at startup replacing pre-seeded DB, Alpine runtime image (113 MB → 74 MB), test naming conventions normalized, CD workflow tag reachability check.

Fixed: GET /players returns 200 OK with empty list instead of 404; AutoMapper profile explicitly ignores Id source member.

Test plan

  • dotnet build --configuration Release — passed
  • dotnet test --settings .runsettings — 64/64 passed
  • dotnet csharpier --check . — no issues

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation

    • Added a new 2.1.1 release entry with an "Added" subsection and populated release notes.
    • Inserted empty "Changed", "Fixed", and "Removed" subsections under Unreleased for future entries.
    • Updated changelog comparison links to include the new 2.1.1 release.
  • Chores

    • Adjusted changelog structure and links to reflect the 2.1.1 release.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 12, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6a5e9088-ce1e-487e-8b69-36078d5ea8fd

📥 Commits

Reviewing files that changed from the base of the PR and between e17ad7d and 9650edd.

📒 Files selected for processing (1)
  • CHANGELOG.md
✅ Files skipped from review due to trivial changes (1)
  • CHANGELOG.md

Walkthrough

Updated CHANGELOG.md: added a new release section for v2.1.1 (ekaterinburg) dated 2026-04-12 with an ### Added subsection, added empty ### Changed, ### Fixed, and ### Removed headings under [Unreleased], and updated bottom comparison links to reference v2.1.1-ekaterinburg.

Changes

Cohort / File(s) Summary
Changelog Updates
CHANGELOG.md
Added ## [2.1.1 - ekaterinburg] - 2026-04-12 with ### Added entries; inserted empty ### Changed, ### Fixed, ### Removed under [Unreleased]; updated comparison links so [unreleased] compares from v2.1.1-ekaterinburg...HEAD and added [2.1.1 - ekaterinburg] link comparing v2.1.0-dusseldorf...v2.1.1-ekaterinburg.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title follows Conventional Commits format with 'docs:' prefix, is descriptive and specific about changelog updates for v2.1.1-ekaterinburg, and is 62 characters (under 80 limit).
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/v2.1.1-ekaterinburg
  • 🛠️ sync documentation: Commit on current branch
  • 🛠️ sync documentation: Create PR
  • 🛠️ enforce http error handling: Commit on current branch
  • 🛠️ enforce http error handling: Create PR
  • 🛠️ idiomatic review: Commit on current branch
  • 🛠️ idiomatic review: Create PR
  • 🛠️ verify api contract: Commit on current branch
  • 🛠️ verify api contract: Create PR

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.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

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

📥 Commits

Reviewing files that changed from the base of the PR and between 2afc5e5 and e17ad7d.

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

Comment thread CHANGELOG.md Outdated
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@nanotaboada nanotaboada force-pushed the release/v2.1.1-ekaterinburg branch from e17ad7d to 9650edd Compare April 12, 2026 04:57
@sonarqubecloud
Copy link
Copy Markdown

@nanotaboada nanotaboada merged commit e14a070 into master Apr 12, 2026
9 checks passed
@nanotaboada nanotaboada deleted the release/v2.1.1-ekaterinburg branch April 12, 2026 05:48
@coderabbitai coderabbitai Bot mentioned this pull request Apr 12, 2026
4 tasks
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