Releases: BLSQ/openhexa-app
Releases · BLSQ/openhexa-app
v0.66.5
0.66.5 (2024-03-05)
Bug Fixes
- Pipelines: typo on permission module (#665) (30e7e7e)
- S3: Catch the exception and log it to sentry (8531e94)
v0.66.4
0.66.4 (2024-02-21)
Miscellaneous
- deps: bump cryptography from 42.0.0 to 42.0.2 (#657) (5f9b487)
- remove old comment in dockerfile (a30d389)
v0.66.3
0.66.3 (2024-02-20)
Bug Fixes
Miscellaneous
- Use gha cache instead of the registry (a8775e9)
v0.66.2
0.66.2 (2024-02-20)
Bug Fixes
- Image: Install procps to have pkill (4f251ec)
v0.66.1
0.66.1 (2024-02-20)
Bug Fixes
- Config: Do not use double quotes in formatted strings (c99fa90)
- Docker: Wrong python version used with dockerfile (6b516be)
Miscellaneous
- Fixtures: Add base fixtures that will always be loaded in the database on deployment (b04a587)
v0.66.0
0.66.0 (2024-02-19)
Features
Bug Fixes
- GCP: Enable bucket versioning for future buckets & add a lifecycle policy (#654) (8a9bfb8)
- PipelineRun: change NotFound exception import (#652) (b367fe0)
- Settings: Take SESSION_COOKIE_SECURE, CSRF_COOKIE_SECURE, SECURE_SSL_REDIRECT from os.environ (ac1ccb0)
Miscellaneous
- Add isLatestVersion on PipelineVersion (#651) (21a881c)
- Debt: Remove comments app models and templates (first step) (#649) (f8fb49f)
- Debt: Start to remove the comments app (d370863)
- deps: bump cryptography from 41.0.7 to 42.0.0 (#642) (1f8370e)
- deps: bump django from 5.0 to 5.0.2 (#648) (a64b969)
- deps: bump starlette from 0.34.0 to 0.36.2 (#641) (fcfe3e8)
- Pipelines: Remove the temporary status page (#653) (57fd504)
- Set the default storage engine to GCP (f81247d)
v0.65.2
0.65.2 (2024-02-07)
Features
- Storage: Workspace buckets can be configured to work on GCP or S3 (3b3b400)
- Workspaces: do not add existing users to workspace by default (#640) (d56de58)
Miscellaneous
v0.65.1
0.65.1 (2024-02-06)
Bug Fixes
- Notebooks: Logout the user from jupyterhub on logout (#636) (053ebde)
- Schema: Add a BigInt type to the schema (#643) (d8b5e25)
Miscellaneous
- Docker: Add image config to docker-compose.yaml (0e47516)
v0.65.0
0.65.0 (2024-01-29)
Features
- Datasets: link datasetVersion to pipelinRun (#631) (db68a7a)
Bug Fixes
- Auth: Only tokens from running pipelines can be used to authenticate the user (#635) (399ffa2)
- PipelineRun: check if table/file_path exist (#634) (863d925)
- Pipelines: fix tests (#637) (997ceba)
- Pipelines: It the db cannot be reached do not append None to outputs (58ee429)
Miscellaneous
v0.64.2
0.64.2 (2024-01-18)
Bug Fixes
- settings: Set the new docker image for the pipeline & by default use the pipeline image for the workspace as well (2ded8d0)