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

Commit

Permalink
Merge pull request #1323 from codysoyland/release-v0.10.1
Browse files Browse the repository at this point in the history
Release v0.10.1
  • Loading branch information
codysoyland committed May 22, 2018
2 parents a236f08 + 09f2770 commit a112b2d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 11 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v0.10.1] - 2018-05-22

This version contains 10 contribution from 4 contributors. There are 5 files changed, 222 insertions, and 54 deletions.

### Added

- Add Docker cluster/swarm tutorials ([#1296](https://github.com/pilosa/pilosa/pull/1296), [#1305](https://github.com/pilosa/pilosa/pull/1305))

### Fixed

- Use errors.Cause in handler so that we return correct status codes ([#1304](https://github.com/pilosa/pilosa/pull/1304), [#1309](https://github.com/pilosa/pilosa/pull/1309))
- Close HTTP handler gracefully ([#1310](https://github.com/pilosa/pilosa/pull/1310))
- Use lazy assignment for VERSION_ID so enterprise flag is set appropriately ([#1308](https://github.com/pilosa/pilosa/pull/1308))
- Adjust cluster state tests so they aren't so dependent upon a sleep ([#1306](https://github.com/pilosa/pilosa/pull/1306))
- Makefile enterprise build fixes ([#1301](https://github.com/pilosa/pilosa/pull/1301))
- Re-add unintentionally removed check-clean ([#1295](https://github.com/pilosa/pilosa/pull/1295))
- Fix syntax error and add i386 enterprise build ([#1293](https://github.com/pilosa/pilosa/pull/1293))

## [v0.10.0] - 2018-05-15

This version contains 93 contribution from 8 contributors. There are 93 files changed, 4,495 insertions, and 5,392 deletions.
Expand Down
22 changes: 11 additions & 11 deletions docs/installation.md
Expand Up @@ -42,7 +42,7 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
backing up, and more. Complete documentation is available
at https://www.pilosa.com/docs/.
Version: v0.10.0-64-gf053d9a5
Version: v0.10.1-64-gf053d9a5
Build Time: 2018-05-14T22:14:01+0000
Usage:
Expand Down Expand Up @@ -74,19 +74,19 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)

1. Download the latest release:
```
curl -L -O https://github.com/pilosa/pilosa/releases/download/v0.10.0/pilosa-v0.10.0-darwin-amd64.tar.gz
curl -L -O https://github.com/pilosa/pilosa/releases/download/v0.10.1/pilosa-v0.10.1-darwin-amd64.tar.gz
```

Other releases can be downloaded from our Releases page on Github.

2. Extract the binary:
```
tar xfz pilosa-v0.10.0-darwin-amd64.tar.gz
tar xfz pilosa-v0.10.1-darwin-amd64.tar.gz
```

3. Move the binary into your PATH so you can run `pilosa` from any shell:
```
cp -i pilosa-v0.10.0-darwin-amd64/pilosa /usr/local/bin
cp -i pilosa-v0.10.1-darwin-amd64/pilosa /usr/local/bin
```

4. Make sure Pilosa is installed successfully:
Expand All @@ -103,7 +103,7 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
backing up, and more. Complete documentation is available
at https://www.pilosa.com/docs/.
Version: v0.10.0-64-gf053d9a5
Version: v0.10.1-64-gf053d9a5
Build Time: 2018-05-14T22:14:01+0000
Usage:
Expand Down Expand Up @@ -170,7 +170,7 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
backing up, and more. Complete documentation is available
at https://www.pilosa.com/docs/.
Version: v0.10.0-64-gf053d9a5
Version: v0.10.1-64-gf053d9a5
Build Time: 2018-05-14T22:14:01+0000
Usage:
Expand Down Expand Up @@ -232,19 +232,19 @@ There are three ways to install Pilosa on Linux: download the binary (recommende

1. To install the latest version of Pilosa, download the latest release:
```
curl -L -O https://github.com/pilosa/pilosa/releases/download/v0.10.0/pilosa-v0.10.0-linux-amd64.tar.gz
curl -L -O https://github.com/pilosa/pilosa/releases/download/v0.10.1/pilosa-v0.10.1-linux-amd64.tar.gz
```

Note: This assumes you are using an `amd64` compatible architecture. Other releases can be downloaded from our Releases page on Github.

2. Extract the binary:
```
tar xfz pilosa-v0.10.0-linux-amd64.tar.gz
tar xfz pilosa-v0.10.1-linux-amd64.tar.gz
```

3. Move the binary into your PATH so you can run `pilosa` from any shell:
```
cp -i pilosa-v0.10.0-linux-amd64/pilosa /usr/local/bin
cp -i pilosa-v0.10.1-linux-amd64/pilosa /usr/local/bin
```

4. Make sure Pilosa is installed successfully:
Expand All @@ -261,7 +261,7 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
backing up, and more. Complete documentation is available
at https://www.pilosa.com/docs/.
Version: v0.10.0-64-gf053d9a5
Version: v0.10.1-64-gf053d9a5
Build Time: 2018-05-14T22:14:01+0000
Usage:
Expand Down Expand Up @@ -328,7 +328,7 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
backing up, and more. Complete documentation is available
at https://www.pilosa.com/docs/.
Version: v0.10.0-64-gf053d9a5
Version: v0.10.1-64-gf053d9a5
Build Time: 2018-05-14T22:14:01+0000
Usage:
Expand Down

0 comments on commit a112b2d

Please sign in to comment.