Change version from 2.7.2 to 3.0.0-SNAPSHOT

This commit is contained in:
nil.zhong
2023-05-25 15:36:21 +08:00
parent 1a622dd403
commit eb6cc9976a
9 changed files with 47 additions and 45 deletions

View File

@@ -101,13 +101,14 @@ Starting from v1.3.0, the frontend and backend of the management backend are mer
- fizz-manager-professionalManagement backend professional version - fizz-manager-professionalManagement backend professional version
| fizz-gateway-node | fizz-manager-professional | | fizz-gateway-node | fizz-manager-professional |
|------------------------|---------------------------| |-------------------|---------------------------|
| v1.3.0 | v1.3.0 | | v1.3.0 | v1.3.0 |
| ... | ... | | ... | ... |
| v2.6.6 | v2.6.6 | | v2.6.6 | v2.6.6 |
| v2.7.0 | v2.7.0 | | v2.7.0 | v2.7.0 |
| v2.7.1 | v2.7.1 | | v2.7.1 | v2.7.1 |
| v2.7.2 | v2.7.2 | | v2.7.2 | v2.7.2 |
| v3.0.0-SNAPSHOT | v3.0.0-SNAPSHOT |
Please download the corresponding management backend version according to the version of the community version Please download the corresponding management backend version according to the version of the community version

View File

@@ -103,35 +103,36 @@ API地址http://demo.fizzgate.com/proxy/[服务名]/[API_Path]
- fizz-manager-professional管理后台 - fizz-manager-professional管理后台
| fizz-gateway-node | fizz-manager-professional | | fizz-gateway-node | fizz-manager-professional |
|------------------------|---------------------------| |-------------------|---------------------------|
| v1.3.0 | v1.3.0 | | v1.3.0 | v1.3.0 |
| v1.4.0 | v1.4.0 | | v1.4.0 | v1.4.0 |
| v1.4.1 | v1.4.1 | | v1.4.1 | v1.4.1 |
| v1.5.0 | v1.5.0 | | v1.5.0 | v1.5.0 |
| v1.5.1 | v1.5.1 | | v1.5.1 | v1.5.1 |
| v2.0.0 | v2.0.0 | | v2.0.0 | v2.0.0 |
| v2.1.0 | v2.1.0 | | v2.1.0 | v2.1.0 |
| v2.2.0 | v2.2.0 | | v2.2.0 | v2.2.0 |
| v2.2.1 | v2.2.1 | | v2.2.1 | v2.2.1 |
| v2.2.3 | v2.2.3 | | v2.2.3 | v2.2.3 |
| v2.3.0 | v2.3.0 | | v2.3.0 | v2.3.0 |
| v2.3.2 | v2.3.2 | | v2.3.2 | v2.3.2 |
| v2.3.3 | v2.3.3 | | v2.3.3 | v2.3.3 |
| v2.4.0 | v2.4.0 | | v2.4.0 | v2.4.0 |
| v2.4.1 | v2.4.1 | | v2.4.1 | v2.4.1 |
| v2.5.0 | v2.5.0 | | v2.5.0 | v2.5.0 |
| v2.5.1 | v2.5.1 | | v2.5.1 | v2.5.1 |
| v2.5.2 | v2.5.2 | | v2.5.2 | v2.5.2 |
| v2.6.0 | v2.6.0 | | v2.6.0 | v2.6.0 |
| v2.6.1 | v2.6.1 | | v2.6.1 | v2.6.1 |
| v2.6.2 | v2.6.2 | | v2.6.2 | v2.6.2 |
| v2.6.3 | v2.6.3 | | v2.6.3 | v2.6.3 |
| v2.6.4 | v2.6.4 | | v2.6.4 | v2.6.4 |
| v2.6.5 | v2.6.5 | | v2.6.5 | v2.6.5 |
| v2.6.6 | v2.6.6 | | v2.6.6 | v2.6.6 |
| v2.7.0 | v2.7.0 | | v2.7.0 | v2.7.0 |
| v2.7.1 | v2.7.1 | | v2.7.1 | v2.7.1 |
| v2.7.2 | v2.7.2 | | v2.7.2 | v2.7.2 |
| v3.0.0-SNAPSHOT | v3.0.0-SNAPSHOT |
请根据节点端的版本下载对应的管理后台版本 请根据节点端的版本下载对应的管理后台版本

View File

@@ -2,7 +2,7 @@ version: "3.6"
services: services:
fizz-mysql: fizz-mysql:
image: "fizzgate/fizz-mysql:2.7.2" image: "fizzgate/fizz-mysql:3.0.0-SNAPSHOT"
container_name: fizz-mysql container_name: fizz-mysql
restart: always restart: always
hostname: fizz-mysql hostname: fizz-mysql
@@ -27,7 +27,7 @@ services:
- fizz - fizz
fizz-gateway-community: fizz-gateway-community:
image: "fizzgate/fizz-gateway-community:2.7.2" image: "fizzgate/fizz-gateway-community:3.0.0-SNAPSHOT"
container_name: fizz-gateway-community container_name: fizz-gateway-community
restart: always restart: always
hostname: fizz-gateway-community hostname: fizz-gateway-community
@@ -48,7 +48,7 @@ services:
- fizz - fizz
fizz-manager-professional: fizz-manager-professional:
image: "fizzgate/fizz-manager-professional:2.7.2" image: "fizzgate/fizz-manager-professional:3.0.0-SNAPSHOT"
container_name: fizz-manager-professional container_name: fizz-manager-professional
restart: always restart: always
hostname: fizz-manager-professional hostname: fizz-manager-professional

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>fizz-gateway-community</artifactId> <artifactId>fizz-gateway-community</artifactId>
<groupId>com.fizzgate</groupId> <groupId>com.fizzgate</groupId>
<version>2.7.2</version> <version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>fizz-gateway-community</artifactId> <artifactId>fizz-gateway-community</artifactId>
<groupId>com.fizzgate</groupId> <groupId>com.fizzgate</groupId>
<version>2.7.2</version> <version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>fizz-gateway-community</artifactId> <artifactId>fizz-gateway-community</artifactId>
<groupId>com.fizzgate</groupId> <groupId>com.fizzgate</groupId>
<version>2.7.2</version> <version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>fizz-gateway-community</artifactId> <artifactId>fizz-gateway-community</artifactId>
<groupId>com.fizzgate</groupId> <groupId>com.fizzgate</groupId>
<version>2.7.2</version> <version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>fizz-gateway-community</artifactId> <artifactId>fizz-gateway-community</artifactId>
<groupId>com.fizzgate</groupId> <groupId>com.fizzgate</groupId>
<version>2.7.2</version> <version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -38,7 +38,7 @@
<artifactId>fizz-gateway-community</artifactId> <artifactId>fizz-gateway-community</artifactId>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>fizz gateway community</description> <description>fizz gateway community</description>
<version>2.7.2</version> <version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
<module>fizz-common</module> <module>fizz-common</module>