build: release v2.8.2-2 - #8
Merged
Merged
Conversation
Why: - Add Renovate so routine maintenance updates are proposed consistently. - Pin the Alpine base image to a stable 3.x minor line so future rebuilds can move deliberately across Alpine minor releases. - Bring the changelog and repository instructions back in line with the existing release/tagging scheme. What changed: - Added renovate.json with grouped GitHub Actions updates and a 30-day minimum release age. - Pinned the Dockerfile base image from alpine:3 to alpine:3.23. - Documented the Renovate maintenance behavior for developers in README.md. - Corrected CHANGELOG.md so the previous release is recorded as v2.8.2-1 and this release is recorded as v2.8.2-2. - Added AGENTS.md guidance for release versioning, changelog discipline, and changelog entry granularity. Validation: - Ran make build. - Ran npx --yes --package renovate -- renovate-config-validator --strict. - Ran jq empty renovate.json.
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.
Summary
This release prepares the repository for controlled maintenance updates.
It adds Renovate for grouped GitHub Actions updates, pins the Docker base image to Alpine 3.23 so future Alpine 3.x minor updates can be proposed deliberately, and fixes the changelog/versioning flow so tagged releases map cleanly to changelog entries.
Changes
Validation
Documentation updates
Release impact