Skip to content

Releases: maxisam/mgob

2.0.24

15 Sep 23:26
ea6da73
Compare
Choose a tag to compare

What's Changed

  • feature: remove /config from the Dockerfile VOLUME instruction by @sjiep in #126

Full Changelog: 2.0.23...2.0.24

2.0.23

04 Sep 15:21
e405a57
Compare
Choose a tag to compare

What's Changed

  • feature: change keyFilePath to optional to allow authentication to go… by @panumjp in #124

New Contributors

Full Changelog: 2.0.22...2.0.23

2.0.22

29 Aug 15:09
0bc329e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.20...2.0.22

2.0.20

14 Dec 22:40
b93c780
Compare
Choose a tag to compare

What's Changed

  • Add build tag for latest image by @maxisam in #99
  • Add plan name to log messages, and improve logs by @maxisam in #101

Full Changelog: 2.0.19...2.0.20

2.0.19

13 Dec 19:32
e27d75f
Compare
Choose a tag to compare

What's Changed

Breaking Change

In this PR, there is a breaking change because the original solution doesn't work in real environment.

In bash, it is not possible to use "-" as environment name, so the new rules are

  • - will turn into _
  • double __ will be used as a separator

more details in #98

Full Changelog: 2.0.18...2.0.19

mgob-2.1.0

11 Dec 22:08
3030ba3
Compare
Choose a tag to compare

A Helm chart for Mgob, MongoDB dockerized backup agent. Runs scheduled backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.

What's Changed

Full Changelog: 2.0.18...mgob-2.1.0

2.0.18

01 Oct 20:36
3273175
Compare
Choose a tag to compare

What's Changed

Breaking Change

  • in config, sftp.private_key -> sftp.privateKey

Full Changelog: 1.12.17...2.0.18

mgob-1.8.3

22 Sep 20:41
d80f0f2
Compare
Choose a tag to compare

A Helm chart for Mgob, MongoDB dockerized backup agent. Runs scheduled backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.

1.12.17

10 Sep 03:16
f494e1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.16...1.12.17

1.11.16

09 Sep 20:29
1c3050a
Compare
Choose a tag to compare

What's Changed

  • add restore support as alternate mode by @scicco in #63
  • 🌈 Feat: restore on demand by @maxisam in #69
  • 🐞 fix: handle db collection w/ dash in regex #61 by @maxisam in #70
  • ✨feature: add test for no local backup by @maxisam in #71
  • feat: verify metrics in build by @maxisam in #72

New Contributors

Full Changelog: 1.9.15...1.11.16