Skip to content

Latest commit

 

History

History
152 lines (88 loc) · 3.25 KB

CHANGELOG.md

File metadata and controls

152 lines (88 loc) · 3.25 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.6.3][] - 2021-03-25

Changed

  • updated backwork-backup-mongo

[1.6.2][] - 2021-03-05

Changed

[1.6.0][] - 2021-02-11

Added

[1.4.0][] - 2019-08-18

Changed

  • gamora/monsoon is now backwork

1.3.0 - 2019-07-24

Added

  • LOCAL_BACKUP_NUMBER to limit space used to store local backups
  • MINIMUM_FREE_SPACE to limit minimal space available on storage

1.2.0 - 2019-06-14

Added

  • BACKUP_LOCAL_PATHS_EXCLUDE variable to allow excluding paths for file backup

1.1.0 - 2019-05-24

Added

  • Added backwork-upload-cos plugin to upload backup files to IBM Cloud Object Storage

1.0.1 - 2018-04-06

Fixed

  • Fixed conflicting package version declarations.

1.0.0 - 2018-04-06

Added

  • New mandatory parameter: SOFTLAYER_NETWORK to choose between public and private for upload.

Updated

  • Updated MySQL, Postgres, and MySQL modules.
  • Updated Sentry Raven from 5.32.0 to 6.6.0

Fixed

  • Fixed linter errors.

0.3.2 - 2017-12-20

Fixed

  • Made plugins fail with non-zero status for backup errors
  • Bumped Python from 2.7.13 to 2.7.14
  • Switched to modern multi-stage build process

0.3.1 - 2017-07-17

Fixed

  • Also skip Softlayer upload if missing username or api key

0.3.0 - 2017-07-11

Added

  • PostgreSQL support
  • /backups Docker volume

Changed

  • Use bash instead of ash
  • Local backups go to /backups, not /tmp

Fixed

  • Apply updates for db and ncurses

Fixed

  • Name files .gz rather than .gzip to avoid gunzip issues

Added

  • You can skip backing up Mongo, MySQL, or files by not specifying Mongo host, MySQL host, or file paths
  • Softlayer credentials are still required, and Sentry is still optional

Fixed

  • Wait for backups to complete

Fixed

  • OS package security updates

0.1.0

Added

  • Mongo, MySQL, and file backup
  • Upload to Softlayer
  • Travis CI for continuous integration