Suggestion to use GIthub Projects to manage milestones
by Anjan Nath
Hello Everyone,
Right now on github we use milestones to group issues for a realese, i feel
we can make use of github projects, where for each release we create a
project, this way we can get better visibility of the issues that we need
to take care of for the new release. The projects UI is also more intuitive
for managing tasks.
I wanted to hear your thoughts on this, and probably if it is beneficial
use it on our repo.
--
ANJAN NATH
SOFTWARE ENGINEERING INTERN, CDK
RedHat - India
Devtools Team
5 years, 5 months
Minishift-1.10.0 release announcement
by Lalatendu Mohanty
The Minishift team is pleased to announce the release of
Minishift v1.10.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:
- Make Minishift cache global shared between all profiles.
Now the cache is shared between profiles i.e. minishift will not download
required artifacts for a new profile if it is already cached for any other
profile.
- A generic caching solution for docker images which can be used for
application image caching.
A new caching solution based on OCI (Open Container Initiative) is
added to Minishift which has replaced the older caching solution. The older
caching solution was based on docker save/import and was an experimental
feature. Currently the caching is not enabled by default but we are working
towards it. For details about caching, refer [2]
For example, to enable caching for OpenShift images, run:
$ minishift config set image-caching true
If you used image caching prior to Minishift 1.10.0, your cache will need
to be recreated. If you want to remove the obsolete pre 1.10.0 images, run:
$ minishift delete --clear-cache
This release also includes many changes and bug fixes, which are
detailed in the release notes [3]. For information about getting
started, using, and developing Minishift, see the documentation [4].
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 [5] to receive development updates,
questions about Minishift, suggest ideas and talk to the community.
[1] https://github.com/minishift/minishift
[2] https://docs.openshift.org/latest/minishift/using/image-caching.html
[3] <https://github.com/minishift/minishift/releases/tag/v1.7.0>
https://github.com/minishift/minishift/releases/tag/v1.10.0
<https://github.com/minishift/minishift/releases/tag/v1.8.0>
[4] https://docs.openshift.org/latest/minishift
[5] https://lists.minishift.io/admin/lists/minishift.lists.minishift.io
5 years, 5 months