Skip to content

Commit 6ee4993

Browse files
committed
Bullet UI 1.0.1
1 parent c59dc38 commit 6ee4993

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

docs/quick-start/spark.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ nvm use v10.20.1
176176
#### Step 13: Install the Bullet UI
177177

178178
```bash
179-
curl -LO https://github.com/bullet-db/bullet-ui/releases/download/v1.0.0/bullet-ui-v1.0.0.tar.gz
180-
tar -xzf bullet-ui-v1.0.0.tar.gz
179+
curl -LO https://github.com/bullet-db/bullet-ui/releases/download/v1.0.1/bullet-ui-v1.0.1.tar.gz
180+
tar -xzf bullet-ui-v1.0.1.tar.gz
181181
cp $BULLET_EXAMPLES/ui/env-settings.json config/
182182
```
183183

docs/quick-start/storm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ At the end of this section, you will have:
77
* Setup the Bullet topology using a custom spout on [bullet-storm-1.0.0](https://github.com/bullet-db/bullet-storm/releases/tag/bullet-storm-1.0.0)
88
* Setup the [Web Service](../ws/setup.md) talking to the topology and serving a schema for your UI using [bullet-service-1.0.0](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-1.0.0)
99
* Setup the [REST PubSub](../pubsub/rest.md) talking to the topology and Web Service using [bullet-core-1.2.0](https://github.com/bullet-db/bullet-core/releases/tag/bullet-core-1.2.0).
10-
* Setup the [UI](../ui/setup.md) talking to the Web Service using [bullet-ui-1.0.0](https://github.com/bullet-db/bullet-ui/releases/tag/v1.0.0)
10+
* Setup the [UI](../ui/setup.md) talking to the Web Service using [bullet-ui-1.0.1](https://github.com/bullet-db/bullet-ui/releases/tag/v1.0.1)
1111

1212
**Prerequisites**
1313

@@ -173,8 +173,8 @@ nvm use v10.20.1
173173

174174
```bash
175175
cd $BULLET_HOME/ui
176-
curl -LO https://github.com/bullet-db/bullet-ui/releases/download/v1.0.0/bullet-ui-v1.0.0.tar.gz
177-
tar -xzf bullet-ui-v1.0.0.tar.gz
176+
curl -LO https://github.com/bullet-db/bullet-ui/releases/download/v1.0.1/bullet-ui-v1.0.1.tar.gz
177+
tar -xzf bullet-ui-v1.0.1.tar.gz
178178
cp $BULLET_EXAMPLES/ui/env-settings.json config/
179179
```
180180

docs/releases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ The Bullet UI that lets you build, run, save and visualize results from Bullet.
186186

187187
| Date | Release | Highlights |
188188
| ------------ | -------------------------------------------------------------------------------------- | ---------- |
189+
| 2021-02-18 | [**1.0.1**](https://github.com/bullet-db/bullet-ui/releases/tag/v1.0.1) | Stomp Websocket disconnect on query end |
189190
| 2021-01-12 | [**1.0.0**](https://github.com/bullet-db/bullet-ui/releases/tag/v1.0.0) | Ember 3 Octane, BQL support, new filter operators |
190191
| 2019-03-18 | [**0.6.2**](https://github.com/bullet-db/bullet-ui/releases/tag/v0.6.2) | Logo update |
191192
| 2018-10-05 | [**0.6.1**](https://github.com/bullet-db/bullet-ui/releases/tag/v0.6.1) | Timeseries Graphing, Bar, Pie Charts and FontAwesome |

examples/install-all-spark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
BULLET_EXAMPLES_VERSION=1.0.0
6-
BULLET_UI_VERSION=1.0.0
6+
BULLET_UI_VERSION=1.0.1
77
BULLET_WS_VERSION=1.0.0
88
BULLET_KAFKA_VERSION=1.0.1
99
BULLET_SPARK_VERSION=1.0.0

examples/install-all-storm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
BULLET_EXAMPLES_VERSION=1.0.0
6-
BULLET_UI_VERSION=1.0.0
6+
BULLET_UI_VERSION=1.0.1
77
BULLET_WS_VERSION=1.0.0
88
STORM_VERSION=2.2.0
99
NVM_VERSION=0.37.2

0 commit comments

Comments
 (0)