Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #18 from TheNewNormal/v0.4.5
Browse files Browse the repository at this point in the history
v0.4.5
  • Loading branch information
rimusz committed Jan 12, 2016
2 parents 2501126 + 05fc871 commit b0e4a20
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 16 deletions.
4 changes: 2 additions & 2 deletions src/Kube-Solo/Kube-Solo-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.4</string>
<string>0.4.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>143</string>
<string>145</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
11 changes: 0 additions & 11 deletions src/bin/get_helm

This file was deleted.

Binary file modified src/bin/helm
Binary file not shown.
4 changes: 2 additions & 2 deletions src/change_release_channel.command
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ release_channel

#
echo " "
echo "The 'custom.conf' file was updated to $channel channel !!!"
echo "You need to reload your VM if it is running or on next VM's boot new $channel ISO will be used ..."
echo "CoreOS release channel was updated to '$channel' !!!"
echo "You need to reload your VM if it is running or on next VM's boot new '$channel' ISO will be used ..."
echo " "
pause 'Press [Enter] key to continue...'
2 changes: 1 addition & 1 deletion src/first-init.command
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ vm_ip=$("${res_folder}"/bin/corectl q -i k8solo-01)
install_k8s_files
#

# download latest version fleetctl client
# download latest version of fleetctl and helm clients
download_osx_clients
#

Expand Down
2 changes: 2 additions & 0 deletions src/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ else
fi

# get lastest OS X helm version from bintray
cd ~/kube-solo/bin
# curl -s https://get.helm.sh | bash > /dev/null 2>&1
bin_version=$(curl -sI https://bintray.com/deis/helm/helm/_latestVersion | grep "Location:" | sed -n 's%.*helm/%%;s%/view.*%%p')
echo "Downloading latest version of helm for OS X"
curl -L "https://dl.bintray.com/deis/helm/helm-$bin_version-darwin-amd64.zip" -o helm.zip
Expand Down

0 comments on commit b0e4a20

Please sign in to comment.