Skip to content

0.11.1-rc.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@lbeckman314 lbeckman314 released this 19 Sep 18:29
· 15 commits to master since this release
69999d2

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

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.5/install.sh)" -- --verbose --release 0.11.1-rc.5

What's Changed

  • AWS S3 wildcard support
  • K8s support

Full Changelog: 0.11.0...0.11.1-rc.4