From e38c24c3c82ac259ccfc91900d2c4c0b3b5c5b57 Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Mon, 8 Feb 2021 23:30:19 +0000 Subject: [PATCH] Update zq to v0.29.0 and prep v0.24.0 (#1436) https://github.com/brimsec/brim/compare/v0.23.0...8f062fa --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce2f57763..bbd8e5ca67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v0.24.0 +* Update zq to [v0.29.0](https://github.com/brimsec/zq/releases/tag/v0.29.0) +* Consolidate the colors used in Brim (#1405) +* Fix an issue where the arrows in the sidebar were incorrectly pointed (#1414) +* Add a [wiki doc](https://github.com/brimsec/brim/wiki/Query-Library-Transfer) and script showing how to transfer contents of the Query Library (#1415) +* Fix an issue where data exports continued long after the "Exporting..." pop-up went away (#1424) +* Hide the archive index search dropdown (#1417) +* Fix an issue where invoking a right-click "Whois" lookup in a Log Detail window caused a stack dump (#1418) + ## v0.23.0 **NOTE** - Beginning with this release, a subset of the source code in the diff --git a/package-lock.json b/package-lock.json index c5082b6a4b..0d7931e86a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Brim", - "version": "0.23.0", + "version": "0.24.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -24619,7 +24619,7 @@ }, "zq": { "version": "git+https://github.com/brimsec/zq.git#db76d01008af00888cee7cd69c4215138f0c0ef5", - "from": "git+https://github.com/brimsec/zq.git#db76d01008af00888cee7cd69c4215138f0c0ef5" + "from": "git+https://github.com/brimsec/zq.git#v0.29.0" } } } diff --git a/package.json b/package.json index d9c9f86859..34f8368f1b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Brim Desktop App", "repository": "https://github.com/brimsec/brim", "license": "BSD-3-Clause", - "version": "0.23.0", + "version": "0.24.0", "main": "dist/src/js/electron/main.js", "author": "Brim Security, Inc.", "bin": { @@ -148,7 +148,7 @@ "styled-components": "^5.1.1", "tree-model": "^1.0.7", "valid-url": "^1.0.9", - "zq": "git+https://github.com/brimsec/zq.git#db76d01008af00888cee7cd69c4215138f0c0ef5" + "zq": "git+https://github.com/brimsec/zq.git#v0.29.0" }, "optionalDependencies": { "electron-installer-debian": "^3.0.0",