|
1 | 1 | # Change Log
|
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file.
|
3 | 4 |
|
4 | 5 | The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
5 | 6 | and this project adheres to [Semantic Versioning](http://semver.org/).
|
6 | 7 |
|
7 | 8 | ## [Unreleased][]
|
8 | 9 |
|
| 10 | +## [1.1.0][] - 2019-05-24 |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- Added `monsoon-upload-cos` plugin to upload backup files to IBM Cloud Object Storage |
| 15 | + |
9 | 16 | ## [1.0.1][] - 2018-04-06
|
| 17 | + |
10 | 18 | ### Fixed
|
11 |
| -- Fixed conflicting package version declarations. |
| 19 | + |
| 20 | +- Fixed conflicting package version declarations. |
12 | 21 |
|
13 | 22 | ## [1.0.0][] - 2018-04-06
|
| 23 | + |
14 | 24 | ### Added
|
15 |
| -- New mandatory parameter: `SOFTLAYER_NETWORK` to choose between |
16 |
| - `public` and `private` for upload. |
| 25 | + |
| 26 | +- New mandatory parameter: `SOFTLAYER_NETWORK` to choose between |
| 27 | + `public` and `private` for upload. |
17 | 28 |
|
18 | 29 | ### Updated
|
19 |
| -- Updated MySQL, Postgres, and MySQL modules. |
20 |
| -- Updated Sentry Raven from `5.32.0` to `6.6.0` |
| 30 | + |
| 31 | +- Updated MySQL, Postgres, and MySQL modules. |
| 32 | +- Updated Sentry Raven from `5.32.0` to `6.6.0` |
21 | 33 |
|
22 | 34 | ### Fixed
|
23 |
| -- Fixed linter errors. |
| 35 | + |
| 36 | +- Fixed linter errors. |
24 | 37 |
|
25 | 38 | ## [0.3.2][] - 2017-12-20
|
| 39 | + |
26 | 40 | ### Fixed
|
27 |
| -- Made plugins fail with non-zero status for backup errors |
28 |
| -- Bumped Python from `2.7.13` to `2.7.14` |
29 |
| -- Switched to modern multi-stage build process |
| 41 | + |
| 42 | +- Made plugins fail with non-zero status for backup errors |
| 43 | +- Bumped Python from `2.7.13` to `2.7.14` |
| 44 | +- Switched to modern multi-stage build process |
30 | 45 |
|
31 | 46 | ## [0.3.1][] - 2017-07-17
|
| 47 | + |
32 | 48 | ### Fixed
|
33 |
| -- Also skip Softlayer upload if missing username or api key |
| 49 | + |
| 50 | +- Also skip Softlayer upload if missing username or api key |
34 | 51 |
|
35 | 52 | ## [0.3.0][] - 2017-07-11
|
| 53 | + |
36 | 54 | ### Added
|
37 |
| -- PostgreSQL support |
38 |
| -- `/backups` Docker volume |
| 55 | + |
| 56 | +- PostgreSQL support |
| 57 | +- `/backups` Docker volume |
39 | 58 |
|
40 | 59 | ### Changed
|
41 |
| -- Use `bash` instead of `ash` |
42 |
| -- Local backups go to `/backups`, not `/tmp` |
| 60 | + |
| 61 | +- Use `bash` instead of `ash` |
| 62 | +- Local backups go to `/backups`, not `/tmp` |
43 | 63 |
|
44 | 64 | ### Fixed
|
45 |
| -- Apply updates for `db` and `ncurses` |
| 65 | + |
| 66 | +- Apply updates for `db` and `ncurses` |
46 | 67 |
|
47 | 68 | ## [0.2.1][]
|
| 69 | + |
48 | 70 | ### Fixed
|
49 |
| -- Name files `.gz` rather than `.gzip` to avoid `gunzip` issues |
| 71 | + |
| 72 | +- Name files `.gz` rather than `.gzip` to avoid `gunzip` issues |
50 | 73 |
|
51 | 74 | ## [0.2.0][]
|
| 75 | + |
52 | 76 | ### Added
|
53 |
| -- You can skip backing up Mongo, MySQL, or files by not specifying |
54 |
| - Mongo host, MySQL host, or file paths |
55 |
| -- Softlayer credentials are still required, and Sentry is still optional |
| 77 | + |
| 78 | +- You can skip backing up Mongo, MySQL, or files by not specifying |
| 79 | + Mongo host, MySQL host, or file paths |
| 80 | +- Softlayer credentials are still required, and Sentry is still optional |
56 | 81 |
|
57 | 82 | ## [0.1.7][]
|
| 83 | + |
58 | 84 | ### Fixed
|
59 |
| -- Wait for backups to complete |
| 85 | + |
| 86 | +- Wait for backups to complete |
60 | 87 |
|
61 | 88 | ## [0.1.6][]
|
| 89 | + |
62 | 90 | ### Fixed
|
63 |
| -- OS package security updates |
| 91 | + |
| 92 | +- OS package security updates |
64 | 93 |
|
65 | 94 | ## 0.1.0
|
| 95 | + |
66 | 96 | ### Added
|
67 |
| -- Mongo, MySQL, and file backup |
68 |
| -- Upload to Softlayer |
69 |
| -- Travis CI for continuous integration |
70 | 97 |
|
71 |
| -[Unreleased]: https://github.ibm.com/bdu/gamora/compare/1.0.1...HEAD |
| 98 | +- Mongo, MySQL, and file backup |
| 99 | +- Upload to Softlayer |
| 100 | +- Travis CI for continuous integration |
| 101 | + |
| 102 | +[unreleased]: https://github.ibm.com/bdu/gamora/compare/1.1.0...HEAD |
| 103 | +[1.1.0]: https://github.ibm.com/bdu/gamora/compare/1.0.1...1.1.0 |
72 | 104 | [1.0.1]: https://github.ibm.com/bdu/gamora/compare/1.0.0...1.0.1
|
73 | 105 | [1.0.0]: https://github.ibm.com/bdu/gamora/compare/0.3.2...1.0.0
|
74 | 106 | [0.3.2]: https://github.ibm.com/bdu/gamora/compare/0.3.1...0.3.2
|
|
0 commit comments