docs(blog): add the Plumber 1.5 release note - #371
Merged
Conversation
thomasboni
force-pushed
the
blog/release-1.5.0
branch
from
September 6, 2026 10:25
e2a986e to
5caac64
Compare
Two features lead the release: portfolios that follow a GitLab group and pick up new projects on their own, and policies that can be narrowed to the projects a rule actually applies to, by technology share or GitLab topic. Follows the structure of the 1.4 note: hero, tagline, a section per feature with a "What you get" list capped at three items, minor updates, and the versions admonition (backend v2.43.2, frontend v2.37.1, chart v1.5.0). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WkEoFQP5bxWXS5qgkYxmu8
thomasboni
force-pushed
the
blog/release-1.5.0
branch
from
September 6, 2026 10:33
5caac64 to
d9462ad
Compare
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.
Adds the Plumber 1.5 release note, following the structure of the 1.4 one: hero image, tagline, a section per feature with a "What you get" list, minor updates, and the versions admonition.
The two features
Dynamic portfolios - a portfolio can follow a GitLab group instead of being maintained by hand. It picks up projects created later, follows the whole subtree, and still supports hand-picked projects and per-project exclusions that can be undone.
Technology and topic filters on policies - a policy can be narrowed to the projects a rule actually applies to, by language share (for example Go at 40% or more) or by GitLab topic (for example
prod, matched case-insensitively). Both can be combined with all/any. Only projects are filtered; targeted groups stay governed as picked.Versions
v2.43.1v2.37.1v1.5.0These match the platform release PR getplumber/platform#56.
Hero image
Generated to match the existing house style (1200x630, same gradient, logo and wordmark), with only the version subtitle changed from "1.4 Release" to "1.5 Release". Happy to swap it for a designed one if you prefer.
Checks
Frontmatter validated against the blog collection schema (title, description, authors, pubDate, heroImage all present;
plumberauthor reference resolves;releases-platformcategory matches 1.4.0; the only component used isAdmonition, as in 1.4.0). I did not run a fullastro build, sincenode_modulesis not installed in this environment.