Releases: uc-cdis/hatchery
Releases · uc-cdis/hatchery
2.7.1
Add support for GPU workspaces
Cost Tracker for Default Pay Model
Release Notes
For: uc-cdis/hatchery
Notes since tag: 2.5.0
Notes to tag/commit: 2.6.0
Generated: 2025-11-03
New Features
2.4.0
Release Notes
For: uc-cdis/hatchery
Notes since tag: 2.3.0
Notes to tag/commit: b916065
Generated: 2025-09-30
Breaking Changes
- Config file path should be '/var/hatchery/hatchery.json' (#133)
Improvements
- Restrict config files to json (#133)
Deployment Changes
- If deploying to helm, the config mountPath should be specified in the
environmentvalues.yamlor the environment should use a new release of
gen3-helm. (#133)
2.3.0
Release Notes
For: uc-cdis/hatchery
Notes since tag: 2.2.0
Notes to tag/commit: 2.3.0
Generated: 2025-05-21
Dependency Updates
- Bumps golang.org/x/net from 0.34.0 to
0.38.0. (#124)
New Features
- update Go to 1.23 (#120)
- address certain security updates (#120)
- Add
skip-node-selectorconfiguration to skipping adding a nodeselector to
be able to run workspaces in single node clusters. If used in a dev
environment without public DNS you should also use
use-internal-services-urlconfiguration to talk directly to fence/
ambassador. (#118)
Improvements
- when launching workspaces in a separate cluster use a workspace node to
proxy to. (#125) - Don't advocate mounting
/datainto/pd(#122) - Allow assume-role for cross-account access to pay model table (#119)
- Run a quick check before creating the subnet to make sure the instance type
for nextflow is available in that AZ. (#111) - Add batch:TagResource to user policy for nextflow / batch (#115)
- Added
use-internal-services-urlboolean configuration field that forces
hatchery to use cluster-local URLs (like http://fence-service/) even when
GEN3_ENDPOINTenvironmental variable is set. (#91)
2.2.0
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-dayssetting 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
2.1.3
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
2.1.1
2.1.0
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
- Add
nextflow.instance-ami-builder-arnsetting: the ARN of an AWS image
builder pipeline. Can be overridden by the existingnextflow.instance-ami
setting. Thenextflow-global.imagebuilder-reader-role-arnsetting must be
configured as well for this to work; see docs at
https://github.com/uc-cdis/hatchery/blob/master/doc/explanation/nextflow.md#nextflow-globalimagebuilder-reader-role-arn
(#96)