-
Notifications
You must be signed in to change notification settings - Fork 0
V9.0.7/service update #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughVersion bumps across Docker, central package props, and test environment config; added release notes and changelog entry for 9.0.7. No code or API changes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.docfx/Dockerfile.docfx (1)
1-1
: NGINX patch bump looks good; optionally pin platform in final stage.
To avoid cross-arch surprises in multi-arch builds, consider making the final stage explicit on platform.Apply this minimal change:
-FROM nginx:${NGINX_VERSION} AS final +FROM --platform=$TARGETPLATFORM nginx:${NGINX_VERSION} AS finalOptional: pin to a digest for supply-chain reproducibility (keep the tag for readability).
Also applies to: 13-13
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
.docfx/Dockerfile.docfx
(1 hunks).nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt
(1 hunks)CHANGELOG.md
(1 hunks)Directory.Packages.props
(1 hunks)testenvironments.json
(1 hunks)
🔇 Additional comments (4)
CHANGELOG.md (1)
10-12
: LGTM – concise 9.0.7 entry, date matches PR (2025-09-15).
Consistent with prior service-update wording.testenvironments.json (1)
12-12
: LGTM — test runner image tag verified on Docker HubConfirmed tag "net8.0.414-9.0.305" exists; last updated 2025-09-13T13:25:07.905456Z.
.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt (1)
1-6
: Normalize encoding and remove NBSPs (no BOM found)
.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt contains many U+00A0 (NBSP) characters (e.g., lines 3, 6, 9 … 95); no U+FEFF (BOM) was detected. Replace NBSPs with plain spaces (or remove NBSP-only blank lines) and save as UTF‑8 without BOM.Likely an incorrect or invalid review comment.
Directory.Packages.props (1)
10-16
: LGTM — central version bumps only; no stray per-project versions found.
Scanned csproj/props/targets for PackageReference Version attributes for the listed packages — none found.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16 +/- ##
=======================================
Coverage 89.69% 89.69%
=======================================
Files 4 4
Lines 97 97
Branches 9 9
=======================================
Hits 87 87
Misses 10 10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This pull request is a service update focused on upgrading package dependencies across the project to their latest compatible versions. It also updates the release notes and changelog to reflect the new version, and refreshes the Docker and test environment images for consistency.
Dependency Upgrades:
Directory.Packages.props
, includingCodebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json
,Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml
,Codebelt.Extensions.Xunit.App
, and multipleCuemon
packages, to their latest releases.testenvironments.json
to use newer .NET runtime and test runner versions..docfx/Dockerfile.docfx
from1.29.0-alpine
to1.29.1-alpine
.Documentation Updates:
.nuget/Codebelt.Extensions.Asp.Versioning/PackageReleaseNotes.txt
, highlighting upgraded dependencies and supported target frameworks.CHANGELOG.md
to include the new 9.0.7 release and its focus on package dependency updates.Summary by CodeRabbit
Chores
Documentation