diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-04T12·31+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2017-11-04T12·34+0100 |
commit | eaec5d57da87c2aae3b150150dc6d71a0fa74e60 (patch) | |
tree | 786c1266649389dc834c604fda251cd2bb2b14b5 | |
parent | 7bbc3cc033b8082f7758d4c2713846c8a8aadf59 (diff) |
chore: Bump Docker image & Homebrew release to v1.3.0
-rw-r--r-- | image/Dockerfile | 2 | ||||
-rw-r--r-- | image/hashes | 2 | ||||
-rw-r--r-- | kontemplate.rb | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/image/Dockerfile b/image/Dockerfile index 03c638aae6c1..049a780c0613 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.6 ADD hashes /root/hashes ADD https://storage.googleapis.com/kubernetes-release/release/v1.7.4/bin/linux/amd64/kubectl /usr/bin/kubectl -ADD https://github.com/tazjin/kontemplate/releases/download/v1.2.0/kontemplate-1.2.0-f8b6ad6-linux-amd64.tar.gz /tmp/kontemplate.tar.gz +ADD https://github.com/tazjin/kontemplate/releases/download/v1.3.0/kontemplate-1.3.0-98daa6b-linux-amd64.tar.gz /tmp/kontemplate.tar.gz # Pass release version is 1.7.1 ADD https://raw.githubusercontent.com/zx2c4/password-store/38ec1c72e29c872ec0cdde82f75490640d4019bf/src/password-store.sh /usr/bin/pass diff --git a/image/hashes b/image/hashes index 9f2154b05874..5cf26e4dcd7e 100644 --- a/image/hashes +++ b/image/hashes @@ -1,2 +1,2 @@ -fd62f9732e53a18748c6afe5854b62ec5c8b56e140b4a78baf100089d3961d03 /tmp/kontemplate.tar.gz +c0353f77c62047dfbfd6dafca91e26e91b18395949e4208b422c8cf3d196732d /tmp/kontemplate.tar.gz fb5a961a6ba55093691228d71e64bffd57ada98226f195c409ce297d1cb5086a /usr/bin/kubectl diff --git a/kontemplate.rb b/kontemplate.rb index 7fa061ba0167..2b0bcbfa830b 100644 --- a/kontemplate.rb +++ b/kontemplate.rb @@ -3,9 +3,9 @@ class Kontemplate < Formula desc "Kontemplate - Extremely simple Kubernetes resource templates" homepage "https://github.com/tazjin/kontemplate" - url "https://github.com/tazjin/kontemplate/releases/download/v1.2.0/kontemplate-1.2.0-f8b6ad6-darwin-amd64.tar.gz" - sha256 "0cda70956b4d4e4944d5760970aaf20d586ef9d62ee90e2d67b70f03ed85e075" - version "1.2.0-f8b6ad6" + url "https://github.com/tazjin/kontemplate/releases/download/v1.3.0/kontemplate-1.3.0-98daa6b-darwin-amd64.tar.gz" + sha256 "4372e2c0f1249aa43f67e664335c20748d0b394ada1fcceefa3ae786e839ee47" + version "1.3.0-98daa6b" def install bin.install "kontemplate" |