1.19.0 Release (#1174)

This commit is contained in:
Charlie Drage
2019-10-16 13:39:36 -04:00
committed by GitHub
parent 62d4aaf190
commit f63a961ca7
7 changed files with 88 additions and 29 deletions
+3
View File
@@ -236,11 +236,14 @@ __Checksums:__
| Filename | SHA256 Hash |
| ------------- |:-------------:|" > install_guide.txt
touch bin/SHA256_SUM
for f in bin/*
do
HASH=`sha256sum $f | head -n1 | awk '{print $1;}'`
NAME=`echo $f | sed "s,bin/,,g"`
echo "[$NAME](https://github.com/kubernetes/kompose/releases/download/v$1/$NAME) | $HASH" >> install_guide.txt
echo "$HASH $NAME" >> bin/SHA256_SUM
done
# Append the file to the file