Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 0e8da91

Browse files
committed
Release v1.3.1
1 parent 0973946 commit 0e8da91

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.3.1] - 2019-05-01
9+
10+
This version contains 1 contribution from 1 contributor. There are 6 files changed; 10 insertions; and 95 deletions.
11+
12+
### Fixed
13+
- Remove shard validation to fix bug where some nodes weren't loading their fragments. #1951 ([#1964](https://github.com/pilosa/pilosa/pull/1964))
14+
815
## [1.3.0] - 2019-04-16
916

1017
This version contains 98 contributions from 10 contributors. There are 144 files changed; 12,635 insertions; and 4,341 deletions.

docs/installation.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
4242
backing up, and more. Complete documentation is available
4343
at https://www.pilosa.com/docs/.
4444
45-
Version: v1.3.0
45+
Version: v1.3.1
4646
Build Time: 2018-05-14T22:14:01+0000
4747
4848
Usage:
@@ -71,19 +71,19 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
7171
7272
1. Download the latest release:
7373
```
74-
curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.3.0/pilosa-v1.3.0-darwin-amd64.tar.gz
74+
curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.3.1/pilosa-v1.3.1-darwin-amd64.tar.gz
7575
```
7676
7777
Other releases can be downloaded from our Releases page on Github.
7878
7979
2. Extract the binary:
8080
```
81-
tar xfz pilosa-v1.3.0-darwin-amd64.tar.gz
81+
tar xfz pilosa-v1.3.1-darwin-amd64.tar.gz
8282
```
8383
8484
3. Move the binary into your PATH so you can run `pilosa` from any shell:
8585
```
86-
cp -i pilosa-v1.3.0-darwin-amd64/pilosa /usr/local/bin
86+
cp -i pilosa-v1.3.1-darwin-amd64/pilosa /usr/local/bin
8787
```
8888
8989
4. Make sure Pilosa is installed successfully:
@@ -100,7 +100,7 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
100100
backing up, and more. Complete documentation is available
101101
at https://www.pilosa.com/docs/.
102102
103-
Version: v1.3.0
103+
Version: v1.3.1
104104
Build Time: 2018-05-14T22:14:01+0000
105105
106106
Usage:
@@ -163,7 +163,7 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
163163
backing up, and more. Complete documentation is available
164164
at https://www.pilosa.com/docs/.
165165
166-
Version: v1.3.0
166+
Version: v1.3.1
167167
Build Time: 2018-05-14T22:14:01+0000
168168
169169
Usage:
@@ -201,19 +201,19 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
201201
202202
1. To install the latest version of Pilosa, download the latest release:
203203
```
204-
curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.3.0/pilosa-v1.3.0-linux-amd64.tar.gz
204+
curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.3.1/pilosa-v1.3.1-linux-amd64.tar.gz
205205
```
206206
207207
Note: This assumes you are using an `amd64` compatible architecture. Other releases can be downloaded from our Releases page on Github.
208208
209209
2. Extract the binary:
210210
```
211-
tar xfz pilosa-v1.3.0-linux-amd64.tar.gz
211+
tar xfz pilosa-v1.3.1-linux-amd64.tar.gz
212212
```
213213
214214
3. Move the binary into your PATH so you can run `pilosa` from any shell:
215215
```
216-
cp -i pilosa-v1.3.0-linux-amd64/pilosa /usr/local/bin
216+
cp -i pilosa-v1.3.1-linux-amd64/pilosa /usr/local/bin
217217
```
218218
219219
4. Make sure Pilosa is installed successfully:
@@ -230,7 +230,7 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
230230
backing up, and more. Complete documentation is available
231231
at https://www.pilosa.com/docs/.
232232
233-
Version: v1.3.0
233+
Version: v1.3.1
234234
Build Time: 2018-05-14T22:14:01+0000
235235
236236
Usage:
@@ -293,7 +293,7 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
293293
backing up, and more. Complete documentation is available
294294
at https://www.pilosa.com/docs/.
295295
296-
Version: v1.3.0
296+
Version: v1.3.1
297297
Build Time: 2018-05-14T22:14:01+0000
298298
299299
Usage:

0 commit comments

Comments
 (0)