-
Notifications
You must be signed in to change notification settings - Fork 0
V9.0.4/service update #9
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
WalkthroughThis update includes dependency and infrastructure maintenance across several files. It upgrades Docker and test runner images, bumps package versions, updates workflow job versions and parameters, and documents these changes in the changelog and release notes. No functional code changes or public API modifications are present. Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant CI Workflow
participant External Workflow v2
participant Docker Build
participant Test Runner
Developer->>CI Workflow: Push changes
CI Workflow->>External Workflow v2: Trigger build/pack/test jobs (v2)
CI Workflow->>Docker Build: Build with nginx:1.28.0-alpine
CI Workflow->>Test Runner: Use updated Docker-Ubuntu image
CI Workflow->>Developer: Report results
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (6)
🔇 Additional comments (11)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed 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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9 +/- ##
=======================================
Coverage 83.33% 83.33%
=======================================
Files 19 19
Lines 666 666
Branches 51 51
=======================================
Hits 555 555
Misses 110 110
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|



This pull request includes updates to dependencies, CI/CD workflows, and documentation to ensure compatibility with newer versions and improve maintainability. Key changes involve upgrading Docker images, workflow actions, and package versions, as well as updating release notes and changelog entries.
Dependency Updates:
.docfx/Dockerfile.docfx: Upgradednginxbase image from1.27.5-alpineto1.28.0-alpineto ensure compatibility with the latest version. [1] [2]Directory.Packages.props: Updated package versions forCodebelt.Extensions.Xunit.App(10.0.3),Cuemon.Core(9.0.6),Microsoft.NET.Test.Sdk(17.14.1), andxunit.runner.visualstudio(3.1.1).testenvironments.json: Updated Docker image for Ubuntu test environments togimlichael/ubuntu-testrunner:net8.0.411-9.0.301.CI/CD Workflow Updates:
.github/workflows/pipelines.yml: Upgraded workflow actionsjobs-dotnet-build,jobs-dotnet-pack, andjobs-dotnet-testfrom versionv1tov2. Addedrestore: truefor the test job and removedupload-packed-artifactfrom the pack job. [1] [2] [3]Documentation Updates:
.nuget/Codebelt.Unitify/PackageReleaseNotes.txt: Added release notes for version9.0.4, highlighting upgraded dependencies for all supported target frameworks.CHANGELOG.md: Added changelog entry for version9.0.4, describing it as a service update focused on package dependencies.Summary by CodeRabbit