This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
Releases: reanahub/reana-cluster
Releases · reanahub/reana-cluster
REANA-Cluster v0.6.1
- Fixes installation troubles for REANA 0.6.x release series by pinning several dependencies.
REANA-Cluster v0.6.0
- 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
toreana-cluster-minikube.yaml
for local
developments. - Adds Python 3.8 support.
REANA-Cluster v0.5.0
- 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 andZeroMQ
service. - Enables Flask debugging mode for the cluster development configuration by
settingFLASK_ENV
accordingly.
REANA-Cluster v0.4.0
- Improves AMQP re-connection handling. Switches from
pika
tokombu
. - Enhances test suite and increases code coverage.
- Changes license to MIT.
REANA-Cluster v0.3.4
- Fixes default storage method to use Local instead of CephFS.
REANA-Cluster v0.3.3
- Adds configuration and cluster component templates for mounting CephFS volumes.
REANA-Cluster v0.3.2
- Bug fix in
reana-cluster status
command.
REANA-Cluster v0.3.1
- Upgrades to Kubernetes 1.11.2 and Minikube 0.28.2.
- Renames
reana-cluster env --all
toreana-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
- 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
- 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.