From 65fa2634b4cb64aef82388c87455568ef6547ed7 Mon Sep 17 00:00:00 2001 From: Rimantas Mocevicius Date: Sun, 1 Nov 2015 19:07:24 +0000 Subject: [PATCH] v0.5.7 --- src/CoreOS k8s Cluster/CoreOS k8s Cluster-Info.plist | 4 ++-- src/os_shell.command | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CoreOS k8s Cluster/CoreOS k8s Cluster-Info.plist b/src/CoreOS k8s Cluster/CoreOS k8s Cluster-Info.plist index 94938fa..0ac957a 100644 --- a/src/CoreOS k8s Cluster/CoreOS k8s Cluster-Info.plist +++ b/src/CoreOS k8s Cluster/CoreOS k8s Cluster-Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.5.6 + 0.5.7 CFBundleSignature ???? CFBundleVersion - 167 + 169 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/src/os_shell.command b/src/os_shell.command index 68b6e04..4633686 100755 --- a/src/os_shell.command +++ b/src/os_shell.command @@ -30,7 +30,7 @@ fleetctl list-units echo " " # set kubernetes master -sexport KUBERNETES_MASTER=http://172.17.15.101:8080 +export KUBERNETES_MASTER=http://172.17.15.101:8080 echo "kubectl get nodes:" kubectl get nodes echo " "