Commit 2488eb2
authored
chore(deps): bump beacon v0.2.5, common v0.4.7 to latest stable (#229)
* chore(deps): bump beacon v0.2.5, common v0.4.7 (latest tagged)
The daemon was pinned to beacon v0.2.2 and common v0.4.5 — both
behind the latest published stable tags. Bringing those forward picks
up the fixes shipped via beacon's PILOT-334 and PILOT-342 work as
well as the recent common changes.
This is the 'daemon vs latest siblings' compatibility smoke. CI's go
test step is the test — if any signature or behavior changed in the
bumped siblings, it surfaces here instead of at the next release.
* fix(tests): inject default 'type' field in fake-registry responses
common@v0.4.7 added PILOT-132's check that non-empty registry responses
must carry a 'type' envelope field. The fake-registry callbacks predate
that requirement; instead of updating ~50 callsites, fill the field
once in the helper. Tests that need a specific type still set it
explicitly — we only inject when missing.
* chore(deps): also bump rendezvous v0.2.3 → v0.2.4 (PILOT-132 type-emission fix)
* chore(deps): go.sum for rendezvous v0.2.4
* chore(deps): bump common v0.4.7 → v0.4.8 (ipcutil deadlock fix)
* chore(deps): go.sum for common v0.4.81 parent a71d565 commit 2488eb2
3 files changed
Lines changed: 22 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 25 | + | |
| 26 | + | |
31 | 27 | | |
32 | 28 | | |
33 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
65 | 78 | | |
66 | 79 | | |
67 | 80 | | |
| |||
0 commit comments