File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased] [ ]
9
9
10
+ ## [ 1.6.3] [ ] - 2021-03-25
11
+
12
+ ### Changed
13
+
14
+ - updated backwork-backup-mongo
15
+
10
16
## [ 1.6.2] [ ] - 2021-03-05
11
17
12
18
### Changed
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ contextlib2==0.5.4
2
2
httplib2 == 0.9.2
3
3
backwork == 0.3.0
4
4
backwork-backup-files == 0.3.0
5
- backwork-backup-mongo == 0.3.0
5
+ backwork-backup-mongo == 0.3.1
6
6
backwork-backup-mysql == 0.3.0
7
7
backwork-backup-postgresql == 0.2.1
8
8
backwork-notifier-sentry == 0.2.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
7
7
backwork :
8
8
build :
9
9
context : ./backwork
10
- image : bigdatauniversity/backwork:1.6.2
10
+ image : bigdatauniversity/backwork:1.6.3
11
11
environment :
12
12
- MYSQL_HOST=mysql
13
13
- MYSQL_PORT=3306
You can’t perform that action at this time.
0 commit comments