chore(release): bump to v0.1.0-beta.2#280
Merged
Merged
Conversation
Bump backend, log-shipper, and frontend to their 0.1.0-beta.2 versions and point the release kit at the new tag. Resolve the backend version from package metadata (importlib.metadata) for both the /health probe and the FastAPI/OpenAPI metadata, so the service has a single source of truth instead of hardcoded strings. Add CHANGELOG.md documenting the alpha, beta.1, and upcoming beta.2 releases.
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.
Prepares the
v0.1.0-beta.2release now that per-policy DDoS rate limiting (#274) and config-only automatic IP banning (#279) have landed onmain.Changes
pyproject.toml+uv.lock(0.1.0b2), frontendpackage.json(0.1.0-beta.2), and the release kit (.env.example,README.md,docker-compose.yml→v0.1.0-beta.2)./healthand the FastAPI/OpenAPI metadata now resolve the version from package metadata (importlib.metadata) instead of a hardcoded string that had drifted out of sync.CHANGELOG.mdadded (Keep a Changelog + SemVer), documenting the alpha, beta.1, and beta.2 releases.Release steps after merge
v0.1.0-beta.2onmainand push the tag — this triggers thePublish imagesworkflow (builds/pushes images, tags the mutablebetachannel, attaches the release-kit archive to a GitHub prerelease).Verification
ruff check app/— passedmypy app/— passed (53 files)/healthintegration tests — passed;/healthnow reports0.1.0b2Related to #274, #279.