Skip to content

Commit

Permalink
chore: backwork-backup-mongo v0.3.1 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Chui - IBM <ibmchui@Diegos-MacBook-Pro-2.local>
  • Loading branch information
dacf and Diego Chui - IBM committed Mar 25, 2021
1 parent e6f3e0d commit 6653bf0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

## [1.6.3][] - 2021-03-25

### Changed

- updated backwork-backup-mongo

## [1.6.2][] - 2021-03-05

### Changed
Expand Down
2 changes: 1 addition & 1 deletion backwork/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ contextlib2==0.5.4
httplib2==0.9.2
backwork==0.3.0
backwork-backup-files==0.3.0
backwork-backup-mongo==0.3.0
backwork-backup-mongo==0.3.1
backwork-backup-mysql==0.3.0
backwork-backup-postgresql==0.2.1
backwork-notifier-sentry==0.2.0
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
backwork:
build:
context: ./backwork
image: bigdatauniversity/backwork:1.6.2
image: bigdatauniversity/backwork:1.6.3
environment:
- MYSQL_HOST=mysql
- MYSQL_PORT=3306
Expand Down

0 comments on commit 6653bf0

Please sign in to comment.