Releases: maxisam/mgob
2.0.27
2.0.26
What's Changed
- Add ARM64 Support and Optimize Build Process by @danielchristianschroeter in #145
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
- @danielchristianschroeter made their first contribution in #145
Full Changelog: 2.0.25...2.0.26
2.0.25
2.0.24
What's Changed
Full Changelog: 2.0.23...2.0.24
2.0.23
2.0.22
What's Changed
- Update README.md by @maxisam in #102
- Add GPG by @maxisam in #109
- Update docker hub link by @madhums in #112
- Update Chart.yaml by @maxisam in #115
- doc: Update README.md by @maxisam in #120
- Fixed compatible GNUPG_VERSION for alpine 3.18 by @sjiep in #122
New Contributors
Full Changelog: 2.0.20...2.0.22
2.0.20
2.0.19
What's Changed
- ✨feature: update dev container by @maxisam in #88
- 🚀feat: use docker oci registry by @maxisam in #91
- 📑docs: update readme by @maxisam in #92
- Handle secrets in env by @maxisam in #94
- Add repo helm chart as backup by @maxisam in #95
- Update environment variable naming convention by @maxisam in #98
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
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
- ✨feature: update dev container by @maxisam in #88
- 🚀feat: use docker oci registry by @maxisam in #91
- 📑docs: update readme by @maxisam in #92
- Handle secrets in env by @maxisam in #94
- Add repo helm chart as backup by @maxisam in #95
Full Changelog: 2.0.18...mgob-2.1.0
2.0.18
What's Changed
- ✨feature: update e2e test by @maxisam in #75
- ✨feature: verify azure by @maxisam in #76
- ✨feature: verify sftp by @maxisam in #79
- ✨feature: add sponsers workflow and info by @maxisam in #83
- 📄 docs: refactor document by @maxisam in #84
- Document 2 by @maxisam in #85
- 🔵 other: update chart by @maxisam in #87
- 🌈 use viper to read config by @maxisam in #80
Breaking Change
- in config, sftp.private_key -> sftp.privateKey
Full Changelog: 1.12.17...2.0.18