Skip to content

V1.2.7/service update#15

Merged
gimlichael merged 2 commits into
mainfrom
v1.2.7/service-update
May 22, 2026
Merged

V1.2.7/service update#15
gimlichael merged 2 commits into
mainfrom
v1.2.7/service-update

Conversation

@codebelt-aicia
Copy link
Copy Markdown
Contributor

This is a service update that focuses on package dependencies.

Automated changes:

  • Codebelt/Cuemon package versions bumped to latest compatible
  • PackageReleaseNotes.txt updated for v1.2.7
  • CHANGELOG.md entry added for v1.2.7

Note: Third-party packages (Microsoft.Extensions.*, BenchmarkDotNet, etc.) are not auto-updated.
Use Dependabot or manual updates for those.

Generated by codebelt-aicia
Triggered by: xunit @ 11.0.10

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 22, 2026

Greptile Summary

This is a routine v1.2.7 service-update PR that bumps several Codebelt/Cuemon packages to their latest compatible versions and updates release notes and changelog accordingly. No source code logic is changed.

  • Directory.Packages.props: Six packages updated — Codebelt.Bootstrapper.Console (5.0.6→5.0.7), Codebelt.Extensions.Xunit.App (11.0.9→11.0.10), Cuemon.Core (10.5.1→10.5.2), Microsoft.NET.Test.Sdk (18.4.0→18.5.1), and coverlet.collector/coverlet.msbuild (10.0.0→10.0.1).
  • .docfx/Dockerfile.docfx: nginx base image bumped from 1.30.0-alpine to 1.31.0-alpine, crossing from the stable branch to the mainline (development) branch.
  • CHANGELOG.md / PackageReleaseNotes.txt: v1.2.7 entries prepended with today's date, consistent with the existing changelog format.

Confidence Score: 5/5

Safe to merge — all changes are version bumps and release-note housekeeping with no logic changes.

Every changed file is either a package version update, a Docker base-image pin, or documentation. The nginx bump from the stable to mainline branch is the only item worth a second look, but it does not affect runtime correctness of the .NET packages being published.

.docfx/Dockerfile.docfx — confirm the nginx mainline (1.31.x) branch is intentional rather than an accidental overshoot from the stable (1.30.x) line.

Important Files Changed

Filename Overview
Directory.Packages.props Six package versions bumped: Codebelt.Bootstrapper.Console, Codebelt.Extensions.Xunit.App, Cuemon.Core, Microsoft.NET.Test.Sdk, coverlet.collector, and coverlet.msbuild; BenchmarkDotNet and MinVer remain unchanged.
.docfx/Dockerfile.docfx nginx base image bumped from 1.30.0-alpine (stable branch) to 1.31.0-alpine (mainline/development branch); this crosses the stable-to-mainline boundary in nginx's versioning scheme.
CHANGELOG.md v1.2.7 entry added with today's date (2026-05-22); consistent with prior changelog formatting.
.nuget/Codebelt.Extensions.BenchmarkDotNet/PackageReleaseNotes.txt v1.2.7 release notes prepended, noting dependency upgrades under the ALM heading.
.nuget/Codebelt.Extensions.BenchmarkDotNet.Console/PackageReleaseNotes.txt v1.2.7 release notes prepended, mirroring the changes in the sibling package notes file.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[v1.2.7 Service Update] --> B[Directory.Packages.props]
    A --> C[.docfx/Dockerfile.docfx]
    A --> D[Release Notes & Changelog]

    B --> B1[Codebelt.Bootstrapper.Console\n5.0.6 → 5.0.7]
    B --> B2[Codebelt.Extensions.Xunit.App\n11.0.9 → 11.0.10]
    B --> B3[Cuemon.Core\n10.5.1 → 10.5.2]
    B --> B4[Microsoft.NET.Test.Sdk\n18.4.0 → 18.5.1]
    B --> B5[coverlet.collector/msbuild\n10.0.0 → 10.0.1]

    C --> C1[nginx: 1.30.0-alpine → 1.31.0-alpine\n⚠️ stable → mainline]

    D --> D1[CHANGELOG.md entry added]
    D --> D2[PackageReleaseNotes.txt prepended\nfor both packages]
Loading
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.

---

### Issue 1 of 1
.docfx/Dockerfile.docfx:1
nginx uses an odd/even minor-version scheme: even minor versions (1.28.x, 1.30.x) are the stable branch, while odd minor versions (1.29.x, 1.31.x) are the mainline/development branch. Bumping from `1.30.0-alpine` to `1.31.0-alpine` moves the docs image from stable to mainline, which may receive less conservative patch policy. If the intent is to track the stable line, `1.30.1-alpine` (or the latest 1.30.x) would be the appropriate target.

```suggestion
ARG NGINX_VERSION=1.30.0-alpine
```

Reviews (2): Last reviewed commit: "⬆️ bump nginx version to 1.31.0-alpine a..." | Re-trigger Greptile

Comment thread Directory.Packages.props
@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.95%. Comparing base (db86252) to head (ab24aca).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   66.95%   66.95%           
=======================================
  Files           6        6           
  Lines         345      345           
  Branches       42       42           
=======================================
  Hits          231      231           
  Misses        114      114           

☔ 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.

@sonarqubecloud
Copy link
Copy Markdown

@gimlichael gimlichael merged commit dc87c7e into main May 22, 2026
23 checks passed
@gimlichael gimlichael deleted the v1.2.7/service-update branch May 22, 2026 20:00
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