Releases: bento-platform/bento_wes
Releases · bento-platform/bento_wes
Version 0.8.8
- chore: update development dependencies
- chore: consistent Boolean casting in configuration + type hinting for
Config
object - fix: don't override
FLASK_DEBUG
inrun.bash
- fix: don't try to configure Git inside app
Version 0.8.7
- chore: update base images
- chore: set gitconfig in entrypoint rather than runner
- chore: don't bother trying to chown
/env
- ci: update BBA to 0.11
Version 0.8.6
- chore: don't use
venv
in dev image - chore: set up devcontainer config
- chore: update Cromwell to 85
- chore: update lock dependencies
- chore: configurable debugger port
- fix: default debugger port & connection script for VSCode
- docs: fix installation instructions for development
- ci: remove Travis file
Version 0.8.5
- fix: None error when submitting analysis run
Version 0.8.4
- chore: drop down into non-root user inside Docker image
- chore: use a virtual environment to manage dependencies in dev/local image
- chore: update lockfile dependencies
Version 0.8.3
- fix: add proper cache control headers for run streams
- chore: change "can't get git info" log from error to info
- chore: make C3G url in service-info
https
- chore: update lock dependencies
Version 0.8.2
- chore: update base image version
- chore: set gitconfig in dev image
- chore: update lockfile deps
- ci: update action versions
- ci: update Poetry in test workflow
Version 0.8.1
- chore: update dependencies
- ci: update BBA to 0.10.1 for versioned dev images
Version 0.8.0
- feat: switch to Cromwell as the WDL execution engine
- feat: new service info properties
- feat: new
BENTO_VALIDATE_SSL
flag to toggle SSL validation independent of debug - chore: update dependencies
Version 0.7.0
- chore!: remove support for HTTP UNIX sockets
- chore!: remove deprecated
FLASK_ENV
variable - chore!: switch to more recent
/service-info
schema format (switches howtype
is presented) - feat: add cBioPortal workflow support
- feat: allow custom Redis URI to be passed via
BENTO_EVENT_REDIS_URL
for event handling - chore: switch to Poetry for dependency management
- chore: add 'self-hosted' Dockerfiles
- ci: add Docker image building