Bump minimum rkt version to 1.27.0.

The changes introduces in #3256 require at least rkt 1.27.0 because of
a bug in the JSON output of `rkt status` in previous versions.

Here we upgrade all references to rkt's minimum version, and also make
travis and vagrant use this version when running tests.

Finally we add a CHANGELOG notice.
This commit is contained in:
Lasse Dalegaard
2017-09-26 18:43:50 +02:00
parent f6ce83c702
commit dd934a60a7
5 changed files with 10 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
set -o errexit
VERSION=1.18.0
VERSION=1.27.0
DOWNLOAD=https://github.com/coreos/rkt/releases/download/v${VERSION}/rkt-v${VERSION}.tar.gz
function install_rkt() {

View File

@@ -2,7 +2,7 @@
set -o errexit
VERSION=1.18.0
VERSION=1.27.0
DOWNLOAD=https://github.com/coreos/rkt/releases/download/v${VERSION}/rkt-v${VERSION}.tar.gz
function install_rkt() {