Skip to content

Commit

Permalink
Merge branch 'maint-0.6'
Browse files Browse the repository at this point in the history
* maint-0.6:
  release: v0.6.1
  tests: fix CI tests on Python2 by pinning mock
  • Loading branch information
tiborsimko committed Jun 23, 2020
2 parents 8e46eeb + baef843 commit ac66f45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ Version master (UNRELEASED)
- Adds announcement configmap configuration to display on the UI.
- Adds Black formatter support.

Version 0.6.1 (2020-06-09)
--------------------------

- Administrators:
- Fixes installation troubles for REANA 0.6.x release series by pinning several dependencies.
- Upgrades REANA-Commons package to latest Kubernetes Python client version.
- Amends documentation for `minikube start` to include VirtualBox hypervisor explicitly.

Version 0.6.0 (2019-12-27)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/administratorguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ The minikube can be started as follows:

.. code-block:: console
$ minikube start --feature-gates="TTLAfterFinished=true"
$ minikube start --vm-driver=virtualbox --feature-gates="TTLAfterFinished=true"
REANA cluster can be easily deployed using `Helm <https://helm.sh/>`_:

Expand Down

0 comments on commit ac66f45

Please sign in to comment.