Releases: bento-platform/bento
Releases · bento-platform/bento
Version 2.9.0
- utilizing prebuilt services images using GHCR
- other small patches
Version 2.8.3
- bumped katsu to v2.15.2
- bumped bento-public v0.6.3
Version 2.8.2
- bumped bento-public to v0.6.2
Version 2.8.1
- katsu, bento-public version upgrades
- using event-relay ghcr image
- gateway frame configuration tweak
- updated event-relay socket path
Version 2.8.0
Merge pull request #70 from bento-platform/releases/v2.8 release v2.8 rc-2
Version 2.7.5
Patch
- fix: go build issue in bento-public. Updated go builder image.
Full Changelog: v2.7.4...v2.7.5
Version 2.7.4
Services Versions update
- Katsu: v2.13.0 (Faster queries, serve DATS files, export as CSV for large results)
- Web: v1.4.0 (Faster queries, Bigwigs download, export as CSV)
- Federation: v0.14.0 (Faster queries)
- WES: v0.5.2 (Longer ingestion Timeout, debugger in dev. mode)
- Bento-Public: v0.5.1 (charts improvements, display provenance data)
Fixes
- Port number conflict with WES in dev container
- Web service gateway configuration: restore content-type configuration
How to update
The following environment variables must be updated:
BENTO_WEB_TAG=v1.4.0
KATSU_TAG=v2.13.0
BENTO_FEDERATION_TAG=v0.14.0
BENTO_WES_TAG=v0.5.2
BENTO_PUBLIC_TAG=v0.5.1
Note that the public interface displays a Provenance tab which content is based on a DATS file added to the dataset properties in Katsu. A GUI to create and update this field is planned for the next iteration. In the mean time, setting this field could be done through the Django shell in the Katsu container. Please refer to the instructions from the following PR: bento-platform/katsu#335
Full Changelog: v2.7.3...v2.7.4
Version 2.7.3
Fix
- bento_web: SVG files served with the
text/plain
content type
Documentation
- Explain how to get the value for CLIENT_SECRET from Keycloak
Version 2.7.2
Fixes
- DRS: v0.5.3, fix importing missing module in production mode
- Federation: missing installation of "debugpy" in dev. Docker compose file
Version 2.7.1
Fix
Version number reported by DRS service was incorrect