Skip to content

Commit

Permalink
release: 0.9.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Feb 27, 2022
1 parent 942c8c6 commit 5e71e74
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (C) 2017, 2018, 2019, 2020, 2021 CERN.
Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022 CERN.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion helm/reana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords:
- reusable-science
type: application
# Chart version.
version: 0.8.1
version: 0.9.0-alpha.1
kubeVersion: ">= 1.19.0-0 < 1.24.0-0"
dependencies:
- name: traefik
Expand Down
18 changes: 9 additions & 9 deletions helm/reana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ components:
docs_url: https://docs.reana.io
forum_url: https://forum.reana.io
imagePullPolicy: IfNotPresent
image: reanahub/reana-ui:0.8.2
image: reanahub/reana-ui:0.9.0-alpha.1
reana_db:
enabled: true
reana_server:
imagePullPolicy: IfNotPresent
image: reanahub/reana-server:0.8.3
image: reanahub/reana-server:0.9.0-alpha.1
environment:
REANA_MAX_CONCURRENT_BATCH_WORKFLOWS: 30
REANA_SCHEDULER_REQUEUE_SLEEP: 15
Expand All @@ -81,23 +81,23 @@ components:
log_5xx: true
reana_workflow_controller:
imagePullPolicy: IfNotPresent
image: reanahub/reana-workflow-controller:0.8.1
image: reanahub/reana-workflow-controller:0.9.0-alpha.1
environment:
SHARED_VOLUME_PATH: /var/reana
REANA_JOB_STATUS_CONSUMER_PREFETCH_COUNT: 200
reana_workflow_engine_cwl:
image: reanahub/reana-workflow-engine-cwl:0.8.1
image: reanahub/reana-workflow-engine-cwl:0.9.0-alpha.1
reana_workflow_engine_yadage:
image: reanahub/reana-workflow-engine-yadage:0.8.2
image: reanahub/reana-workflow-engine-yadage:0.9.0-alpha.1
reana_workflow_engine_serial:
image: reanahub/reana-workflow-engine-serial:0.8.1
image: reanahub/reana-workflow-engine-serial:0.9.0-alpha.1
reana_workflow_engine_snakemake:
image: reanahub/reana-workflow-engine-snakemake:0.8.1
image: reanahub/reana-workflow-engine-snakemake:0.9.0-alpha.1
reana_job_controller:
image: reanahub/reana-job-controller:0.8.1
image: reanahub/reana-job-controller:0.9.0-alpha.1
reana_message_broker:
imagePullPolicy: IfNotPresent
image: reanahub/reana-message-broker:0.8.0
image: reanahub/reana-message-broker:0.9.0-alpha.1

notifications:
enabled: false
Expand Down
18 changes: 9 additions & 9 deletions scripts/prefetch-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ for image in \
maildev/maildev:1.1.0 \
postgres:12.8 \
redis:5.0.5 \
reanahub/reana-job-controller:0.8.1 \
reanahub/reana-message-broker:0.8.0 \
reanahub/reana-server:0.8.3 \
reanahub/reana-ui:0.8.2 \
reanahub/reana-workflow-controller:0.8.1 \
reanahub/reana-workflow-engine-cwl:0.8.1 \
reanahub/reana-workflow-engine-serial:0.8.1 \
reanahub/reana-workflow-engine-snakemake:0.8.1 \
reanahub/reana-workflow-engine-yadage:0.8.2 \
reanahub/reana-job-controller:0.9.0-alpha.1 \
reanahub/reana-message-broker:0.9.0-alpha.1 \
reanahub/reana-server:0.9.0-alpha.1 \
reanahub/reana-ui:0.9.0-alpha.1 \
reanahub/reana-workflow-controller:0.9.0-alpha.1 \
reanahub/reana-workflow-engine-cwl:0.9.0-alpha.1 \
reanahub/reana-workflow-engine-serial:0.9.0-alpha.1 \
reanahub/reana-workflow-engine-snakemake:0.9.0-alpha.1 \
reanahub/reana-workflow-engine-yadage:0.9.0-alpha.1 \
; do
docker pull $image
kind load docker-image $image
Expand Down

0 comments on commit 5e71e74

Please sign in to comment.