Release notes for version 20.08

Modified on Fri, 02 Sep 2022 at 11:14 AM

Highlights#

Tower 20.08.0 introduces the support for:

  • Pipelines Actions
  • Forge for AWS Batch
  • Execution and task logs view & download
  • Advanced config options for AWS Batch
  • GA4GH WES API (beta)
  • UI looks & feel improvements
  • System security improvements
  • Upgrade Micronaut runtime to 1.3.7

Updating Tower deployment from version 20.06.x to 20.08.x#

This Tower version requires a database schema update. Follow this steps to update your DB instance and the Tower installation.

Kubernetes based deployment#

1. Update the Tower container images in your Kubernetes manifest yaml files to:

1
2
195996028523.dkr.ecr.eu-west-1.amazonaws.com/nf-tower-enterprise/backend:v20.08.0 195996028523.dkr.ecr.eu-west-1.amazonaws.com/nf-tower-enterprise/frontend:v20.08.0

Please refer the manifests included in the Kubernetes section for details.

2. Update the Tower cron service using the following:

1
kubectl apply -f tower-cron.yml

Note

This task will automatically run the Tower database schema update tool.

3. Update the Tower backend and frontend services using the following command:

1
kubectl apply -f tower-svc.yml

Custom deployment script#

1. Pull or update the Tower container images references in your deployment script(s) to:

1
2
195996028523.dkr.ecr.eu-west-1.amazonaws.com/nf-tower-enterprise/backend:v20.08.0 195996028523.dkr.ecr.eu-west-1.amazonaws.com/nf-tower-enterprise/frontend:v20.08.0

2. Update the Tower database schema running the /migrate-db.sh provided in the backend container.

Note

Make sure to include the identical environment as for the normal backend execution.

3. Once the schema update completes, deploy Tower as usual procedure.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article