summaryrefslogtreecommitdiffstats
path: root/bin-utils
diff options
context:
space:
mode:
authorVlad Glagolev2018-03-28 09:24:17 -0400
committerVlad Glagolev2018-03-28 09:24:17 -0400
commitcc1ee5f811dd472c26c4d19fea5aadd0d6eb6fc1 (patch)
treef6b2177e251660e754e6cfbffe5da3909310d4b5 /bin-utils
parentd235dce4b5875e98e690a6a9d147d63237d6cf64 (diff)
kubectl-bin: => 1.10.0
Diffstat (limited to 'bin-utils')
-rwxr-xr-xbin-utils/kubectl-bin/DETAILS6
-rw-r--r--bin-utils/kubectl-bin/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/bin-utils/kubectl-bin/DETAILS b/bin-utils/kubectl-bin/DETAILS
index 8310b6d..f5a739d 100755
--- a/bin-utils/kubectl-bin/DETAILS
+++ b/bin-utils/kubectl-bin/DETAILS
@@ -1,11 +1,11 @@
SPELL=kubectl-bin
- VERSION=1.9.4
+ VERSION=1.10.0
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
ARCH=amd64
- SOURCE_HASH=sha512:517ab9aa508aad627330ab5664f0e284f82657dc1c1d7040b91c94b5ba59ab21ac15230121f68acaf330ddf8fe98c61f8ed001e22d3637b7b3fc8d0462bd172c
+ SOURCE_HASH=sha512:b180efc2ad413823ce9b97962f4dde4cefae9405bc1bd785ab1af7b5d1d2cae80a7197cfd868c8e32aa3438150da1ef208197cd5a9a10aaece7eb811ca4dbb41
else
ARCH=386
- SOURCE_HASH=sha512:259b17567da570d2424ae52e3f9dba0141aaf124d0536e58c55f63559479688761cfb237356b752cd0870a1b6161c3be25afdbe50b2b6d4eb86ee2a7082f6e98
+ SOURCE_HASH=sha512:d481e0c7cbbde57491f767f9be8bfdd4da8c2205f5a39dabdb6281826ac09bd3974d7b15c76c22ef1d0848f8f8976ce5ce954999c34c74f638fb4cf90b0c8b7c
fi
SOURCE=${SPELL}-${VERSION}
SOURCE_URL[0]=https://storage.googleapis.com/kubernetes-release/release/v${VERSION}/bin/linux/${ARCH}/kubectl
diff --git a/bin-utils/kubectl-bin/HISTORY b/bin-utils/kubectl-bin/HISTORY
index ad8bee4..76e8d61 100644
--- a/bin-utils/kubectl-bin/HISTORY
+++ b/bin-utils/kubectl-bin/HISTORY
@@ -1,3 +1,6 @@
+2018-03-28 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.10.0
+
2018-03-14 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.9.4