Skip to content

chore(deps): update dependency canton-network/splice to v0.7.5 - #42

Merged
nicosampler merged 2 commits into
mainfrom
renovate/canton-network-splice-0.x
Sep 2, 2026
Merged

chore(deps): update dependency canton-network/splice to v0.7.5#42
nicosampler merged 2 commits into
mainfrom
renovate/canton-network-splice-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
canton-network/splice minor 0.6.110.7.5

Before merging

changeset-check fails until this PR has a changeset. Renovate cannot add one itself, so:

git fetch origin renovate/canton-network-splice-0.x && git switch renovate/canton-network-splice-0.x

npx changeset   # minor, summary: "Update Splice to 0.7.5"

git add .changeset && git commit -m "chore: add changeset for Splice 0.7.5" && git push

CI checks that Splice 0.7.5 still works with this wrapper, but it only reads files. Run start locally before merging to confirm the stack comes up.


Release Notes

canton-network/splice (canton-network/splice)

v0.7.5

Compare Source

v0.7.4

Compare Source

v0.7.3

Compare Source

v0.7.2

Compare Source

v0.7.1

Compare Source

v0.7.0

Compare Source

v0.6.14

Compare Source

v0.6.13

Compare Source

v0.6.12

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@nicosampler
nicosampler merged commit 51c708a into main Sep 2, 2026
3 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Canton - dAppBooster (#390) Sep 2, 2026
@nicosampler
nicosampler deleted the renovate/canton-network-splice-0.x branch September 2, 2026 13:03
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants