From e2be6152f9e19a404a8597dd4857ea6061aec7e9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 11 Jun 2017 23:25:29 +0200 Subject: chore: Release version 1.1.0 This release features some cleanup and under-the-hood changes, as well as "ecosystem-features" that don't directly affect the way Kontemplate itself functions. * Resource-sets are now passed on to kubectl in individual invocations. This means that kubectl errors can be scoped to individual resource set files and issues such as #51 are less of a problem. * A Dockerfile is provided and published at `tazjin:kontemplate` on Docker Hub. This image contains `kontemplate`, `kubectl` and `pass` and can be used - for example - as an image for a step in a CI system. * Kontemplate is now available on Homebrew, check the README for installation instructions. * If different resource sets don't contain `---` separators in YAML, `kubectl` calls will no longer fail. (#51) * Autocompleted trailing slashes in shells are now filtered from include & exclude lists to enhance the CLI experience slightly. --- build-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-release.sh') diff --git a/build-release.sh b/build-release.sh index 7f82db2233..5e5b2cbec0 100755 --- a/build-release.sh +++ b/build-release.sh @@ -3,7 +3,7 @@ set -ueo pipefail readonly GIT_HASH="$(git rev-parse --short HEAD)" readonly LDFLAGS="-X main.gitHash=${GIT_HASH} -w -s" -readonly VERSION="1.0.2-${GIT_HASH}" +readonly VERSION="1.1.0-${GIT_HASH}" function build-for() { local os="${1}" -- cgit 1.4.1