Skip to content

Commit e0c9310

Browse files
Releasing global version 3.0.3
1 parent 5c07c82 commit e0c9310

22 files changed

+49
-40
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To deploy the Hydrosphere platform from master branch, follow the instructions b
5555
1. Download the latest release version from the [releases](https://github.com/Hydrospheredata/hydro-serving/releases) page;
5656
```sh
5757
### __released_version__
58-
export HYDROSPHERE_RELEASE=3.0.2
58+
export HYDROSPHERE_RELEASE=3.0.3
5959

6060
wget -O hydro-serving-${HYDROSPHERE_RELEASE}.tar.gz https://github.com/Hydrospheredata/hydro-serving/archive/${HYDROSPHERE_RELEASE}.tar.gz
6161
```

docker-compose.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
API_GATEWAY_HTTP_PORT: '8080'
2020
GRPC_PORT: '9091'
2121
HTTP_PORT: '9090'
22-
image: hydrosphere/serving-gateway:3.0.2
22+
image: hydrosphere/serving-gateway:3.0.3
2323
networks:
2424
hydronet: {}
2525
ports:
@@ -49,7 +49,7 @@ services:
4949
MONGO_URL: mongodb
5050
MONGO_USER: root
5151
S3_ENDPOINT: http://minio:9000
52-
image: hydrosphere/hydro-auto-od:a1b00ecea5dca02e68d532bfedd6dd85ae08147b
52+
image: hydrosphere/hydro-auto-od:3.0.3
5353
networks:
5454
extnet: {}
5555
hydronet: {}
@@ -58,7 +58,7 @@ services:
5858
depends_on:
5959
postgres:
6060
condition: service_started
61-
image: hydrosphere/serving-manager:3.0.2
61+
image: hydrosphere/serving-manager:3.0.3
6262
networks:
6363
extnet: {}
6464
hydronet: {}
@@ -101,7 +101,7 @@ services:
101101
STAT_PORT: '5000'
102102
VISUALIZATION_HOST: visualization
103103
VISUALIZATION_HTTP_PORT: '5000'
104-
image: hydrosphere/hydro-serving-ui:64a4ae97553f3765d2dbe9591805a3f6fe7a03ac
104+
image: hydrosphere/hydro-serving-ui:3.0.3
105105
networks:
106106
extnet: {}
107107
hydronet: {}
@@ -181,7 +181,7 @@ services:
181181
MONGO_USER: root
182182
ROOTCAUSE_DB_NAME: rootcause
183183
S3_ENDPOINT: http://minio:9000
184-
image: hydrosphere/hydro-root-cause:3ea2acc1bafeff30e5bff776af3d8421b3e5ca1b
184+
image: hydrosphere/hydro-root-cause:3.0.3
185185
networks:
186186
extnet: {}
187187
hydronet: {}
@@ -209,7 +209,7 @@ services:
209209
MONGO_USER: root
210210
ROOTCAUSE_DB_NAME: rootcause
211211
S3_ENDPOINT: http://minio:9000
212-
image: hydrosphere/hydro-root-cause:3ea2acc1bafeff30e5bff776af3d8421b3e5ca1b
212+
image: hydrosphere/hydro-root-cause:3.0.3
213213
networks:
214214
hydronet: {}
215215
serving-sonar:
@@ -238,7 +238,7 @@ services:
238238
STORAGE_PATH_STYLE_ACCESS: "true"
239239
STORAGE_S3_IMPL: org.apache.hadoop.fs.s3a.S3AFileSystem
240240
STORAGE_SECRET_KEY: minio123
241-
image: hydrosphere/sonar:3.0.2
241+
image: hydrosphere/sonar:3.0.3
242242
networks:
243243
extnet: {}
244244
hydronet: {}
@@ -263,7 +263,7 @@ services:
263263
MONGO_URL: mongodb
264264
MONGO_USER: root
265265
S3_ENDPOINT: http://minio:9000
266-
image: hydrosphere/hydro-stat:a894cc88921bd17bc69aca9b638a24953e445716
266+
image: hydrosphere/hydro-stat:3.0.3
267267
networks:
268268
extnet: {}
269269
hydronet: {}
@@ -291,7 +291,7 @@ services:
291291
MONGO_URL: mongodb
292292
MONGO_USER: root
293293
SECURE: "False"
294-
image: hydrosphere/hydro-visualization:345d63abfa9a3f93540b1016c2e8f858bf1eace7
294+
image: hydrosphere/hydro-visualization:3.0.3
295295
networks:
296296
extnet: {}
297297
hydronet: {}
@@ -320,7 +320,7 @@ services:
320320
MONGO_URL: mongodb
321321
MONGO_USER: root
322322
SECURE: "False"
323-
image: hydrosphere/hydro-visualization:345d63abfa9a3f93540b1016c2e8f858bf1eace7
323+
image: hydrosphere/hydro-visualization:3.0.3
324324
networks:
325325
hydronet: {}
326326
version: '3.5'

docker-compose/hydro-auto-od.service.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.5"
33
services:
44
hydro-auto-od:
55
container_name: hydro-auto-od
6-
image: hydrosphere/hydro-auto-od:a1b00ecea5dca02e68d532bfedd6dd85ae08147b
6+
image: hydrosphere/hydro-auto-od:3.0.3
77
environment:
88
- AWS_ACCESS_KEY_ID=minio
99
- AWS_SECRET_ACCESS_KEY=minio123

docker-compose/hydro-root-cause.service.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.5"
22

33
services:
44
rootcause:
5-
image: hydrosphere/hydro-root-cause:3ea2acc1bafeff30e5bff776af3d8421b3e5ca1b
5+
image: hydrosphere/hydro-root-cause:3.0.3
66
container_name: rootcause
77
command: service
88
depends_on:
@@ -29,7 +29,7 @@ services:
2929
- extnet
3030

3131
rootcause-worker:
32-
image: hydrosphere/hydro-root-cause:3ea2acc1bafeff30e5bff776af3d8421b3e5ca1b
32+
image: hydrosphere/hydro-root-cause:3.0.3
3333
container_name: rootcause-worker
3434
command: worker
3535
depends_on:

docker-compose/hydro-serving-gateway.service.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.5"
22

33
services:
44
gateway:
5-
image: hydrosphere/serving-gateway:3.0.2
5+
image: hydrosphere/serving-gateway:3.0.3
66
container_name: gateway
77
ports:
88
- "29090:9090"

docker-compose/hydro-serving-manager.service.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.5"
22

33
services:
44
manager:
5-
image: hydrosphere/serving-manager:3.0.2
5+
image: hydrosphere/serving-manager:3.0.3
66
container_name: manager
77
ports:
88
- "19090:9090"

docker-compose/hydro-serving-ui.service.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.5"
22

33
services:
44
managerui:
5-
image: hydrosphere/hydro-serving-ui:64a4ae97553f3765d2dbe9591805a3f6fe7a03ac
5+
image: hydrosphere/hydro-serving-ui:3.0.3
66
container_name: managerui
77
depends_on:
88
- manager

docker-compose/hydro-stat.service.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.5"
33
services:
44
stat:
55
container_name: stat
6-
image: hydrosphere/hydro-stat:a894cc88921bd17bc69aca9b638a24953e445716
6+
image: hydrosphere/hydro-stat:3.0.3
77
environment:
88
- MONGO_URL=mongodb
99
- MONGO_USER=root

docker-compose/hydro-visualization.service.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.5"
22

33
services:
44
visualization-worker:
5-
image: hydrosphere/hydro-visualization:345d63abfa9a3f93540b1016c2e8f858bf1eace7
5+
image: hydrosphere/hydro-visualization:3.0.3
66
container_name: visualization-worker
77
environment:
88
- MONGO_URL=mongodb
@@ -27,7 +27,7 @@ services:
2727

2828
visualization:
2929
container_name: visualization
30-
image: hydrosphere/hydro-visualization:345d63abfa9a3f93540b1016c2e8f858bf1eace7
30+
image: hydrosphere/hydro-visualization:3.0.3
3131
environment:
3232
- GRPC_PORT=5003
3333
- MONGO_URL=mongodb

docker-compose/sonar.service.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.5"
22

33
services:
44
serving-sonar:
5-
image: hydrosphere/sonar:3.0.2
5+
image: hydrosphere/sonar:3.0.3
66
container_name: serving-sonar
77
depends_on:
88
- postgres

helm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Choose a release on the [Releases Page](https://github.com/Hydrospheredata/hydro
5555
and install it as usual:
5656

5757
```
58-
$ helm install --name my-release https://github.com/Hydrospheredata/hydro-serving/releases/download/3.0.2/serving-3.0.2.tgz
58+
$ helm install --name my-release https://github.com/Hydrospheredata/hydro-serving/releases/download/3.0.3/serving-3.0.3.tgz
5959
```
6060

6161
### From source

helm/auto-od/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Declare variables to be passed into your templates.
44

55
image:
6-
full: hydrosphere/hydro-auto-od:a1b00ecea5dca02e68d532bfedd6dd85ae08147b
6+
full: hydrosphere/hydro-auto-od:3.0.3
77
pullPolicy: IfNotPresent
88

99
global:

helm/dev.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ui:
22
image:
3-
full: hydrosphere/hydro-serving-ui:64a4ae97553f3765d2dbe9591805a3f6fe7a03ac
3+
full: hydrosphere/hydro-serving-ui:3.0.3
44
manager:
55
image:
6-
full: hydrosphere/serving-manager:3.0.2
6+
full: hydrosphere/serving-manager:3.0.3
77
monitoring:
88
enabled: true
99
javaOpts: "-Xmx1024m -Xms128m -Xss16M -Dcom.sun.management.jmxremote.port=5555 -Dcom.sun.management.jmxremote.rmi.port=5555 -Djava.rmi.server.hostname=localhost -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"
@@ -36,22 +36,22 @@ manager:
3636
"""
3737
gateway:
3838
image:
39-
full: hydrosphere/serving-gateway:3.0.2
39+
full: hydrosphere/serving-gateway:3.0.3
4040
sonar:
4141
image:
42-
full: hydrosphere/sonar:3.0.2
42+
full: hydrosphere/sonar:3.0.3
4343
visualization:
4444
image:
45-
full: hydrosphere/hydro-visualization:345d63abfa9a3f93540b1016c2e8f858bf1eace7
45+
full: hydrosphere/hydro-visualization:3.0.3
4646
auto-od:
4747
image:
48-
full: hydrosphere/hydro-auto-od:a1b00ecea5dca02e68d532bfedd6dd85ae08147b
48+
full: hydrosphere/hydro-auto-od:3.0.3
4949
stat:
5050
image:
51-
full: hydrosphere/hydro-stat:a894cc88921bd17bc69aca9b638a24953e445716
51+
full: hydrosphere/hydro-stat:3.0.3
5252
rootcause:
5353
image:
54-
full: hydrosphere/hydro-root-cause:3ea2acc1bafeff30e5bff776af3d8421b3e5ca1b
54+
full: hydrosphere/hydro-root-cause:3.0.3
5555
postgresql:
5656
metrics:
5757
enabled: true

helm/gateway/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replicaCount: 1
1010
JAVA_XMX: "1G"
1111

1212
image:
13-
full: hydrosphere/serving-gateway:3.0.2
13+
full: hydrosphere/serving-gateway:3.0.3
1414
pullPolicy: IfNotPresent
1515

1616
service:

helm/index.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,12 @@ entries:
252252
- https://github.com/Hydrospheredata/hydro-serving/releases/download/3.0.2/serving-3.0.2.tgz
253253
version: 3.0.2
254254
appVersion: 3.0.2
255+
- apiVersion: v2
256+
created: 2021-11-12T16:49:06Z
257+
description: Hydrosphere Serving is a cluster for deploying and versioning your machine learning models in production
258+
digest: e4cfb953c47001e4f208a34c4d54103ae3bc1a202ca0973f60dbdeea07c300be
259+
name: serving
260+
urls:
261+
- https://github.com/Hydrospheredata/hydro-serving/releases/download/3.0.3/serving-3.0.3.tgz
262+
version: 3.0.3
263+
appVersion: 3.0.3

helm/manager/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ javaOpts: "-Xmx1024m -Xms128m -Xss16M"
3737
depconfig:
3838

3939
image:
40-
full: hydrosphere/serving-manager:3.0.2
40+
full: hydrosphere/serving-manager:3.0.3
4141
pullPolicy: IfNotPresent
4242

4343
service:

helm/rootcause/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ global:
2121
database: "rootcause" #Mongodb database name
2222

2323
image:
24-
full: hydrosphere/hydro-root-cause:3ea2acc1bafeff30e5bff776af3d8421b3e5ca1b
24+
full: hydrosphere/hydro-root-cause:3.0.3
2525
pullPolicy: IfNotPresent
2626

2727
service:

helm/serving/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
appVersion: 3.0.2
3-
version: 3.0.2
2+
appVersion: 3.0.3
3+
version: 3.0.3
44
description: Hydrosphere Serving is a cluster for deploying and versioning your machine learning models in production
55
type: application
66
name: serving

helm/sonar/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ javaOpts: -Xmx2048m -Xmn2048m -Xss258k -XX:MaxMetaspaceSize=1024m -XX:+Aggressiv
6767
replicaCount: 1
6868

6969
image:
70-
full: hydrosphere/sonar:3.0.2
70+
full: hydrosphere/sonar:3.0.3
7171
pullPolicy: IfNotPresent
7272

7373
service:

helm/stat/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Declare variables to be passed into your templates.
44

55
image:
6-
full: hydrosphere/hydro-stat:a894cc88921bd17bc69aca9b638a24953e445716
6+
full: hydrosphere/hydro-stat:3.0.3
77
pullPolicy: IfNotPresent
88

99
global:

helm/ui/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ global:
2121
tolerations: []
2222

2323
image:
24-
full: hydrosphere/hydro-serving-ui:64a4ae97553f3765d2dbe9591805a3f6fe7a03ac
24+
full: hydrosphere/hydro-serving-ui:3.0.3
2525
pullPolicy: IfNotPresent
2626

2727
service:

helm/visualization/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Declare variables to be passed into your templates.
44

55
image:
6-
full: hydrosphere/hydro-visualization:345d63abfa9a3f93540b1016c2e8f858bf1eace7
6+
full: hydrosphere/hydro-visualization:3.0.3
77
pullPolicy: IfNotPresent
88

99
persistence:

0 commit comments

Comments
 (0)