about summary refs log tree commit diff
path: root/build-release.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-06-11 chore: Release version 1.1.0Vincent Ambo1-1/+1
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.
2017-05-18 chore: Version bump to 1.0.2Vincent Ambo1-3/+1
2017-05-08 fix main: Exit with kubectl status codeVincent Ambo1-1/+1
If kubectl fails during a kontemplate run, kontemplate should also exit with a non-zero status code. This fixes #43
2017-05-08 feat release: Add simple release scriptVincent Ambo1-0/+57
Adds a simple script that will build stripped binaries for various platforms and GPG-sign them.