Hi All,
The Minishift team is pleased to announce the release of
Minishift 1.8.0.
Minishift [1] is a command-line tool that provisions and manages a
single-node OpenShift cluster. You can run Minishift on GNU/Linux,
Microsoft Windows or macOS.
Release highlights
---------------------------
This release adds new features, enhancements, and bug fixes, including:
- Add a minimum OpenShift version for executing add-ons.
As part of the add-on metadata you can now specify the OpenShift version
which needs to be running in order to apply the add-on. For more
information refer [5].
- A non existent profile can be set as the active profile.
This allows the user to run “profile set” command for the profile the user
wants to create and set persistent configurations against.
For example you can run below commands to create a profile “foo” with 8GB
RAM:
$ minishift profile set foo
$ minishift config set memory 8GB
$ minishift start
This release also includes many changes and bug fixes, which are
detailed in the release notes [2]. For information about getting
started, using, and developing Minishift, see the documentation [3].
Please try the new release. The easiest upgrade path is by simply
running:
$ minishift update
We are looking forward to your feedback.
The Minishift community hangs out at #minishift channel on Freenode
and it is the perfect place to discuss anything Minishift-related.
You can sign up for our mailing list [6] to receive development updates,
questions about Minishift, suggest ideas and talk to the community.
[1]
https://github.com/minishift/minishift
[2] <
https://github.com/minishift/minishift/releases/tag/v1.7.0>
https://github.com/minishift/minishift/releases/tag/v1.8.0
[3]
https://docs.openshift.org/latest/minishift
[4]
https://lists.minishift.io/admin/lists/minishift.lists.minishift.io
[5]
https://docs.openshift.org/latest/minishift/using/addons.html#addon-opens...