Skip to content

Commit 59db98f

Browse files
authored
Merge pull request #290 from carlosms/bblfshd-2.10.0
Update to bblfshd 2.10.0
2 parents 64fdbd9 + 47a7410 commit 59db98f

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

.helm-staging.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,35 @@ service:
55
bblfshdServer:
66
image:
77
repository: bblfsh/bblfshd
8-
tag: v2.9.0
8+
tag: v2.10.0
99
pullPolicy: IfNotPresent
1010
drivers:
1111
install: true
1212
languages:
1313
python:
1414
repository: bblfsh/python-driver
15-
tag: v2.3.0
15+
tag: v2.4.0
16+
cpp:
17+
repository: bblfsh/cpp-driver
18+
tag: v0.3.0
1619
java:
1720
repository: bblfsh/java-driver
18-
tag: v2.2.0
21+
tag: v2.3.0
1922
php:
2023
repository: bblfsh/php-driver
21-
tag: v2.3.0
24+
tag: v2.4.0
2225
ruby:
2326
repository: bblfsh/ruby-driver
24-
tag: v2.3.0
27+
tag: v2.4.0
2528
javascript:
2629
repository: bblfsh/javascript-driver
27-
tag: v2.2.0
30+
tag: v2.3.0
2831
bash:
2932
repository: bblfsh/bash-driver
30-
tag: v1.1.1
33+
tag: v2.1.0
3134
go:
3235
repository: bblfsh/go-driver
33-
tag: v2.2.0
36+
tag: v2.3.0
3437

3538
gitbaseServer:
3639
# commit defaults to HEAD unless given

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ services:
1818
volumes:
1919
- ${GITBASEPG_REPOS_FOLDER}:/opt/repos
2020
bblfsh:
21-
image: "bblfsh/bblfshd:v2.9.0-drivers"
21+
image: "bblfsh/bblfshd:v2.10.0-drivers"
2222
privileged: true

0 commit comments

Comments
 (0)