Skip to content

Releases: uc-cdis/hatchery

2.2.0

18 Jul 18:48
6ec23fa
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/hatchery

Notes since tag: 2.1.3

Notes to tag/commit: 2.2.0

Generated: 2024-07-18

New Features

  • Add nextflow-global.s3-objects-expiration-days setting to configure when
    to delete objects created in S3 by Nextflow (#112)

Bug Fixes

  • Fix a bug when making requests to Arborist to check users' container
    authorization (#112)

Improvements

  • Add more details to container authorization docs (#113)
  • Nextflow: enable KMS encryption on Nextflow-managed S3 buckets (#108)

2.1.3

08 May 16:01
5c54597
Compare
Choose a tag to compare

What's Changed

  • Add GH Actions workflow for integration tests by @haraprasadj in #104
  • PPS-917 PPS-922 PPS-924 PPS-925 feat: go 1.21 and dep update by @mfshao in #106
  • Update instanceProfile in memory during first launch by @jawadqur in #107

Full Changelog: 2.1.2...2.1.3

2.1.2

01 Apr 16:56
08f4b0c
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/hatchery

Notes since tag: 2.1.1

Notes to tag/commit: 2.1.2

Generated: 2024-04-01

Bug Fixes

  • Fix the logic when handling errors around creating instance profiles for
    nextflow/ batch (#103)

2.1.1

28 Mar 21:30
9131a97
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/hatchery

Notes since tag: 2.1.0

Notes to tag/commit: 2.1.1

Generated: 2024-03-28

Improvements

  • The Nextflow sample configuration now includes a public image that is
    configurable instead of hardcoded (#102)

2.1.0

25 Mar 15:43
4466544
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/hatchery

Notes since tag: 2.0.4

Notes to tag/commit: 2.1.0

Generated: 2024-03-25

New Features

Improvements

  • Cancel Nextflow jobs on workspace termination (#101)
  • Update Hatchery configuration docs to include missing settings (#96)
  • Update Nextflow sample configuration to use an accessible image from
    nextflow-approved/public (#96)

2.0.4

20 Mar 16:54
bc871cd
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/hatchery

Notes since tag: 2.0.3

Notes to tag/commit: bc871cd

Generated: 2024-03-20

Bug Fixes

  • Allow /terminate to complete when dynamodb query returns nil values
    (#100)

Improvements

  • Manages gen3-licensed notebook users in dynamoDB table (#89)
  • Read prismacloud console version from config, but fallback to v32.02. (#97)

Deployment Changes

  • No longer utilizes the distribute-licenses cloud-automation cron job for gen3-licensed workspaces
    (#89)

2.0.3

27 Feb 16:54
1d27494
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

2.0.2

13 Feb 22:14
018d1e6
Compare
Choose a tag to compare

What's Changed

  • Fix issues with AWS Resource Access Manager by @jawadqur in #95

Full Changelog: 2.0.1...2.0.2

2.0.1

08 Feb 21:10
ccc7680
Compare
Choose a tag to compare

What's Changed

  • Fix bugs when launching in new AWS accounts by @jawadqur in #76

Full Changelog: 2.0.0...2.0.1

2.0.0

05 Feb 21:35
b9ac428
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/hatchery

Notes since tag: 1.6.2

Notes to tag/commit: 2.0.0

Generated: 2024-02-05

New Features

  • Nextflow: Support for username placeholder in job-image-whitelist
    configuration (#93)

Bug Fixes

  • Nextflow: Configure the AMI for both CPU and GPU instances (#92)

Breaking Changes

  • The misnamed nextflow.instance-type configuration is now
    nextflow.compute-environment-type, used to configure the batch compute
    environment type. A new nextflow.instance-type configuration can be used
    to configure the batch jobs instance type. (#90)