Skip to content

Commit 95535c9

Browse files
committed
Bump bblfsh/bblfshd to v2.16.1
Signed-off-by: David Pordomingo <[email protected]>
1 parent 0399d8c commit 95535c9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ The changes listed under `Unreleased` section have landed in master but are not
1212

1313
### Components
1414

15-
- `bblfsh/bblfshd` has been updated to [v2.15.0](https://github.com/bblfsh/bblfshd/releases/tag/v2.15.0).
16-
- `bblfsh/web` has been updated to [v0.11.4](https://github.com/bblfsh/web/releases/tag/v0.11.4).
17-
- 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)).
1815
- `srcd/sourced-ui` has been updated to [v0.8.1](https://github.com/src-d/sourced-ui/releases/tag/v0.8.1).
1916

17+
Babelfish components were updated in order to use the same logging level as the other components reading the `LOG_LEVEL` enviroment value (default: `info`):
18+
- `bblfsh/bblfshd` has been updated to [v2.16.1](https://github.com/bblfsh/bblfshd/releases/tag/v2.16.1) (([#___](https://github.com/src-d/sourced-ce/pull/___)).
19+
- `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)).
20+
2021

2122
### Fixed
2223

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ x-superset-env: &superset-env
2929

3030
services:
3131
bblfsh:
32-
image: bblfsh/bblfshd:v2.15.0-drivers
32+
image: bblfsh/bblfshd:v2.16.1-drivers-2019-10-29
3333
restart: unless-stopped
3434
privileged: true
3535
ports:
3636
- 9432:9432
37+
environment:
38+
LOG_LEVEL: ${LOG_LEVEL-info}
3739

3840
gitcollector:
3941
image: srcd/gitcollector:v0.0.4

0 commit comments

Comments
 (0)