Skip to content

Conversation

gimlichael
Copy link
Member

@gimlichael gimlichael commented Jul 10, 2025

This pull request introduces updates to dependencies, Docker configurations, and CI workflows, along with minor adjustments to release notes and testing environments. The most critical changes focus on upgrading dependencies to ensure compatibility and stability, updating Docker images for improved performance, and enhancing CI workflows.

Dependency Updates:

  • Updated dependencies across multiple packages to their latest compatible versions in Directory.Packages.props. This includes upgrades for Codebelt.Extensions.Xunit, Cuemon.AspNetCore, and others.

Docker Configuration:

  • Modified .docfx/Dockerfile.docfx to use an argument for the NGINX version (NGINX_VERSION=1.29.0-alpine) and updated the base and final images accordingly. [1] [2]

CI Workflow Enhancements:

  • Updated CI workflow configurations in .github/workflows/pipelines.yml to use version v2 of codebeltnet/jobs-sonarcloud and codebeltnet/jobs-codeql for improved functionality. [1] [2]

Release Notes:

  • Added release notes for version 9.0.5 in multiple files, highlighting upgraded dependencies and availability for .NET 9 and .NET 8. [1] [2] [3] [4]
  • Included a changelog entry for version 9.0.5 in CHANGELOG.md, emphasizing dependency updates.

Testing Environment:

  • Updated the Docker image for the testing environment in testenvironments.json to gimlichael/ubuntu-testrunner:net8.0.412-9.0.302.

Summary by CodeRabbit

  • Chores
    • Updated package dependencies to the latest compatible versions across all supported frameworks.
    • Upgraded Docker image and test environment versions for improved compatibility.
    • Enhanced workflow pipelines to use newer versions of reusable jobs.
  • Documentation
    • Added release notes for version 9.0.5, highlighting dependency upgrades and .NET 9/.NET 8 availability.
    • Updated changelog to reflect the latest service update.

@gimlichael gimlichael self-assigned this Jul 10, 2025
Copy link

coderabbitai bot commented Jul 10, 2025

Walkthrough

This update introduces a build argument for the nginx version in the DocFX Dockerfile, updates several dependency and test environment versions, upgrades workflow job references to newer versions, and adds release notes for package updates. The changelog is updated to reflect a new service release focused on dependency maintenance.

Changes

Files/Paths Change Summary
.docfx/Dockerfile.docfx Added NGINX_VERSION build argument; replaced hardcoded nginx version with this argument.
.github/workflows/pipelines.yml Updated sonarcloud and codeql workflow job references from @v1 to @v2.
Directory.Packages.props Bumped versions for Codebelt.Extensions.Xunit, Codebelt.Extensions.Xunit.Hosting.AspNetCore, and all Cuemon.* packages.
testenvironments.json Updated Docker image tag for "Docker-Ubuntu" test environment.
.nuget/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml/PackageReleaseNotes.txt
.nuget/Codebelt.Extensions.AspNetCore.Text.Yaml/PackageReleaseNotes.txt
.nuget/Codebelt.Extensions.YamlDotNet.App/PackageReleaseNotes.txt
.nuget/Codebelt.Extensions.YamlDotNet/PackageReleaseNotes.txt
Added release notes for version 9.0.5, stating dependency upgrades and supported .NET versions.
CHANGELOG.md Added entry for version 9.0.5: service update focused on package dependencies.

Possibly related PRs

Poem

A rabbit hops through fields of code,
Updating versions, lightening the load.
Docker’s nginx now takes a cue—
One build arg, and updates are few!
Dependencies fresh, release notes in tow,
With each small hop, the project will grow.
🐇✨


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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@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: 0

🧹 Nitpick comments (2)
.docfx/Dockerfile.docfx (1)

1-3: Good param-etization; consider pinning by digest for reproducible builds
Introducing the NGINX_VERSION ARG removes hard-coded tags – nice. To make builds deterministic and safer against supply-chain attacks, pin the image to a tag + digest instead of tag-only, e.g.

-FROM --platform=$BUILDPLATFORM nginx:${NGINX_VERSION} AS base
+FROM --platform=$BUILDPLATFORM nginx:${NGINX_VERSION}@sha256=<digest> AS base

(Same for the final stage.)

CHANGELOG.md (1)

10-13: Add comparison link to keep-a-changelog footer
Previous versions include only prose; adding a link such as

[9.0.5]: https://github.com/<org>/<repo>/compare/v9.0.4...v9.0.5

keeps the changelog navigable and consistent with the Keep a Changelog spec.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e74c7af and 586c1ca.

📒 Files selected for processing (9)
  • .docfx/Dockerfile.docfx (2 hunks)
  • .github/workflows/pipelines.yml (2 hunks)
  • .nuget/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml/PackageReleaseNotes.txt (1 hunks)
  • .nuget/Codebelt.Extensions.AspNetCore.Text.Yaml/PackageReleaseNotes.txt (1 hunks)
  • .nuget/Codebelt.Extensions.YamlDotNet.App/PackageReleaseNotes.txt (1 hunks)
  • .nuget/Codebelt.Extensions.YamlDotNet/PackageReleaseNotes.txt (1 hunks)
  • CHANGELOG.md (1 hunks)
  • Directory.Packages.props (1 hunks)
  • testenvironments.json (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
  • GitHub Check: call-test (windows-2022, Release) / 🧪 Test
  • GitHub Check: call-test (windows-2022, Debug) / 🧪 Test
  • GitHub Check: call-test (ubuntu-24.04, Release) / 🧪 Test
  • GitHub Check: call-pack (Debug) / 📦 Pack
  • GitHub Check: call-test (ubuntu-24.04, Debug) / 🧪 Test
  • GitHub Check: call-pack (Release) / 📦 Pack
🔇 Additional comments (8)
testenvironments.json (1)

12-12: LGTM! Test environment Docker image updated appropriately.

The Docker image tag update from net8.0.411-9.0.301 to net8.0.412-9.0.302 aligns with the dependency upgrade objectives for this service update.

.nuget/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml/PackageReleaseNotes.txt (1)

1-6: LGTM! Release notes properly formatted and consistent.

The new version 9.0.5 entry follows the established format and accurately reflects the dependency upgrade changes for this service update.

Directory.Packages.props (1)

6-15: LGTM! Package versions updated consistently.

All dependency updates are minor/patch version bumps that maintain compatibility while incorporating the latest fixes and improvements. The updates align with the service update objectives.

.nuget/Codebelt.Extensions.AspNetCore.Text.Yaml/PackageReleaseNotes.txt (1)

1-6: LGTM! Release notes consistent across packages.

The new version 9.0.5 entry is properly formatted and maintains consistency with the corresponding changes in related package release notes.

.github/workflows/pipelines.yml (1)

68-68: LGTM! CI workflow references updated to v2.

The updates to codebeltnet/jobs-sonarcloud and codebeltnet/jobs-codeql from @v1 to @v2 are consistent and align with the CI workflow enhancement objectives. Note that the codecov job (line 78) remains at @v1, which appears to be intentional.

Also applies to: 86-86

.docfx/Dockerfile.docfx (1)

13-17: Double-check that $BUILDPLATFORM is respected in the final stage
Because the final FROM no longer specifies --platform=$BUILDPLATFORM, Docker will default to the builder’s host platform. If multi-arch artefacts are important in your CI, consider:

-FROM nginx:${NGINX_VERSION} AS final
+FROM --platform=$BUILDPLATFORM nginx:${NGINX_VERSION} AS final

Otherwise cross-platform builds may silently produce host-specific images.

.nuget/Codebelt.Extensions.YamlDotNet.App/PackageReleaseNotes.txt (1)

1-6: Release notes look good
Entry is concise and aligns with earlier format.

.nuget/Codebelt.Extensions.YamlDotNet/PackageReleaseNotes.txt (1)

1-6: Release notes look good
No issues spotted.

Copy link

codecov bot commented Jul 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.37%. Comparing base (e74c7af) to head (586c1ca).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   88.37%   88.37%           
=======================================
  Files          17       17           
  Lines         611      611           
  Branches       57       57           
=======================================
  Hits          540      540           
  Misses         71       71           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

sonarqubecloud bot commented Jul 10, 2025

Quality Gate Passed Quality Gate passed

Issues
0 New issues
2 Accepted issues

Measures
2 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@gimlichael gimlichael merged commit 1495423 into main Jul 10, 2025
17 checks passed
@gimlichael gimlichael deleted the v9.0.5/service-update branch July 10, 2025 22:27
@coderabbitai coderabbitai bot mentioned this pull request Aug 16, 2025
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