chore: release v0.0.143 - #874
Conversation
|
Warning Review limit reachedNext included review available in 8 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe workspace package version is incremented from 0.0.142 to 0.0.143. The Batten changelog adds a 0.0.143 release section dated 2026-09-05 with entries for provision, startup, trust, and policy changes. Merge Risk: ⚪ Minimal · up to This release updates Batten metadata to version 0.0.143 and records its release notes. The published package version is consistent across the workspace and lockfile metadata, with no current merge-readiness risk identified. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
60fe826 to
7439424
Compare
7439424 to
9c4c059
Compare
|
/fast-forward |
|
Refusing to fast-forward #874: it is a draft, so no required check has graded its head. |
|
/fast-forward |
|
Triggered from #874 (comment) by @wenzowski. Trying to fast forward Target branch ( commit 48aab71d81fe388159ca6bba87291a0b0da9664f (HEAD -> main, origin/main)
Author: Alec Wenzowski <alec@wenzowski.com>
Date: Sat Sep 5 16:36:03 2026 +0000
fix(trust): rank a declared arrival so a narrowing is not a weakening
`rule-predicate-changed` fired on any difference in a rule's predicate
columns, so tightening a gate cost the same admission as loosening one: a
groomed `Weakens:` pair plus a matching trailer, with the groom predating
the work. This repository has twice paid that by shaping the config around
the gate rather than touching a row (batten.toml:925-933, :951-960), and
where a new row is not available — a field on an existing row — there is no
such route.
`RULE_NARROWING_ON_ARRIVAL` names the keys whose ARRIVAL can only add
refusals, beside `RULE_NON_PREDICATE` and with the same census. A key it
names, filled where the base said nothing, is not charged; a changed value,
a departure, a resized list and an undeclared arrival stay unrankable and
still fire.
Declared rather than inferred, because "an optional absence-preserving key
can only narrow" is false here three times over: `bypass_env` makes a row
suppressible (batten.toml:415-430), `key_shape` resolves a non-matching
subject to allow by its own doc, and `when_present` narrows which calls a
row gates at all. A ranking reading "unrankable" as "narrowing" would turn
this gate's one false refusal into a false pass.
Absent and `null` are one reading: a rule column carries
`skip_serializing_if` and a nested row like `CaptureQuery` does not, so a
ranking seeing one spelling would rank the rule and not the row inside it.
Closes CLOUD-1394Pull request ( commit 9c4c059a4051f4873c03d0a71642c8024139c6bd (pull_request/release-plz-2026-09-05T16-12-53Z)
Author: Alec Wenzowski <alec@button.is>
Date: Sat Sep 5 10:22:53 2026 -0700
chore: release v0.0.143Fast forwarding $ git push origin 9c4c059a4051f4873c03d0a71642c8024139c6bd:main
remote: error: GH013: Repository rule violations found for refs/heads/main.
remote: Review all repository rules at https://github.com/button-inc/batten/rules?ref=refs%2Fheads%2Fmain
remote:
remote: - Required status check "final" is expected.
remote:
To https://github.com/button-inc/batten.git
! [remote rejected] 9c4c059a4051f4873c03d0a71642c8024139c6bd -> main (push declined due to repository rule violations)
error: failed to push some refs to 'https://github.com/button-inc/batten.git' |
7b6f18f to
96ffe4d
Compare
96ffe4d to
fe01a13
Compare
|
❌ The last analysis has failed. |
🤖 New release
batten: 0.0.142 -> 0.0.143 (✓ API compatible changes)Changelog
This PR was generated with release-plz.