Skip to content

Commit 6653bf0

Browse files
dacfDiego Chui - IBM
andauthored
chore: backwork-backup-mongo v0.3.1 (#6)
Co-authored-by: Diego Chui - IBM <[email protected]>
1 parent e6f3e0d commit 6653bf0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased][]
99

10+
## [1.6.3][] - 2021-03-25
11+
12+
### Changed
13+
14+
- updated backwork-backup-mongo
15+
1016
## [1.6.2][] - 2021-03-05
1117

1218
### Changed

backwork/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ contextlib2==0.5.4
22
httplib2==0.9.2
33
backwork==0.3.0
44
backwork-backup-files==0.3.0
5-
backwork-backup-mongo==0.3.0
5+
backwork-backup-mongo==0.3.1
66
backwork-backup-mysql==0.3.0
77
backwork-backup-postgresql==0.2.1
88
backwork-notifier-sentry==0.2.0

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
backwork:
88
build:
99
context: ./backwork
10-
image: bigdatauniversity/backwork:1.6.2
10+
image: bigdatauniversity/backwork:1.6.3
1111
environment:
1212
- MYSQL_HOST=mysql
1313
- MYSQL_PORT=3306

0 commit comments

Comments
 (0)