Pushed version 2.2.0

This commit is contained in:
Paweł Malak 2021-12-17 12:56:51 +01:00
parent c985fc17bf
commit d2f99a5ec0
4 changed files with 6 additions and 4 deletions

View File

@ -2,4 +2,5 @@ node_modules
.github
public
k8s
skaffold.yaml
skaffold.yaml
data

2
.env
View File

@ -1,5 +1,5 @@
PORT=5005
NODE_ENV=development
VERSION=2.1.1
VERSION=2.2.0
PASSWORD=flame_password
SECRET=e02eb43d69953658c6d07311d6313f2d4467672cb881f96b29368ba1f3f4da4b

View File

@ -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))
- Fixed fatal error while deploying Flame to cluster ([#242](https://github.com/pawelmalak/flame/issues/242))
### v2.1.1 (2021-12-02)
- Added support for Docker secrets ([#189](https://github.com/pawelmalak/flame/issues/189))

View File

@ -1 +1 @@
REACT_APP_VERSION=2.1.1
REACT_APP_VERSION=2.2.0