Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ The changes listed under `Unreleased` section have landed in master but are not

### Components

- `bblfsh/bblfshd` has been updated to [v2.15.0](https://github.com/bblfsh/bblfshd/releases/tag/v2.15.0).
- `bblfsh/web` has been updated to [v0.11.4](https://github.com/bblfsh/web/releases/tag/v0.11.4).
- Use the same logging level as the other components reading `LOG_LEVEL` enviroment value (default: `info`) (([#263](https://github.com/src-d/sourced-ce/pull/263)).
- `srcd/sourced-ui` has been updated to [v0.8.1](https://github.com/src-d/sourced-ui/releases/tag/v0.8.1).

Babelfish components were updated in order to use the same logging level as the other components reading the `LOG_LEVEL` enviroment value (default: `info`):
- `bblfsh/bblfshd` has been updated to [v2.16.1](https://github.com/bblfsh/bblfshd/releases/tag/v2.16.1) (([#264](https://github.com/src-d/sourced-ce/pull/264)).
- `bblfsh/web` has been updated to [v0.11.4](https://github.com/bblfsh/web/releases/tag/v0.11.4) (([#263](https://github.com/src-d/sourced-ce/pull/263)).


### Fixed

Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ x-superset-env: &superset-env

services:
bblfsh:
image: bblfsh/bblfshd:v2.15.0-drivers
image: bblfsh/bblfshd:v2.16.1-drivers-2019-10-29
restart: unless-stopped
privileged: true
ports:
- 9432:9432
environment:
LOG_LEVEL: ${LOG_LEVEL-info}

gitcollector:
image: srcd/gitcollector:v0.0.4
Expand Down