Merge stable into develop#9976
Open
infrahub-github-bot-app[bot] wants to merge 4 commits into
Open
Conversation
Bump cAdvisor from gcr.io/cadvisor/cadvisor:v0.52.1 to ghcr.io/google/cadvisor:v0.60.5 in the observability docker-compose stack (standalone and standard variants). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: redesign release-notes navigation and landing feed
Replace the flat 114-entry release-notes sidebar with one collapsible
category per release line ("1.10 release", "1.9 release", ...), generated
from the release files by docs/sidebar-releases.ts, and replace the
DocCard generated-index at /release-notes/infrahub with a chronological
release feed: full detail for the two newest lines, compact rows for
earlier ones.
- Add release_date / release_type / description (and breaking) frontmatter
to all release files, with scripts/backfill-release-frontmatter.mjs to
backfill and --check them
- Add docs/plugins/release-notes-data.js exposing release frontmatter as
global data, consumed by the new <ReleaseFeed/> component
- Update the cut-release process docs for the new frontmatter contract
and the generated sidebar
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* docs: fix mangled identifiers in release-note descriptions
The `description:` frontmatter added in 917a8de was drafted by
docs/scripts/backfill-release-frontmatter.mjs, whose stripMd() removed `_`
along with the markdown emphasis characters. Changelog entries quote their
identifiers in backticks, so both the backticks and the underscores were
stripped: `order_weight` became "orderweight", `sso_user_default_group`
became "ssouserdefaultgroup", and so on. <ReleaseFeed/> renders description
as plain text, so those mangled names were shown to readers verbatim. Vale
was correctly flagging them.
- Stop stripping `_` in stripMd() so future drafts keep snake_case intact
- Reword the 17 affected descriptions as prose. Four of them referenced CLI
commands (`infrahub db check`, `infrahub upgrade`); the lowercase there was
correct, so they are rephrased rather than capitalized
- Whitelist Starlette, backfills and upserts, which are correct as written
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Superseded by #9978, which resolves the merge conflicts on a fresh integration branch off |
polmichel
reviewed
Jul 21, 2026
polmichel
left a comment
Contributor
There was a problem hiding this comment.
There are still some unresolved conflicts preventing us from merging this PR
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.
Merging stable into develop after merging pull request #9975.
Summary by cubic
Update cAdvisor to v0.60.5 and switch the image from
gcr.io/cadvisor/cadvisortoghcr.io/google/cadvisorin both observability docker-compose stacks. Redesign release-notes docs with an auto-generated sidebar, a chronological feed at/release-notes/infrahubvia@site/src/components/ReleaseFeed, and required frontmatter on all release files validated byscripts/backfill-release-frontmatter.mjs --check.actions/setup-pythonto v7 across CI and release workflows.actions/setup-nodeto v7 across CI, Chromatic, and agent workflows.Written for commit 5dedfee. Summary will update on new commits.