Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Releases: reanahub/reana-cluster

REANA-Cluster v0.6.1

11 Jun 12:45
v0.6.1
Compare
Choose a tag to compare
  • Fixes installation troubles for REANA 0.6.x release series by pinning several dependencies.

REANA-Cluster v0.6.0

27 Dec 09:49
v0.6.0
Compare
Choose a tag to compare
  • Upgrades to Kubernetes 1.16.
  • Moves Traefik installation to Helm 3.0.0.
  • Creates a new Kubernetes service account for REANA with appropriate
    permissions.
  • Makes database connection details configurable so that REANA can connect to
    databases external to the cluster.
  • Adds an interactive mode on cluster initialisation to allow providing
    deployment secrets such as OAuth integration, GitLab integration or
    external database details.
  • Autogenerates deployment secrets if not provided by the administrator at
    cluster creation time.
  • Adds CERN specific Kerberos configuration files.
  • Adds new flag and configuration to optionally deploy with CERN EOS storage.
  • Renames reana-cluster.yaml to reana-cluster-minikube.yaml for local
    developments.
  • Adds Python 3.8 support.

REANA-Cluster v0.5.0

24 Apr 15:16
v0.5.0
Compare
Choose a tag to compare
  • Upgrades to Kubernetes 1.14, Helm 2.13 and Minikube 1.0.
  • Separates cluster infrastructure pods from runtime workflow engine pods that
    will be created by workflow controller.
  • Adds support for exposing user interactive sessions such as Jupyter notebook
    via Traefik ingress controller.
  • Introduces configurable CVMFS and CephFS shared volume mounts. Changes
    SHARED_VOLUME_PATH to /var/reana/.
  • Adds support for optional HTTPS protocol termination at the REANA-Server
    component.
  • Improves workflow execution queuing and scheduling via REANA-Server
    sidecar.
  • Removes unused REANA-Workflow-Monitor component and ZeroMQ service.
  • Enables Flask debugging mode for the cluster development configuration by
    setting FLASK_ENV accordingly.

REANA-Cluster v0.4.0

07 Nov 10:04
v0.4.0
Compare
Choose a tag to compare
  • Improves AMQP re-connection handling. Switches from pika to kombu.
  • Enhances test suite and increases code coverage.
  • Changes license to MIT.

REANA-Cluster v0.3.4

10 Oct 08:55
v0.3.4
Compare
Choose a tag to compare
  • Fixes default storage method to use Local instead of CephFS.

REANA-Cluster v0.3.3

27 Sep 19:32
v0.3.3
Compare
Choose a tag to compare
  • Adds configuration and cluster component templates for mounting CephFS volumes.

REANA-Cluster v0.3.2

27 Sep 19:25
v0.3.2
Compare
Choose a tag to compare
  • Bug fix in reana-cluster status command.

REANA-Cluster v0.3.1

07 Sep 16:49
v0.3.1
Compare
Choose a tag to compare
  • Upgrades to Kubernetes 1.11.2 and Minikube 0.28.2.
  • Renames reana-cluster env --all to reana-cluster env --include-admin-token for additional safety.
  • Pins REANA-Commons and third-party dependencies such as Click and Jinja2.
  • Adds support for Python 3.7.

REANA-Cluster v0.3.0

21 Aug 08:35
Compare
Choose a tag to compare
  • Adds REANA Workflow Engine Serial component.
  • Upgrades to latest Kubernetes version.
  • Allows ipdb debugging on components running inside the cluster.

REANA-Cluster v0.2.0

19 Apr 16:51
v0.2.0
Compare
Choose a tag to compare
  • Adds support for Common Workflow Language workflows.
  • Adds new status command to display health status of the cluster.
  • Adds new env command to help setting client environments.
  • Reduces verbosity level for commands.
  • Enriches documentation about KVM2 hypervisors or running multiple clusters.