From 97d25087c735096099e1b9c0d82a27a082dd83f1 Mon Sep 17 00:00:00 2001 From: Bruce Date: Thu, 25 Jan 2024 11:32:48 +0800 Subject: [PATCH] mod: version@3.9.0 (#760) --- README.md | 8 +++++--- deployment/docker/docker-compose.yml | 2 +- deployment/helm/README.md | 2 +- deployment/helm/values.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 236681dd..92898250 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ NebulaGraph Studio (Studio for short) is a web-based visualization tool for Nebu | 3.0.0 ~ 3.3.0 | v3.5.x | | 3.0.0 ~ 3.4.0 | v3.6.x | | 3.0.0 ~ 3.5.0 | v3.7.x | +| 3.0.0 ~ 3.6.0 | v3.8.x | +| 3.0.0 ~ latest | v3.9.x | ## Development Quick Start @@ -71,9 +73,9 @@ Use when you want shutdown the web app kill -9 $(lsof -t -i :7001) ``` -## Documentation 3.7.0 -[中文](https://docs.nebula-graph.com.cn/3.5.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/) -[ENGLISH](https://docs.nebula-graph.io/3.5.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/) +## Documentation 3.9.0 +[中文](https://docs.nebula-graph.com.cn/3.6.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/) +[ENGLISH](https://docs.nebula-graph.io/3.6.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/) ## Contributing Contributions are warmly welcomed and greatly appreciated. Please see [Guide Docs](https://github.com/vesoft-inc/nebula-studio/blob/master/CONTRIBUTING.md) diff --git a/deployment/docker/docker-compose.yml b/deployment/docker/docker-compose.yml index f52c36c6..5f64bee9 100644 --- a/deployment/docker/docker-compose.yml +++ b/deployment/docker/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.4' services: web: - image: vesoft/nebula-graph-studio:v3.8.0 + image: vesoft/nebula-graph-studio:v3.9.0 environment: USER: root ports: diff --git a/deployment/helm/README.md b/deployment/helm/README.md index a0fd16f0..e014823a 100644 --- a/deployment/helm/README.md +++ b/deployment/helm/README.md @@ -48,7 +48,7 @@ $ helm uninstall my-studio |-----------|-------------|---------| | replicaCount | Replicas for Deployment | 0 | | image.nebulaStudio.name | The image name of nebula-graph-studio | vesoft/nebula-graph-studio | -| image.nebulaStudio.version | The image version nebula-graph-studio | v3.7.0 | +| image.nebulaStudio.version | The image version nebula-graph-studio | v3.9.0 | | service.type | The service type, should be one of ['NodePort', 'ClusterIP', 'LoadBalancer'] | ClusterIP | | service.port | The expose port for nebula-studio server | 7001 | | service.nodePort | The proxy port for accessing nebula-studio outside k8s cluster | 32701 | diff --git a/deployment/helm/values.yaml b/deployment/helm/values.yaml index 6fa2cead..bd6ebb7a 100644 --- a/deployment/helm/values.yaml +++ b/deployment/helm/values.yaml @@ -4,7 +4,7 @@ image: pullPolicy: IfNotPresent nebulaStudio: name: vesoft/nebula-graph-studio - version: v3.8.0 + version: v3.9.0 imagePullSecrets: [] diff --git a/package-lock.json b/package-lock.json index 90550699..25b43e12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nebula-graph-studio", - "version": "3.8.0", + "version": "3.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nebula-graph-studio", - "version": "3.8.0", + "version": "3.9.0", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index bcf8d080..dd9360b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nebula-graph-studio", - "version": "3.8.0", + "version": "3.9.0", "description": "nebula-graph-studio", "private": true, "repository": {