Skip to content

Commit

Permalink
Update zq to v0.22.0 and prep v0.18.0 (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Sep 26, 2020
1 parent 0b26536 commit 05b679d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.18.0
* Update zq to [v0.22.0](https://github.com/brimsec/zq/releases/tag/v0.22.0)
* Update Zeek to [v3.2.0-dev-brim10](https://github.com/brimsec/zeek/releases/tag/v3.2.0-dev-brim10) to take advantage of latest [geolocation](https://github.com/brimsec/brim/wiki/Geolocation) data (#1096)
* Move the code base from Flow to TypeScript (#1075)
* Point to new Slack community URL https://www.brimsecurity.com/join-slack/ (#1089)
* Show a spinner if there's delays closing the "new connection" modal (#1084)
* Add a right-click option to delete all Spaces (#1078)
* Organize History entries by unique Space/Connection combination (#1078)
* Fix an issue where closing Brim after having searched a remote Space caused a "Space does not exist" error when Brim was relaunched (#1091)

## v0.17.0
* Update zq to [v0.21.0](https://github.com/brimsec/zq/releases/tag/v0.21.0)
* Update Zeek to [v3.2.0-dev-brim9](https://github.com/brimsec/zeek/releases/tag/v3.2.0-dev-brim9) to take advantage of latest [geolocation](https://github.com/brimsec/brim/wiki/Geolocation) data (#1071)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Brim Desktop App",
"repository": "https://github.com/brimsec/brim",
"license": "BSD-3-Clause",
"version": "0.17.0",
"version": "0.18.0",
"main": "dist/js/electron/main.js",
"author": "Brim Security, Inc.",
"bin": {
Expand Down Expand Up @@ -173,7 +173,7 @@
"styled-components": "^5.1.1",
"valid-url": "^1.0.9",
"zealot": "file:zealot",
"zq": "git+https://github.com/brimsec/zq.git#d73171bb7aeb00573c46d75f2b0819a05edfc674"
"zq": "git+https://github.com/brimsec/zq.git#v0.22.0"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit 05b679d

Please sign in to comment.