Skip to content

Commit

Permalink
Releasing global version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2021
1 parent 3a3cd7e commit 9ff705a
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 34 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To deploy the Hydrosphere platform from master branch, follow the instructions b
1. Download the latest release version from the [releases](https://github.com/Hydrospheredata/hydro-serving/releases) page;
```sh
### __released_version__
export HYDROSPHERE_RELEASE=3.0.0
export HYDROSPHERE_RELEASE=3.0.1

wget -O hydro-serving-${HYDROSPHERE_RELEASE}.tar.gz https://github.com/Hydrospheredata/hydro-serving/archive/${HYDROSPHERE_RELEASE}.tar.gz
```
Expand Down
18 changes: 9 additions & 9 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
API_GATEWAY_HTTP_PORT: '8080'
GRPC_PORT: '9091'
HTTP_PORT: '9090'
image: hydrosphere/serving-gateway:e9940dbf8116bbc27f7eb0fd468db9a4af77b76f
image: hydrosphere/serving-gateway:3.0.1
networks:
hydronet: {}
ports:
Expand All @@ -58,7 +58,7 @@ services:
depends_on:
postgres:
condition: service_started
image: hydrosphere/serving-manager:4b677f430c0a5a1bf5e99a9f5b9deda69086d356
image: hydrosphere/serving-manager:3.0.1
networks:
extnet: {}
hydronet: {}
Expand Down Expand Up @@ -101,7 +101,7 @@ services:
STAT_PORT: '5000'
VISUALIZATION_HOST: visualization
VISUALIZATION_HTTP_PORT: '5000'
image: hydrosphere/hydro-serving-ui:0ad5f5311abb430c32a64e8099ed5b9c18f7d72a
image: hydrosphere/hydro-serving-ui:3.0.1
networks:
extnet: {}
hydronet: {}
Expand Down Expand Up @@ -181,7 +181,7 @@ services:
MONGO_USER: root
ROOTCAUSE_DB_NAME: rootcause
S3_ENDPOINT: http://minio:9000
image: hydrosphere/hydro-root-cause:25a275c461be413b6d8639607931dbb3aab02c2c
image: hydrosphere/hydro-root-cause:3.0.1
networks:
extnet: {}
hydronet: {}
Expand Down Expand Up @@ -209,7 +209,7 @@ services:
MONGO_USER: root
ROOTCAUSE_DB_NAME: rootcause
S3_ENDPOINT: http://minio:9000
image: hydrosphere/hydro-root-cause:25a275c461be413b6d8639607931dbb3aab02c2c
image: hydrosphere/hydro-root-cause:3.0.1
networks:
hydronet: {}
serving-sonar:
Expand Down Expand Up @@ -238,7 +238,7 @@ services:
STORAGE_PATH_STYLE_ACCESS: "true"
STORAGE_S3_IMPL: org.apache.hadoop.fs.s3a.S3AFileSystem
STORAGE_SECRET_KEY: minio123
image: hydrosphere/sonar:04c6a8b63efcee3af7016bcb692c06b805496967
image: hydrosphere/sonar:3.0.1
networks:
extnet: {}
hydronet: {}
Expand All @@ -263,7 +263,7 @@ services:
MONGO_URL: mongodb
MONGO_USER: root
S3_ENDPOINT: http://minio:9000
image: hydrosphere/hydro-stat:3feacd1e575d10bacb1c5cc8e8cf10d7d60e8984
image: hydrosphere/hydro-stat:3.0.1
networks:
extnet: {}
hydronet: {}
Expand Down Expand Up @@ -291,7 +291,7 @@ services:
MONGO_URL: mongodb
MONGO_USER: root
SECURE: "False"
image: hydrosphere/hydro-visualization:25b2aa06edb47dd5d05d34e84b896ffa34f5cbbc
image: hydrosphere/hydro-visualization:3.0.1
networks:
extnet: {}
hydronet: {}
Expand Down Expand Up @@ -320,7 +320,7 @@ services:
MONGO_URL: mongodb
MONGO_USER: root
SECURE: "False"
image: hydrosphere/hydro-visualization:25b2aa06edb47dd5d05d34e84b896ffa34f5cbbc
image: hydrosphere/hydro-visualization:3.0.1
networks:
hydronet: {}
version: '3.5'
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/hydro-root-cause.service.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
rootcause:
image: hydrosphere/hydro-root-cause:25a275c461be413b6d8639607931dbb3aab02c2c
image: hydrosphere/hydro-root-cause:3.0.1
container_name: rootcause
command: service
depends_on:
Expand All @@ -29,7 +29,7 @@ services:
- extnet

rootcause-worker:
image: hydrosphere/hydro-root-cause:25a275c461be413b6d8639607931dbb3aab02c2c
image: hydrosphere/hydro-root-cause:3.0.1
container_name: rootcause-worker
command: worker
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/hydro-serving-gateway.service.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
gateway:
image: hydrosphere/serving-gateway:e9940dbf8116bbc27f7eb0fd468db9a4af77b76f
image: hydrosphere/serving-gateway:3.0.1
container_name: gateway
ports:
- "29090:9090"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/hydro-serving-manager.service.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
manager:
image: hydrosphere/serving-manager:4b677f430c0a5a1bf5e99a9f5b9deda69086d356
image: hydrosphere/serving-manager:3.0.1
container_name: manager
ports:
- "19090:9090"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/hydro-serving-ui.service.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
managerui:
image: hydrosphere/hydro-serving-ui:0ad5f5311abb430c32a64e8099ed5b9c18f7d72a
image: hydrosphere/hydro-serving-ui:3.0.1
container_name: managerui
depends_on:
- manager
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/hydro-stat.service.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.5"
services:
stat:
container_name: stat
image: hydrosphere/hydro-stat:3feacd1e575d10bacb1c5cc8e8cf10d7d60e8984
image: hydrosphere/hydro-stat:3.0.1
environment:
- MONGO_URL=mongodb
- MONGO_USER=root
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/hydro-visualization.service.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
visualization-worker:
image: hydrosphere/hydro-visualization:25b2aa06edb47dd5d05d34e84b896ffa34f5cbbc
image: hydrosphere/hydro-visualization:3.0.1
container_name: visualization-worker
environment:
- MONGO_URL=mongodb
Expand All @@ -27,7 +27,7 @@ services:

visualization:
container_name: visualization
image: hydrosphere/hydro-visualization:25b2aa06edb47dd5d05d34e84b896ffa34f5cbbc
image: hydrosphere/hydro-visualization:3.0.1
environment:
- GRPC_PORT=5003
- MONGO_URL=mongodb
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/sonar.service.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
serving-sonar:
image: hydrosphere/sonar:04c6a8b63efcee3af7016bcb692c06b805496967
image: hydrosphere/sonar:3.0.1
container_name: serving-sonar
depends_on:
- postgres
Expand Down
2 changes: 1 addition & 1 deletion helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Choose a release on the [Releases Page](https://github.com/Hydrospheredata/hydro
and install it as usual:

```
$ helm install --name my-release https://github.com/Hydrospheredata/hydro-serving/releases/download/3.0.0/serving-3.0.0.tgz
$ helm install --name my-release https://github.com/Hydrospheredata/hydro-serving/releases/download/3.0.1/serving-3.0.1.tgz
```

### From source
Expand Down
14 changes: 7 additions & 7 deletions helm/dev.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ui:
image:
full: hydrosphere/hydro-serving-ui:0ad5f5311abb430c32a64e8099ed5b9c18f7d72a
full: hydrosphere/hydro-serving-ui:3.0.1
manager:
image:
full: hydrosphere/serving-manager:4b677f430c0a5a1bf5e99a9f5b9deda69086d356
full: hydrosphere/serving-manager:3.0.1
depconfig: |-
default-deployment-configuration = """
{
Expand Down Expand Up @@ -33,22 +33,22 @@ manager:
"""
gateway:
image:
full: hydrosphere/serving-gateway:e9940dbf8116bbc27f7eb0fd468db9a4af77b76f
full: hydrosphere/serving-gateway:3.0.1
sonar:
image:
full: hydrosphere/sonar:04c6a8b63efcee3af7016bcb692c06b805496967
full: hydrosphere/sonar:3.0.1
visualization:
image:
full: hydrosphere/hydro-visualization:25b2aa06edb47dd5d05d34e84b896ffa34f5cbbc
full: hydrosphere/hydro-visualization:3.0.1
auto-od:
image:
full: hydrosphere/hydro-auto-od:502212875cfe077d4c723453f10da8fa50fb4ba5
stat:
image:
full: hydrosphere/hydro-stat:3feacd1e575d10bacb1c5cc8e8cf10d7d60e8984
full: hydrosphere/hydro-stat:3.0.1
rootcause:
image:
full: hydrosphere/hydro-root-cause:25a275c461be413b6d8639607931dbb3aab02c2c
full: hydrosphere/hydro-root-cause:3.0.1
postgresql:
metrics:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion helm/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replicaCount: 1
JAVA_XMX: "1G"

image:
full: hydrosphere/serving-gateway:e9940dbf8116bbc27f7eb0fd468db9a4af77b76f
full: hydrosphere/serving-gateway:3.0.1
pullPolicy: IfNotPresent

service:
Expand Down
9 changes: 9 additions & 0 deletions helm/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,12 @@ entries:
- https://github.com/Hydrospheredata/hydro-serving/releases/download/3.0.0/serving-3.0.0.tgz
version: 3.0.0
appVerison: 3.0.0
- apiVersion: v2
created: 2021-10-13T12:52:15Z
description: Hydrosphere Serving is a cluster for deploying and versioning your machine learning models in production
digest: 8cbd8c829988a438c88219a78f2f20236b4133ee9736a295b1246014522c92ea
name: serving
urls:
- https://github.com/Hydrospheredata/hydro-serving/releases/download/3.0.1/serving-3.0.1.tgz
version: 3.0.1
appVersion: 3.0.1
2 changes: 1 addition & 1 deletion helm/manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ javaOpts: "-Xmx1024m -Xms128m -Xss16M"
depconfig:

image:
full: hydrosphere/serving-manager:4b677f430c0a5a1bf5e99a9f5b9deda69086d356
full: hydrosphere/serving-manager:3.0.1
pullPolicy: IfNotPresent

service:
Expand Down
2 changes: 1 addition & 1 deletion helm/rootcause/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ global:
database: "rootcause" #Mongodb database name

image:
full: hydrosphere/hydro-root-cause:25a275c461be413b6d8639607931dbb3aab02c2c
full: hydrosphere/hydro-root-cause:3.0.1
pullPolicy: IfNotPresent

service:
Expand Down
2 changes: 1 addition & 1 deletion helm/sonar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ javaOpts: -Xmx2048m -Xmn2048m -Xss258k -XX:MaxMetaspaceSize=1024m -XX:+Aggressiv
replicaCount: 1

image:
full: hydrosphere/sonar:04c6a8b63efcee3af7016bcb692c06b805496967
full: hydrosphere/sonar:3.0.1
pullPolicy: IfNotPresent

service:
Expand Down
2 changes: 1 addition & 1 deletion helm/stat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.

image:
full: hydrosphere/hydro-stat:3feacd1e575d10bacb1c5cc8e8cf10d7d60e8984
full: hydrosphere/hydro-stat:3.0.1
pullPolicy: IfNotPresent

global:
Expand Down
2 changes: 1 addition & 1 deletion helm/ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ global:
tolerations: []

image:
full: hydrosphere/hydro-serving-ui:0ad5f5311abb430c32a64e8099ed5b9c18f7d72a
full: hydrosphere/hydro-serving-ui:3.0.1
pullPolicy: IfNotPresent

service:
Expand Down
2 changes: 1 addition & 1 deletion helm/visualization/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.

image:
full: hydrosphere/hydro-visualization:25b2aa06edb47dd5d05d34e84b896ffa34f5cbbc
full: hydrosphere/hydro-visualization:3.0.1
pullPolicy: IfNotPresent

persistence:
Expand Down

0 comments on commit 9ff705a

Please sign in to comment.