Update changelogs with releases 1.24.1 through 1.26.0rc3#69
Merged
Conversation
CHANGELOG.md stopped at 1.24.0. Add entries for every release since, reconstructed from git tags and commit history: docs releases (1.24.1, 1.24.3), UI fixes (1.24.2, 1.24.4), project label in metrics (1.25.0), OIDC auth and env-var config substitution (1.26.0rc1/rc2), flag_state gauge (1.26.0rc3), and the unreleased gRPC server removal. Mirror the same entries in the Sphinx docs changelog and drop the dangling changes_2 toctree reference left by c4ec1da, which broke the docs build (the file was never committed).
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.
What changed
flag_statePrometheus gauge withflag/projectlabels$VARindirection for OIDCclient_secret,${VAR}and inline substitution)projectlabel on handler metrics, Prometheus metrics docschanges_2toctree reference — c4ec1da added it ("add 1.25 changelog") but the file was never committed, leaving a broken reference in the docs buildWhy
The changelogs were five releases behind; the docs changelog additionally had a broken toctree entry.
Notes for reviewers
changes_1.rst("Changes in 1.X") rather than creatingchanges_2.rst, since all releases are still 1.x.pdm run docs(sphinx-build): build succeeds with zero warnings or errors.