Skip to content

Releases: lemonsaurus/blackbox

Blackbox 2.4.0

04 May 00:20
3642eed
Compare
Choose a tag to compare

Add support for PostgreSQL 16

What's Changed

Full Changelog: v2.3.2...v2.4.0

Blackbox 2.3.2

02 Mar 20:15
cfcc111
Compare
Choose a tag to compare

⚠️ Critical fix! ⚠️

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

28 Feb 23:51
41807b3
Compare
Choose a tag to compare

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

28 Feb 23:33
dfc88c5
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.2.0...v2.3.0

Blackbox 2.2.0

09 Jun 08:37
ff1522e
Compare
Choose a tag to compare

Adds support for Postgres 14, and fixes a bug with local storage.

What's Changed

Full Changelog: 2.1.11...v2.1.12

Blackbox 2.1.11

28 Aug 22:37
9010f01
Compare
Choose a tag to compare

Updating to latest mongo-tools from the mongodb website.

Should solve compatibility with latest mongodb.

Blackbox 2.1.10

28 Aug 22:13
Compare
Choose a tag to compare

Hopefully update mongotools to support latest version.

Blackbox 2.1.9

05 Jul 13:29
Compare
Choose a tag to compare

Hopefully, the last workflow change.

Blackbox 2.1.8

05 Jul 13:10
Compare
Choose a tag to compare

Another minor workflow change.

Blackbox 2.1.7

05 Jul 13:07
Compare
Choose a tag to compare

Minor change to publish workflow - checkout head ref.