mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
Pushed version 2.2.0
This commit is contained in:
@@ -3,3 +3,4 @@ node_modules
|
|||||||
public
|
public
|
||||||
k8s
|
k8s
|
||||||
skaffold.yaml
|
skaffold.yaml
|
||||||
|
data
|
||||||
2
.env
2
.env
@@ -1,5 +1,5 @@
|
|||||||
PORT=5005
|
PORT=5005
|
||||||
NODE_ENV=development
|
NODE_ENV=development
|
||||||
VERSION=2.1.1
|
VERSION=2.2.0
|
||||||
PASSWORD=flame_password
|
PASSWORD=flame_password
|
||||||
SECRET=e02eb43d69953658c6d07311d6313f2d4467672cb881f96b29368ba1f3f4da4b
|
SECRET=e02eb43d69953658c6d07311d6313f2d4467672cb881f96b29368ba1f3f4da4b
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
### v2.2.0 (TBA)
|
### v2.2.0 (2021-12-17)
|
||||||
- Added option to set custom description for apps ([#201](https://github.com/pawelmalak/flame/issues/201))
|
- Added option to set custom description for apps ([#201](https://github.com/pawelmalak/flame/issues/201))
|
||||||
|
- Fixed fatal error while deploying Flame to cluster ([#242](https://github.com/pawelmalak/flame/issues/242))
|
||||||
|
|
||||||
### v2.1.1 (2021-12-02)
|
### v2.1.1 (2021-12-02)
|
||||||
- Added support for Docker secrets ([#189](https://github.com/pawelmalak/flame/issues/189))
|
- Added support for Docker secrets ([#189](https://github.com/pawelmalak/flame/issues/189))
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
REACT_APP_VERSION=2.1.1
|
REACT_APP_VERSION=2.2.0
|
||||||
Reference in New Issue
Block a user