Skip to content

Commit 7b324f1

Browse files
authored
Update zed to v1.13.0, brimcap to v1.6.0, and prep Zui v1.6.0 (#2994)
v1.5.0...6dfae2b
1 parent 6dfae2b commit 7b324f1

File tree

3 files changed

+23
-11
lines changed

3 files changed

+23
-11
lines changed

apps/zui/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v1.6.0
2+
- Update Zed to [v1.13.0](https://github.com/brimdata/zed/releases/tag/v1.13.0)
3+
- Update Brimcap to [v1.6.0](https://github.com/brimdata/brimcap/releases/tag/v1.6.0), which includes a new Zeek [v6.0.3-brim1](https://github.com/brimdata/build-zeek/releases/tag/v6.0.3-brim1)
4+
- Update Electron dependency to 28.0.0 (#2934, #2953)
5+
- Enhance the [Zui Installation docs](https://zui.brimdata.io/docs/Installation) to describe the new feature to control when the app is [updated](https://zui.brimdata.io/docs/Installation#updates) to newer releases (#2950)
6+
- Simplify how the termination of a spawned `zed serve` process is tied to the parent Zui process (#2956, #2957)
7+
- Add a dark mode and new designs for pins, toolbars, detail/history panes, and saving queries (#2895)
8+
- Adjust how Zui correlates new Zeek events in reaction to changes in Zeek's `files` events (#2981)
9+
- Fix an issue where repository links in [Zui Insiders](https://github.com/brimdata/zui-insiders) had been incorrectly pointing to the regular Zui repo (#2935)
10+
- Fix an issue where Zui incorrectly surfaced Brimcap errors as "Error: write EPIPE" or "Error: write EPIPE" instead of the detailed errors from pcap analyzers (#2955, #2991)
11+
- Fix an issue where very long pool names caused the **Load Data** and **Query Pool** buttons to disappear (#2993)
12+
113
## v1.5.0
214
- Update Zed to [v1.12.0](https://github.com/brimdata/zed/releases/tag/v1.12.0)
315
- Update Brimcap to [v1.5.5](https://github.com/brimdata/brimcap/releases/tag/v1.5.5)

apps/zui/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Zed User Interface",
66
"repository": "https://github.com/brimdata/zui",
77
"license": "BSD-3-Clause",
8-
"version": "1.5.0",
8+
"version": "1.6.0",
99
"main": "dist/main.js",
1010
"author": "Brim Data <[email protected]> (http://www.brimdata.io)",
1111
"lake": {
@@ -72,7 +72,7 @@
7272
"acorn": "^7.4.1",
7373
"ajv": "^6.9.1",
7474
"animejs": "^3.2.0",
75-
"brimcap": "brimdata/brimcap#v1.6.0-beta2",
75+
"brimcap": "brimdata/brimcap#v1.6.0",
7676
"chalk": "^4.1.0",
7777
"chevrotain": "^10.5.0",
7878
"chrono-node": "^2.5.0",
@@ -154,7 +154,7 @@
154154
"use-resize-observer": "^8.0.0",
155155
"web-file-polyfill": "^1.0.4",
156156
"web-streams-polyfill": "^3.2.0",
157-
"zed": "brimdata/zed#4eba82a1304f86997326279cfbeeb7449f415571",
157+
"zed": "brimdata/zed#v1.13.0",
158158
"zui-test-data": "workspace:*"
159159
},
160160
"peerDependencies": {

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -6841,12 +6841,12 @@ __metadata:
68416841
languageName: node
68426842
linkType: hard
68436843

6844-
"brimcap@brimdata/brimcap#v1.6.0-beta2":
6844+
"brimcap@brimdata/brimcap#v1.6.0":
68456845
version: 1.1.2
6846-
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=979db041f1431ee74dd6549dda60528bb6e35c79"
6846+
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=3aaa41225c6aeb2dcf64179cf2c67d61b4721ea5"
68476847
bin:
68486848
brimcap: build/dist/brimcap
6849-
checksum: 8b989f4f733247241f8b23280c839134b7b5a6ebf1e3a89249e95fcff4888f4a8d5fe4855bcafd9ead45d03be0ec39c3828e96196ca534e4619568f6c5b0b677
6849+
checksum: 0f8ae038108819bbba3b7e690350fd2c1cdcb81bec8619e12ed89bdf8a9a5bf430dff6dcfe841c6d2aa8e163859f0357915574aa44b04cc9bff6bd2e7b9269c2
68506850
languageName: node
68516851
linkType: hard
68526852

@@ -19093,10 +19093,10 @@ __metadata:
1909319093
languageName: node
1909419094
linkType: hard
1909519095

19096-
"zed@brimdata/zed#4eba82a1304f86997326279cfbeeb7449f415571":
19096+
"zed@brimdata/zed#v1.13.0":
1909719097
version: 0.33.0-dev
19098-
resolution: "zed@https://github.com/brimdata/zed.git#commit=4eba82a1304f86997326279cfbeeb7449f415571"
19099-
checksum: 27520ee2c4763055449c2f891184ca262c37eef07fc17033f261a341665e4faafca6f3dbebc3871c55506d94490190a3e755b4339f320951b51bbb63a83cb334
19098+
resolution: "zed@https://github.com/brimdata/zed.git#commit=ca0c3a2e98c5758178e1f69e10a16c9675b89aa9"
19099+
checksum: 0f7ec3e5d71012c83382971ea95546d7ac912178928891d6258e6710577ed3eeaf0c07351d06f25b27920949c7586cfc815db5ddd2b1db004f501476a94a9562
1910019100
languageName: node
1910119101
linkType: hard
1910219102

@@ -19207,7 +19207,7 @@ __metadata:
1920719207
acorn: ^7.4.1
1920819208
ajv: ^6.9.1
1920919209
animejs: ^3.2.0
19210-
brimcap: "brimdata/brimcap#v1.6.0-beta2"
19210+
brimcap: "brimdata/brimcap#v1.6.0"
1921119211
chalk: ^4.1.0
1921219212
chevrotain: ^10.5.0
1921319213
chrono-node: ^2.5.0
@@ -19290,7 +19290,7 @@ __metadata:
1929019290
use-resize-observer: ^8.0.0
1929119291
web-file-polyfill: ^1.0.4
1929219292
web-streams-polyfill: ^3.2.0
19293-
zed: "brimdata/zed#4eba82a1304f86997326279cfbeeb7449f415571"
19293+
zed: "brimdata/zed#v1.13.0"
1929419294
zui-test-data: "workspace:*"
1929519295
peerDependencies:
1929619296
react: ^18.0.0

0 commit comments

Comments
 (0)