-
Notifications
You must be signed in to change notification settings - Fork 0
V9.0.4/service update #13
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 increments package versions for several dependencies, updates the nginx Alpine image in a Dockerfile, revises CI workflow versions and parameters, refreshes test environment Docker tags, and adds new release notes and changelog entries for version 9.0.4. No changes to public APIs or exported entities are introduced. Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant CI/CD Pipeline
participant DockerHub
participant TestRunner
participant NuGet
Developer->>CI/CD Pipeline: Pushes code with updated dependencies and configs
CI/CD Pipeline->>DockerHub: Pulls nginx:1.28.0-alpine for docfx build
CI/CD Pipeline->>TestRunner: Uses updated Docker-Ubuntu image for tests
CI/CD Pipeline->>NuGet: Resolves and restores updated package versions
CI/CD Pipeline-->>Developer: Provides build, test, and packaging results
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (6)
⏰ Context from checks skipped due to timeout of 90000ms (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 #13 +/- ##
=======================================
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 includes updates to dependencies, workflows, and documentation across multiple files. The most important changes involve upgrading Docker images, workflows, package versions, and changelog entries to ensure compatibility and maintainability.
Dependency Updates
.docfx/Dockerfile.docfx
: Upgradednginx
Docker image from version1.27.5-alpine
to1.28.0-alpine
in bothbase
andfinal
stages. [1] [2]Directory.Packages.props
: Updated multiple package versions, includingCodebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json
(from9.0.3
to9.0.4
),Cuemon.AspNetCore
(from9.0.5
to9.0.6
), andMicrosoft.NET.Test.Sdk
(from17.14.0
to17.14.1
).testenvironments.json
: Updated theDocker-Ubuntu
test environment Docker image togimlichael/ubuntu-testrunner:net8.0.411-9.0.301
.Workflow Updates
.github/workflows/pipelines.yml
: Upgraded workflow actions fordotnet-build
,dotnet-pack
, anddotnet-test
from versionv1
tov2
. Addedrestore: true
to thedotnet-test
job and removedupload-packed-artifact
from thedotnet-pack
job. [1] [2] [3]Documentation Updates
.nuget/Codebelt.Extensions.Asp.Versioning/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