Skip to content

Commit

Permalink
Update zq to v0.27.1 and prep v0.22.0 (redux) (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jan 9, 2021
1 parent af91d29 commit f6c7ba3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
* Allow the export of query results in NDJSON and CSV formats (#1302, #1328)
* Add a correlation visualization in the Log Detail view for pivoting from a Suricata alert back to related Zeek `conn` events (#1310)
* Re-style the Log Detail panel and window (#1310)
* Update zq to [v0.27.0](https://github.com/brimsec/zq/releases/tag/v0.27.0) (follow that link for details of additional changes that may affect Brim)
* Ensure `_path` and `event_type` fields are always displayed directly to the right of the `ts` timestamp field (#1339)
* Pull-down menu option **Window > Reset State** now clears app state after user confirmation (#1338)
* Update zq to [v0.27.1](https://github.com/brimsec/zq/releases/tag/v0.27.1) (follow that link for details of additional changes that may affect Brim)

## v0.21.1
* Update zq to [v0.26.0](https://github.com/brimsec/zq/releases/tag/v0.26.0), which fixes an issue that was causing pcap import failures, and also delivers other enhancements
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"styled-components": "^5.1.1",
"tree-model": "^1.0.7",
"valid-url": "^1.0.9",
"zq": "git+https://github.com/brimsec/zq.git#e5a8cf5988956a2709fc9fc43569f55ec3eab74b"
"zq": "git+https://github.com/brimsec/zq.git#v0.27.1"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit f6c7ba3

Please sign in to comment.