diff --git a/README.md b/README.md index f0217a89e..559bbd192 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/docker-compose.yaml b/docker-compose.yaml index 0f4c2d2e0..6c3bcfd58 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: @@ -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: {} @@ -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: {} @@ -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: {} @@ -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: @@ -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: {} @@ -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: {} @@ -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: {} @@ -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' diff --git a/docker-compose/hydro-root-cause.service.template b/docker-compose/hydro-root-cause.service.template index 188915861..a95a9634b 100644 --- a/docker-compose/hydro-root-cause.service.template +++ b/docker-compose/hydro-root-cause.service.template @@ -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: @@ -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: diff --git a/docker-compose/hydro-serving-gateway.service.template b/docker-compose/hydro-serving-gateway.service.template index df91e190e..2331acc42 100644 --- a/docker-compose/hydro-serving-gateway.service.template +++ b/docker-compose/hydro-serving-gateway.service.template @@ -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" diff --git a/docker-compose/hydro-serving-manager.service.template b/docker-compose/hydro-serving-manager.service.template index 2e5e886c5..fe813b2a6 100644 --- a/docker-compose/hydro-serving-manager.service.template +++ b/docker-compose/hydro-serving-manager.service.template @@ -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" diff --git a/docker-compose/hydro-serving-ui.service.template b/docker-compose/hydro-serving-ui.service.template index fd34abca2..af9ebf4c5 100644 --- a/docker-compose/hydro-serving-ui.service.template +++ b/docker-compose/hydro-serving-ui.service.template @@ -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 diff --git a/docker-compose/hydro-stat.service.template b/docker-compose/hydro-stat.service.template index 26b64c2eb..75dca873f 100644 --- a/docker-compose/hydro-stat.service.template +++ b/docker-compose/hydro-stat.service.template @@ -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 diff --git a/docker-compose/hydro-visualization.service.template b/docker-compose/hydro-visualization.service.template index dfee93932..5bbdaea5b 100644 --- a/docker-compose/hydro-visualization.service.template +++ b/docker-compose/hydro-visualization.service.template @@ -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 @@ -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 diff --git a/docker-compose/sonar.service.template b/docker-compose/sonar.service.template index d90c71c91..719055e83 100644 --- a/docker-compose/sonar.service.template +++ b/docker-compose/sonar.service.template @@ -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 diff --git a/helm/README.md b/helm/README.md index df94fa40e..fe98ba438 100644 --- a/helm/README.md +++ b/helm/README.md @@ -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 diff --git a/helm/dev.yaml b/helm/dev.yaml index 1e57088b9..64eecf168 100644 --- a/helm/dev.yaml +++ b/helm/dev.yaml @@ -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 = """ { @@ -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 diff --git a/helm/gateway/values.yaml b/helm/gateway/values.yaml index 8b08b8b6e..a533d36c3 100644 --- a/helm/gateway/values.yaml +++ b/helm/gateway/values.yaml @@ -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: diff --git a/helm/index.yaml b/helm/index.yaml index 4da0dae62..78e382c1f 100644 --- a/helm/index.yaml +++ b/helm/index.yaml @@ -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 diff --git a/helm/manager/values.yaml b/helm/manager/values.yaml index 1d614f4f9..4699c3b3a 100644 --- a/helm/manager/values.yaml +++ b/helm/manager/values.yaml @@ -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: diff --git a/helm/rootcause/values.yaml b/helm/rootcause/values.yaml index 62e3b3415..976c577d8 100644 --- a/helm/rootcause/values.yaml +++ b/helm/rootcause/values.yaml @@ -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: diff --git a/helm/sonar/values.yaml b/helm/sonar/values.yaml index fc10c0c4e..8f4c1174a 100644 --- a/helm/sonar/values.yaml +++ b/helm/sonar/values.yaml @@ -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: diff --git a/helm/stat/values.yaml b/helm/stat/values.yaml index bf510458d..8bfd25703 100644 --- a/helm/stat/values.yaml +++ b/helm/stat/values.yaml @@ -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: diff --git a/helm/ui/values.yaml b/helm/ui/values.yaml index 3b22ede61..ea9f0030c 100644 --- a/helm/ui/values.yaml +++ b/helm/ui/values.yaml @@ -20,7 +20,7 @@ global: tolerations: [] image: - full: hydrosphere/hydro-serving-ui:0ad5f5311abb430c32a64e8099ed5b9c18f7d72a + full: hydrosphere/hydro-serving-ui:3.0.1 pullPolicy: IfNotPresent service: diff --git a/helm/visualization/values.yaml b/helm/visualization/values.yaml index 6bf4f9629..9b09f0428 100644 --- a/helm/visualization/values.yaml +++ b/helm/visualization/values.yaml @@ -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: