From bead79a8164fe31d1c8285ffacfe9d89930d0812 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Thu, 8 Oct 2020 16:16:06 -0500 Subject: [PATCH] update changelog and docs for v1.4.1 --- CHANGELOG.md | 7 +++++++ Dockerfile | 2 +- docs/installation.md | 22 +++++++++++----------- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57de1f746..256779425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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/). +## [1.4.1] - 2020-10-08 + +This version contains 1 contribution from 1 contributor. There are 4 files changed; 170 insertions; and 30 deletions. + +### Fixed +- Add logic that clears fragment.rowCache after importValue ([#2084](https://github.com/pilosa/pilosa/pull/2084)) + ## [1.4.0] - 2019-09-17 This version contains 99 contributions from 11 contributors. There are 94 files changed; 9,453 insertions; and 6,121 deletions. diff --git a/Dockerfile b/Dockerfile index 0dcf9c4a1..b91b8be57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13.0 as builder +FROM golang:1.15.0 as builder COPY . pilosa diff --git a/docs/installation.md b/docs/installation.md index f3bf96c44..186a86e7a 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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: v1.4.0 + Version: v1.4.1 Build Time: 2018-05-14T22:14:01+0000 Usage: @@ -71,19 +71,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/v1.4.0/pilosa-v1.4.0-darwin-amd64.tar.gz + curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.4.1/pilosa-v1.4.1-darwin-amd64.tar.gz ``` Other releases can be downloaded from our Releases page on Github. 2. Extract the binary: ``` - tar xfz pilosa-v1.4.0-darwin-amd64.tar.gz + tar xfz pilosa-v1.4.1-darwin-amd64.tar.gz ``` 3. Move the binary into your PATH so you can run `pilosa` from any shell: ``` - cp -i pilosa-v1.4.0-darwin-amd64/pilosa /usr/local/bin + cp -i pilosa-v1.4.1-darwin-amd64/pilosa /usr/local/bin ``` 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/) backing up, and more. Complete documentation is available at https://www.pilosa.com/docs/. - Version: v1.4.0 + Version: v1.4.1 Build Time: 2018-05-14T22:14:01+0000 Usage: @@ -163,7 +163,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: v1.4.0 + Version: v1.4.1 Build Time: 2018-05-14T22:14:01+0000 Usage: @@ -201,19 +201,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/v1.4.0/pilosa-v1.4.0-linux-amd64.tar.gz + curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.4.1/pilosa-v1.4.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-v1.4.0-linux-amd64.tar.gz + tar xfz pilosa-v1.4.1-linux-amd64.tar.gz ``` 3. Move the binary into your PATH so you can run `pilosa` from any shell: ``` - cp -i pilosa-v1.4.0-linux-amd64/pilosa /usr/local/bin + cp -i pilosa-v1.4.1-linux-amd64/pilosa /usr/local/bin ``` 4. Make sure Pilosa is installed successfully: @@ -230,7 +230,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: v1.4.0 + Version: v1.4.1 Build Time: 2018-05-14T22:14:01+0000 Usage: @@ -293,7 +293,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: v1.4.0 + Version: v1.4.1 Build Time: 2018-05-14T22:14:01+0000 Usage: