Pushed version 2.2.0
This commit is contained in:
parent
c985fc17bf
commit
d2f99a5ec0
4 changed files with 6 additions and 4 deletions
|
@ -2,4 +2,5 @@ node_modules
|
||||||
.github
|
.github
|
||||||
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
|
Loading…
Reference in a new issue