Skip to content

Commit d2f99a5

Browse files
committed
Pushed version 2.2.0
1 parent c985fc1 commit d2f99a5

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.dockerignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
.github
33
public
44
k8s
5-
skaffold.yaml
5+
skaffold.yaml
6+
data

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PORT=5005
22
NODE_ENV=development
3-
VERSION=2.1.1
3+
VERSION=2.2.0
44
PASSWORD=flame_password
55
SECRET=e02eb43d69953658c6d07311d6313f2d4467672cb881f96b29368ba1f3f4da4b

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
### v2.2.0 (TBA)
1+
### v2.2.0 (2021-12-17)
22
- Added option to set custom description for apps ([#201](https://github.com/pawelmalak/flame/issues/201))
3+
- Fixed fatal error while deploying Flame to cluster ([#242](https://github.com/pawelmalak/flame/issues/242))
34

45
### v2.1.1 (2021-12-02)
56
- Added support for Docker secrets ([#189](https://github.com/pawelmalak/flame/issues/189))

client/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
REACT_APP_VERSION=2.1.1
1+
REACT_APP_VERSION=2.2.0

0 commit comments

Comments
 (0)