Release v3.0.0
This commit is contained in:
@@ -4,7 +4,7 @@ English | [简体中文](./README.md)
|
|||||||
<a href="https://www.fizzgate.com"><img src="https://www.fizzgate.com/fizz/nav-bar/logo.png?v=1" width="70%"></a>
|
<a href="https://www.fizzgate.com"><img src="https://www.fizzgate.com/fizz/nav-bar/logo.png?v=1" width="70%"></a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<img alt="Version" src="https://img.shields.io/badge/version-2.7.3-blue.svg?cacheSeconds=2592000" />
|
<img alt="Version" src="https://img.shields.io/badge/version-3.0.0-blue.svg?cacheSeconds=2592000" />
|
||||||
<a href="http://www.fizzgate.com/fizz-gateway-node/" target="_blank">
|
<a href="http://www.fizzgate.com/fizz-gateway-node/" target="_blank">
|
||||||
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
|
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
|
||||||
</a>
|
</a>
|
||||||
@@ -111,7 +111,8 @@ Starting from v1.3.0, the frontend and backend of the management backend are mer
|
|||||||
| 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 |
|
| v2.7.3 | v2.7.3 |
|
||||||
|
| v3.0.0 | v3.0.0 |
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<a href="https://www.fizzgate.com"><img src="https://www.fizzgate.com/fizz/nav-bar/logo.png?v=1" width="70%"></a>
|
<a href="https://www.fizzgate.com"><img src="https://www.fizzgate.com/fizz/nav-bar/logo.png?v=1" width="70%"></a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<img alt="Version" src="https://img.shields.io/badge/version-2.7.3-blue.svg?cacheSeconds=2592000" />
|
<img alt="Version" src="https://img.shields.io/badge/version-3.0.0-blue.svg?cacheSeconds=2592000" />
|
||||||
<a href="http://www.fizzgate.com/fizz-gateway-node/" target="_blank">
|
<a href="http://www.fizzgate.com/fizz-gateway-node/" target="_blank">
|
||||||
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
|
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
|
||||||
</a>
|
</a>
|
||||||
@@ -142,7 +142,8 @@ API地址:https://demo.fizzgate.com/proxy/[服务名]/[API_Path]
|
|||||||
| 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 |
|
| v2.7.3 | v2.7.3 |
|
||||||
|
| v3.0.0 | v3.0.0 |
|
||||||
|
|
||||||
|
|
||||||
请根据节点端的版本下载对应的管理后台版本
|
请根据节点端的版本下载对应的管理后台版本
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: "3.6"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
fizz-mysql:
|
fizz-mysql:
|
||||||
image: "fizzgate/fizz-mysql:3.0.0-SNAPSHOT"
|
image: "fizzgate/fizz-mysql:3.0.0"
|
||||||
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:3.0.0-SNAPSHOT"
|
image: "fizzgate/fizz-gateway-community:3.0.0"
|
||||||
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:3.0.0-SNAPSHOT"
|
image: "fizzgate/fizz-manager-professional:3.0.0"
|
||||||
container_name: fizz-manager-professional
|
container_name: fizz-manager-professional
|
||||||
restart: always
|
restart: always
|
||||||
hostname: fizz-manager-professional
|
hostname: fizz-manager-professional
|
||||||
|
|||||||
@@ -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>3.0.0-SNAPSHOT</version>
|
<version>3.0.0</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@@ -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>3.0.0-SNAPSHOT</version>
|
<version>3.0.0</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@@ -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>3.0.0-SNAPSHOT</version>
|
<version>3.0.0</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<artifactId>fizz-core</artifactId>
|
<artifactId>fizz-core</artifactId>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<aggregate.version>1.0.0</aggregate.version>
|
<aggregate.version>3.0.0</aggregate.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -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>3.0.0-SNAPSHOT</version>
|
<version>3.0.0</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@@ -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>3.0.0-SNAPSHOT</version>
|
<version>3.0.0</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -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>3.0.0-SNAPSHOT</version>
|
<version>3.0.0</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
<module>fizz-common</module>
|
<module>fizz-common</module>
|
||||||
|
|||||||
Reference in New Issue
Block a user