docs: weekly audit — CHANGELOG release pipeline notes and CAA record advisory#12
Closed
krakenhavoc wants to merge 1 commit into
Closed
docs: weekly audit — CHANGELOG release pipeline notes and CAA record advisory#12krakenhavoc wants to merge 1 commit into
krakenhavoc wants to merge 1 commit into
Conversation
PR #11 (merged 2026-05-19) improved the release pipeline; CI-internal changes noted in CHANGELOG. Add CAA record advisory for March 2027 enforcement of RFC 8657 parameters (SC-098v2, passed 2026-05-13).
Contributor
Author
|
Closing: superseded by #15 (latest weekly audit) |
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.
Weekly Documentation Audit — 2026-05-26
Documentation gaps found in PRs merged 2026-05-19 to 2026-05-26
PR #11 —
fix: improve release pipeline(merged 2026-05-19)The pipeline improvement is CI-internal with no user-facing behavior change. The following are noted in
CHANGELOG.mdunder[Unreleased]for contributor awareness:v[0-9]+.[0-9]+.[0-9]+only; major-version pointer tags (e.g.v1) no longer re-trigger the pipeline.github/release.yamllabel categories (Features, Bug Fixes, Other Changes)make_latest: trueNew advisory — CAA record RFC 8657 parameters (March 2027)
CA/B Forum ballot SC-098v2 passed 2026-05-13. All public CAs must enforce RFC 8657 CAA
accounturiandvalidationmethodsparameter extensions by March 2027.KrakenKey cert-action issues certificates via Let's Encrypt using ACME DNS-01. If a user's CAA record sets
validationmethods, it must includedns-01for cert issuance to succeed after the enforcement date. This advisory is added toCHANGELOG.mdunder[Unreleased]so it surfaces in the next GitHub release notes.Version bump
No version bump. PR #11 is CI-only;
v1.1.0is the current release.Test plan
v[0-9]+.[0-9]+.[0-9]+correctly excludesv1tagsdns-01is the correct Let's Encrypt ACME challenge method namevalidationmethodsis the correct RFC 8657 CAA parameter name (notvalidationmethod)