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 #125 from TheNewNormal/v0.9.1
Browse files Browse the repository at this point in the history
v0.9.1
  • Loading branch information
rimusz authored Aug 12, 2016
2 parents c7d69ed + d0b08dc commit ada8a46
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It leverages macOS native Hypervisor framework of using [xhyve](https://github.c

**New:** After successful install you can control `kube-solo` VM via `ksolo` cli as well. Cli resides in `~/kube-solo/bin` and `/bin`folders and has simple commands: `ksolo start|stop|status|ip|ssh`, just add `/bin` to your pre-set path. This feature is especially handy for automation tasks.

**Includes:** [Helm Classic](https://helm.sh) - The Kubernetes Package Manager and an option from shell to install [Deis Workflow PaaS](https://deis.com) on top of Kubernetes with a simple: `$ install_deis`
**Includes:** [Helm Classic](https://helm.sh) / [Helm v2](https://github.com/kubernetes/helm) - The Kubernetes Package Manager and an option from shell to install [Deis Workflow PaaS](https://deis.com) on top of Kubernetes with a simple: `$ install_deis`


![Kube-Solo](kube-solo-osx.png "Kubernetes-Solo")
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Kube-Solo/Base.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="Um0-uP-0o3"/>
<menuItem title="Update macOS docker, helmc and deis clients" id="KSz-fW-Vbe">
<menuItem title="Update macOS docker, helm and deis clients" id="KSz-fW-Vbe">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="updates:" target="494" id="Zus-fv-0H4"/>
Expand Down
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.9.0</string>
<string>0.9.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>253</string>
<string>255</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Loading

0 comments on commit ada8a46

Please sign in to comment.