Skip to content

Commit 8ce5af7

Browse files
authored
Merge pull request #382 from zhx828/master
Update oncokb-public to 2.2.0 && Update oncokb to to 2.1.0
2 parents 16657ee + 7d79a25 commit 8ce5af7

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/release-drafter.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: '$NEXT_PATCH_VERSION'
2-
tag-template: '$NEXT_PATCH_VERSION'
1+
name-template: '$NEXT_MINOR_VERSION'
2+
tag-template: '$NEXT_MINOR_VERSION'
33
categories:
44
- title: '🧬 Features'
55
labels:
@@ -37,4 +37,4 @@ template: |
3737
3838
## 🕵️‍♀️ Full commit logs
3939
40-
- https://github.com/oncokb/oncokb-public/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION
40+
- https://github.com/oncokb/oncokb-public/compare/$PREVIOUS_TAG...$NEXT_MINOR_VERSION

k8s/oncokb-core-local.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
envFrom:
4848
- configMapRef:
4949
name: oncokb-core-local
50-
image: cbioportal/oncokb:core-1.5.alpha.11
50+
image: cbioportal/oncokb:2.1.0
5151
command: ["java"]
5252
args: [
5353
# from https://developers.redhat.com/blog/2017/04/04/openjdk-and-containers/

k8s/oncokb-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
envFrom:
3131
- configMapRef:
3232
name: oncokb-core
33-
image: cbioportal/oncokb:core-1.5.alpha.4
33+
image: cbioportal/oncokb:2.1.0
3434
command: ["java"]
3535
args: [
3636
# from https://developers.redhat.com/blog/2017/04/04/openjdk-and-containers/

k8s/oncokb-public-local.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: oncokb-public
20-
image: cbioportal/oncokb-public:2.1.5
20+
image: cbioportal/oncokb-public:2.2.0
2121
env:
2222
- name: SPRING_PROFILES_ACTIVE
2323
value: prod,no-liquibase

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.mskcc.cbio.oncokb</groupId>
77
<artifactId>public-website</artifactId>
8-
<version>2.1.5</version>
8+
<version>2.2.0</version>
99
<packaging>jar</packaging>
1010
<name>OncoKB Public Website</name>
1111

@@ -602,7 +602,7 @@
602602
<image>adoptopenjdk:11-jre-hotspot</image>
603603
</from>
604604
<to>
605-
<image>cbioportal/oncokb-public:2.1.5</image>
605+
<image>cbioportal/oncokb-public:2.2.0</image>
606606
</to>
607607
<container>
608608
<entrypoint>

src/main/docker/app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
oncokb-app:
4-
image: cbioportal/oncokb-public:2.1.5
4+
image: cbioportal/oncokb-public:2.2.0
55
environment:
66
- _JAVA_OPTIONS=-Xmx512m -Xms256m
77
- SPRING_PROFILES_ACTIVE=prod,swagger

0 commit comments

Comments
 (0)