chore(release): prepare v0.3.1#154
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release-prep PR for v0.3.1 — a maintenance patch covering a runtime base-image security refresh plus a full dependency refresh. No breaking changes; the
v1route prefix, the Standard Webhooks signature surface, and theWebhookEngine.Sdkpublic API are all unchanged.Changes in this PR
CHANGELOG.md[Unreleased]→## [0.3.1] - 2026-06-29, with a fresh empty[Unreleased]skeleton above it.src/WebhookEngine.Sdk/WebhookEngine.Sdk.csproj<Version>0.3.0→0.3.1.What ships in 0.3.1
Security
mcr.microsoft.com/dotnet/aspnet:10.0-alpinerepinnedf03685b → 57bd717(Alpine3.23.4 → 3.23.5, OpenSSL3.5.6-r0 → 3.5.7-r0), clearing the 16 image CVEs Docker Scout reported againstvoyvodka/webhook-engine:latest— 1 critical (CVE-2026-34182, CVSS 9.1), 8 high, 5 medium, 2 low — all in the Alpine base layer, none in application code. Rebuilt image scans clean under Trivy. (chore(deps): Bump dotnet/aspnet fromf03685bto57bd717in /docker #148)mcr.microsoft.com/dotnet/sdk:10.0repinned548d93f → ea8bde3(build-only). (chore(deps): Bump dotnet/sdk from548d93ftoea8bde3in /docker #149)Changed — dependency refresh
lucide-react,recharts,@types/node,@vitejs/plugin-react,eslint,typescript-eslint,vite. (chore(deps): Bump the minor-and-patch group in /src/dashboard with 7 updates #150)@webhookengine/endpoint-managerdev deps:eslint,typescript-eslint. (chore(deps-dev): Bump eslint and typescript-eslint in /packages/endpoint-manager #153)OpenTelemetry.Instrumentation.AspNetCore,Scalar.AspNetCore,Microsoft.NET.Test.Sdk. (chore: Bump the minor-and-patch group with 3 updates #152)Pre-release checks (already green on main)
dotnet build WebhookEngine.sln -c Release→ 0 warnings, 0 errorsdotnet test→ 312/312 passedbun run lint && bun run typecheck && bun run build→ cleanTag
v0.3.1will be pushed after this merges to triggerrelease.yml.