Skip to content

Releases: maxisam/mgob

2.0.27

22 Nov 15:58
51fda92
Compare
Choose a tag to compare

What's Changed

  • chore: update upload-artifact action to version 4 in build workflow by @maxisam in #149
  • refactor: env variable usage in build workflow by @maxisam in #150
  • Update Azure cli to 2.67.0 by @maxisam in #152

Full Changelog: 2.0.26...2.0.27

2.0.26

09 Nov 22:05
04aafe1
Compare
Choose a tag to compare

What's Changed

Thanks @danielchristianschroeter for this PR

DevOps Changes

  • chore: update GitHub Actions to use latest versions of actions by @maxisam in #147
  • fix: update pull_request paths to ignore workflow and documentation files by @maxisam in #148
  • refactor: update Dockerfile and workflow to use dynamic Docker repository by @maxisam in #146

Possible Breaking Changes

https://github.com/maxisam/mgob/blob/04aafe1bcf1cecfca572042ab666e632a703e6a5/Dockerfile#L103

  • before:
    ENTRYPOINT [ "./mgob" ]

  • now:
    ENTRYPOINT [ "/usr/local/bin/mgob" ]

New Contributors

Full Changelog: 2.0.25...2.0.26

2.0.25

28 Oct 23:05
b5a36f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.24...2.0.25

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