chore(deps): update dependency canton-network/splice to v0.7.5 - #42
Merged
Conversation
7 tasks
nicosampler
added a commit
that referenced
this pull request
Sep 2, 2026
## Summary Related to #35. The note Renovate put on #42 said "run `start` locally before merging" and left the rest to memory. Verifying a Splice bump is six steps, two of which fail in confusing ways if you run the obvious command, so the reviewer had to remember all of it months apart. ## Changes `prBodyNotes` is now the full sequence: get the branch, clear what is running, point the local config at the new version, start it, check the probe, add the changeset. Two steps are there because the obvious command does the wrong thing: - `init` never overwrites an existing config, so without `--force` you keep testing the old version while believing you tested the new one. - Splice sets `container_name` on all 14 services, so those names are global to Docker rather than scoped to the compose project. A container left by an earlier run stops the start with `Conflict. The container name "/postgres" is already in use`, which is what happened while checking #42. The guide now removes those leftovers by name. Each fenced block is a single `prBodyNotes` entry, because Renovate puts a blank line between entries and the old note rendered as a code block with gaps between every command. ## Acceptance criteria - [x] The PR body carries every step, in order, with nothing left to memory - [x] The two commands that silently do the wrong thing are called out where they are used - [x] Code blocks render without blank lines between commands ## Test plan ### Automated tests None. `renovate-config-validator` passes. ### Manual verification Rendered the notes with the templates filled in and read the result as it will appear on the PR. The container filter was run against a live stack: it matches the 14 Splice containers and nothing else. ## Breaking changes None. ## Checklist - [x] Self-reviewed my own diff - [ ] Tests added or updated - [ ] Docs updated (if applicable) - [x] No unrelated changes bundled in ## Screenshots None.
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.
This PR contains the following updates:
0.6.11→0.7.5Before merging
changeset-checkfails until this PR has a changeset. Renovate cannot add one itself, so:CI checks that Splice 0.7.5 still works with this wrapper, but it only reads files. Run
startlocally before merging to confirm the stack comes up.Release Notes
canton-network/splice (canton-network/splice)
v0.7.5Compare Source
v0.7.4Compare Source
v0.7.3Compare Source
v0.7.2Compare Source
v0.7.1Compare Source
v0.7.0Compare Source
v0.6.14Compare Source
v0.6.13Compare Source
v0.6.12Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.