Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Releases: uc-cdis/mariner

aws gateway in vhdcprod

08 Nov 16:35
fe8ab6f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.3...1.2.4

aws gateway

03 Nov 15:34
893f930
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.2.3

Workflow enhancements

13 Oct 15:54
19e1d37
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Initial work directory will now be initiated in the right place instead of root directory
  • Numerous small changes related to making initial work directory more robust such as evaluation of expression for file and directories

Enhancements

  • Automated unit tests are ran automatically as part of ci/cd
  • Pre genesis workflow runs successfully

Full Changelog: 1.2.1...1.2.2

Workflow Refresh Token

06 Apr 23:09
c6b1ffd
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/mariner

Notes since tag: 1.2.0

Notes to tag/commit: 1.2.1

Generated: 2021-04-06

Bug Fixes

  • Checks for a refresh token before running a workflow via Workspace Token Service, fetching a new refresh token if expired.
    This prevents a workflow from failing and not fetching commons data if user never opens /workspace
    within the last 30 days. (#46)

ExpressionTools for Mariner

23 Feb 19:54
1cb8dcf
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/mariner

Notes since tag: 1.1.1

Notes to tag/commit: 1.2.0

Generated: 2021-02-23

New Features

  • Brought back ExpressionTools with EBS, this means ExpressionTools for any
    given workflow is now executed in its own task pod. Note, EBS was
    implemented in Mariner release
    1.1.0 (#45)
  • Update Mariner codebase to use go modules (#44)
  • Pin dependencies (#44)
  • Remove vendor/ folder (#44)
  • Update Docker to 1.15-buster (#44)

Deployment Changes

  • ExpressionTools now dispatches as a K8s job outside of the MarinerEngine
    (#45)

Bug Fixes

  • Change base image to our hosted base image (#42)

Expect "bearer" in the auth header

12 Nov 23:38
7113e72
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/mariner

Notes since tag: 1.1.0

Notes to tag/commit: 1.1.1

Generated: 2020-11-12

Improvements

  • Expect "bearer" in the authorization header, and strip it to get the JWT
    (#41)

No Fuse

09 Nov 19:42
434b08c
Compare
Choose a tag to compare

Retire Goofys (FUSE tool) in favor of EBS and S3 file transfer for read/write to the user-data-space/engine-workspace.

Known/Intended Immediate Use-Cases:

  1. COVID-19 epi model run on all USA counties for the Chicagoland Pandemic Response Commons
  2. Pilot GWAS Workflow for the VA

NOTE: ExpressionTools are not supported in this release - support for ExpressionTools will be re-implemented in a future release.

Deactivate Intermediate File Cleanup

02 Oct 20:55
fc49633
Compare
Choose a tag to compare

Intermediate file cleanup routine is busted (deletes files it shouldn't);
In this release, Mariner doesn't delete / cleanup any intermediate files.

VA GWAS Pilot

01 Oct 19:38
dc4d5bf
Compare
Choose a tag to compare

Big race conditions fixed, improved case and error handling.

Done Flag Disconnect Patch

04 Sep 01:59
022c9a2
Compare
Choose a tag to compare

Fix error done flag disconnects as bytes are being written to it