From 4b2a051fea48a27d401d776dcb7923b2bd418fd4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Dec 2021 17:53:40 +0000 Subject: [PATCH] Releasing global version 0.1.0 --- README.md | 2 +- docker-compose/.env | 8 ++++---- helm/dev.yaml | 8 ++++---- helm/drift-report-plugin/README.md | 4 +--- helm/drift-report-plugin/values.yaml | 2 +- helm/index.yaml | 9 +++++++++ helm/manager/README.md | 4 +--- helm/manager/values.yaml | 2 +- helm/monitoring/Chart.yaml | 2 +- helm/monitoring/README.md | 2 -- helm/profiler/README.md | 4 +--- helm/profiler/values.yaml | 2 +- helm/shell-ui/README.md | 4 +--- helm/shell-ui/values.yaml | 2 +- 14 files changed, 27 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 49cea7d..b9cd196 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Before installing Hydrosphere Monitoring, please install its prerequisites: 1. Download the latest release version from the [releases](https://github.com/Hydrospheredata/hydro-monitoring/releases) page; ```sh ### __released_version__ - export HYDRO_MONITORING_RELEASE=0.0.1 + export HYDRO_MONITORING_RELEASE=0.1.0 wget -O hydro-monitoring-${HYDRO_MONITORING_RELEASE}.tar.gz https://github.com/Hydrospheredata/hydro-monitoring/archive/${HYDRO_MONITORING_RELEASE}.tar.gz ``` diff --git a/docker-compose/.env b/docker-compose/.env index f8f22d3..7b7a693 100644 --- a/docker-compose/.env +++ b/docker-compose/.env @@ -1,6 +1,6 @@ -DRIFT_REPORT_PLUGIN_TAG=90fec27ed9d27ccb499fc15a3d941d57d82b5370 -MANAGER_TAG=94681b176d0e40adb8c3ab296b9eab78febcc214 +DRIFT_REPORT_PLUGIN_TAG=0.1.0 +MANAGER_TAG=0.1.0 MINIO_TAG=2021.11.9-debian-10-r0 POSTGRESQL_TAG=11.14.0-debian-10-r17 -PROFILER_TAG=d4e3e64ae874ed6ccc713fcf65b866cb20c24441 -UI_TAG=5f1fb20d1a665b0f91423db5b9c72c88df000896 +PROFILER_TAG=0.1.0 +UI_TAG=0.1.0 diff --git a/helm/dev.yaml b/helm/dev.yaml index e89cb16..6f96556 100644 --- a/helm/dev.yaml +++ b/helm/dev.yaml @@ -1,20 +1,20 @@ manager: image: - full: hydrosphere/monitoring-manager:94681b176d0e40adb8c3ab296b9eab78febcc214 + full: hydrosphere/monitoring-manager:0.1.0 monitoring: enabled: true drift-report-plugin: image: - full: hydrosphere/drift-report-plugin:90fec27ed9d27ccb499fc15a3d941d57d82b5370 + full: hydrosphere/drift-report-plugin:0.1.0 profiler: image: - full: hydrosphere/profiler:d4e3e64ae874ed6ccc713fcf65b866cb20c24441 + full: hydrosphere/profiler:0.1.0 shell-ui: image: - full: hydrosphere/shell-ui:5f1fb20d1a665b0f91423db5b9c72c88df000896 + full: hydrosphere/shell-ui:0.1.0 opentelemetry-collector: config: diff --git a/helm/drift-report-plugin/README.md b/helm/drift-report-plugin/README.md index 480890f..47d344c 100644 --- a/helm/drift-report-plugin/README.md +++ b/helm/drift-report-plugin/README.md @@ -26,7 +26,7 @@ A Helm chart for drift-report-plugin | global.manager.service.ports.http | int | `8080` | Manager http port | | global.manager.service.ports.grpc | int | `8081` | Manager grpc port | | global.tolerations | list | `[]` | Tolerations for drift-report-plugin pods | -| image.full | string | `"hydrosphere/drift-report-plugin:90fec27ed9d27ccb499fc15a3d941d57d82b5370"` | drift-report-plugin image | +| image.full | string | `"hydrosphere/drift-report-plugin:0.1.0"` | drift-report-plugin image | | image.pullPolicy | string | `"IfNotPresent"` | drift-report-plugin image pull policy | | service.type | string | `"ClusterIP"` | Kubernetes Service type | | service.port | int | `5000` | drift-report-plugin port | @@ -37,5 +37,3 @@ A Helm chart for drift-report-plugin | nodeSelector | object | `{}` | Node labels for drift-report-plugin pods assignment | | affinity | object | `{}` | Affinity for drift-report-plugin pods assignment | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/helm/drift-report-plugin/values.yaml b/helm/drift-report-plugin/values.yaml index dadb48f..c7d4db8 100644 --- a/helm/drift-report-plugin/values.yaml +++ b/helm/drift-report-plugin/values.yaml @@ -27,7 +27,7 @@ global: image: # -- drift-report-plugin image - full: hydrosphere/drift-report-plugin:90fec27ed9d27ccb499fc15a3d941d57d82b5370 + full: hydrosphere/drift-report-plugin:0.1.0 # -- drift-report-plugin image pull policy pullPolicy: IfNotPresent diff --git a/helm/index.yaml b/helm/index.yaml index ad72168..bf086aa 100644 --- a/helm/index.yaml +++ b/helm/index.yaml @@ -9,3 +9,12 @@ entries: urls: - https://hydrospheredata.github.io/hydro-monitoring/helm/monitoring-0.1.0.tgz version: 0.1.0 + - apiVersion: v2 + created: 2021-12-30T17:53:40Z + description: Hydro-monitoring is a cluster for monitoring your machine learning models in production + digest: 119937cbea021009eee29372a4e53e457d358187683d8310aef7ecf143e3c59f + name: monitoring + urls: + - https://github.com/Hydrospheredata/hydro-monitoring/releases/download/0.1.0/monitoring-0.1.0.tgz + version: 0.1.0 + appVersion: 0.1.0 diff --git a/helm/manager/README.md b/helm/manager/README.md index 9712b21..6c72eb3 100644 --- a/helm/manager/README.md +++ b/helm/manager/README.md @@ -32,7 +32,7 @@ A helm chart for the service which manages plugins for the entire system | global.persistence.url | string | `""` | | | global.persistence.service.ports.api | int | `9000` | Minio api port | | global.tolerations | list | `[]` | Tolerations for manager pods | -| image.full | string | `"hydrosphere/monitoring-manager:94681b176d0e40adb8c3ab296b9eab78febcc214"` | manager image | +| image.full | string | `"hydrosphere/monitoring-manager:0.1.0"` | manager image | | image.pullPolicy | string | `"IfNotPresent"` | manager image pull policy | | containerPorts.http | int | `8080` | manager container http port | | containerPorts.grpc | int | `8081` | manager container grpc port | @@ -48,5 +48,3 @@ A helm chart for the service which manages plugins for the entire system | nodeSelector | object | `{}` | Node labels for manager pods assignment | | affinity | object | `{}` | Affinity for manager pods assignment | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/helm/manager/values.yaml b/helm/manager/values.yaml index d90a0f3..6793fc8 100644 --- a/helm/manager/values.yaml +++ b/helm/manager/values.yaml @@ -37,7 +37,7 @@ global: image: # -- manager image - full: hydrosphere/monitoring-manager:94681b176d0e40adb8c3ab296b9eab78febcc214 + full: hydrosphere/monitoring-manager:0.1.0 # -- manager image pull policy pullPolicy: IfNotPresent diff --git a/helm/monitoring/Chart.yaml b/helm/monitoring/Chart.yaml index aa7ffa9..94a3478 100644 --- a/helm/monitoring/Chart.yaml +++ b/helm/monitoring/Chart.yaml @@ -3,7 +3,7 @@ name: monitoring description: Hydro-monitoring is a cluster for monitoring your machine learning models in production type: application version: 0.1.0 -appVersion: 0.0.1 +appVersion: 0.1.0 keywords: - hydrosphere - hydro-monitoring diff --git a/helm/monitoring/README.md b/helm/monitoring/README.md index fa43aa2..8937865 100644 --- a/helm/monitoring/README.md +++ b/helm/monitoring/README.md @@ -56,5 +56,3 @@ Hydro-monitoring is a cluster for monitoring your machine learning models in pro | global.metrics | bool | `false` | Enable exporting metrics option to opentelemetry-collector | | global.tolerations | list | `[]` | Tolerations for pods in hydro-monitoring | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/helm/profiler/README.md b/helm/profiler/README.md index 11444e4..38dc3b0 100644 --- a/helm/profiler/README.md +++ b/helm/profiler/README.md @@ -25,7 +25,7 @@ A Helm chart for profiler plugin | global.persistence.service.ports.api | int | `9000` | Minio api port | | global.manager.service.ports.grpc | int | `8081` | Manager grpc port | | global.tolerations | list | `[]` | Tolerations for profiler pods | -| image.full | string | `"hydrosphere/profiler:d4e3e64ae874ed6ccc713fcf65b866cb20c24441"` | profiler image | +| image.full | string | `"hydrosphere/profiler:0.1.0"` | profiler image | | image.pullPolicy | string | `"IfNotPresent"` | profiler image pull policy | | service.type | string | `"ClusterIP"` | Kubernetes Service type | | service.port | int | `5001` | profiler port | @@ -36,5 +36,3 @@ A Helm chart for profiler plugin | nodeSelector | object | `{}` | Node labels for profiler pods assignment | | affinity | object | `{}` | Affinity for profiler pods assignment | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/helm/profiler/values.yaml b/helm/profiler/values.yaml index 25c8ddb..f2b261b 100644 --- a/helm/profiler/values.yaml +++ b/helm/profiler/values.yaml @@ -20,7 +20,7 @@ global: image: # -- profiler image - full: hydrosphere/profiler:d4e3e64ae874ed6ccc713fcf65b866cb20c24441 + full: hydrosphere/profiler:0.1.0 # -- profiler image pull policy pullPolicy: IfNotPresent diff --git a/helm/shell-ui/README.md b/helm/shell-ui/README.md index 9bc3a37..08b6cce 100644 --- a/helm/shell-ui/README.md +++ b/helm/shell-ui/README.md @@ -27,7 +27,7 @@ A helm chart for the hydro-monitoring user interface | global.ui.ingress.issuer | string | `"letsencrypt-prod"` | A name of the cert-manager issuer name, configured within the cluster | | global.manager.service.ports.http | int | `8080` | Manager http port | | global.tolerations | list | `[]` | Tolerations for shell-ui pods | -| image.full | string | `"hydrosphere/shell-ui:5f1fb20d1a665b0f91423db5b9c72c88df000896"` | shell-ui image | +| image.full | string | `"hydrosphere/shell-ui:0.1.0"` | shell-ui image | | image.pullPolicy | string | `"IfNotPresent"` | shell-ui image pull policy | | service.type | string | `"ClusterIP"` | Kubernetes Service type | | service.port | int | `8080` | shell-ui port | @@ -38,5 +38,3 @@ A helm chart for the hydro-monitoring user interface | nodeSelector | object | `{}` | Node labels for shell-ui pods assignment | | affinity | object | `{}` | Affinity for shell-ui pods assignment | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/helm/shell-ui/values.yaml b/helm/shell-ui/values.yaml index 3ef219e..6799b6d 100644 --- a/helm/shell-ui/values.yaml +++ b/helm/shell-ui/values.yaml @@ -23,7 +23,7 @@ global: image: # -- shell-ui image - full: hydrosphere/shell-ui:5f1fb20d1a665b0f91423db5b9c72c88df000896 + full: hydrosphere/shell-ui:0.1.0 # -- shell-ui image pull policy pullPolicy: IfNotPresent