Releases: lemonsaurus/blackbox
Blackbox 2.4.0
Add support for PostgreSQL 16
What's Changed
- Bump click from 7.1.2 to 8.1.3 by @dependabot in #121
- Bump PostgreSQL to version 16 by @jb3 in #154
Full Changelog: v2.3.2...v2.4.0
Blackbox 2.3.2
A recent change made to support arm64 has broken mongodb backups for users on amd64 architecture.
This is because mongotools has no file named [...]-ubuntu2004-amd64-100.6.1.deb
available for download. This file is actually called [...]-ubuntu2004-x86_64-100.6.1.deb.
This version will change it so that x86_64
is the default architecture to use for downloading mongotools, and will only switch to arm64 (which does exist) if umode -m
returns either arm64
or aarch64
.
Blackbox 2.3.1
Updating the method used to bump release versions.
This has no bearing on the application itself, only on the process of releasing new versions of Blackbox.
Blackbox 2.3.0
Adds support for PostgreSQL 15, adds support for ARM64 containers, and updates a bunch of dependencies.
Special thanks to @roock for their first PR to the project! 🎉 Appreciate it!
What's Changed
- log: change logging message to clarify cooldown or backup failed by @onerandomusername in #111
- Add support for PostgreSQL 15.0 by @ChrisLovering in #114
- Bump all CI actions to latest versions by @ChrisLovering in #115
- Bump jinja2 version by @shtlrs in #117
- Bump certifi from 2020.12.5 to 2022.12.7 by @dependabot in #116
- adding support for arm64 container by @roock in #127
- Bump requests from 2.25.1 to 2.28.2 by @dependabot in #125
- Bump flake8 from 3.9.0 to 3.9.2 by @dependabot in #120
New Contributors
- @onerandomusername made their first contribution in #111
- @ChrisLovering made their first contribution in #114
- @shtlrs made their first contribution in #117
- @roock made their first contribution in #127
Full Changelog: v2.2.0...v2.3.0
Blackbox 2.2.0
Adds support for Postgres 14, and fixes a bug with local storage.
What's Changed
- Add support for Postgres 14.0 by @jb3 in #104
- Localstorage: fix missing cast to Path by @Akarys42 in #109
- Readme: pass BLACKBOX_CONFIG_PATH inside the cronjob by @Akarys42 in #105
- Readme: switch to batch/v1 by @Akarys42 in #106
Full Changelog: 2.1.11...v2.1.12
Blackbox 2.1.11
Updating to latest mongo-tools from the mongodb website.
Should solve compatibility with latest mongodb.
Blackbox 2.1.10
Hopefully update mongotools to support latest version.
Blackbox 2.1.9
Hopefully, the last workflow change.
Blackbox 2.1.8
Another minor workflow change.
Blackbox 2.1.7
Minor change to publish workflow - checkout head ref.