0.11.1-rc.3
Pre-release
Pre-release
lbeckman314
released this
12 Sep 21:37
·
15 commits
to master
since this release
Overview
This release adds support for AWS S3 wildcards and Funnel deployments in Kubernetes!
Getting Started
See step by step guides on using Funnel to run and track tasks on the documentation page at https://ohsu-comp-bio.github.io/funnel
Installing
Homebrew
Funnel is available on macOS through Homebrew:
brew tap ohsu-comp-bio/formula
brew install funnel@0.11.1
- Homebrew Formula: https://github.com/ohsu-comp-bio/homebrew-formula
- Docker image: https://quay.io/repository/ohsu-comp-bio/funnel?tab=tags
Install Script
Alternatively, Funnel may be installed with the installer script:
/bin/bash -c "$(curl -fsSL https://github.com/ohsu-comp-bio/funnel/releases/download/0.11.1-rc.3/install.sh)" -- --verbose --release 0.11.1-rc.3
What's Changed
- AWS S3 wildcard support
- K8s support
Full Changelog: 0.11.0...0.11.1-rc.3