Compare commits

...

2 Commits
2.5.0 ... 2.5.1

Author SHA1 Message Date
Dave Conroy
30fe2f181c #55 - Fix xz parallel compression 2021-02-14 09:06:21 -08:00
Dave Conroy
f57ce461e9 GitHub CI 2021-01-25 17:05:25 -08:00
3 changed files with 7 additions and 3 deletions

View File

@@ -70,9 +70,6 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
run: |
docker buildx inspect --bootstrap
- name: Login to DockerHub
if: github.event_name != 'pull_request'

View File

@@ -1,3 +1,9 @@
## 2.5.1 2021-02-14 <dave at tiredofit dot ca>
### Changed
- Fix xz backups with `PARALLEL_COMPRESION=TRUE`
## 2.5.0 2021-01-25 <dave at tiredofit dot ca>
### Added

View File

@@ -22,6 +22,7 @@ RUN set -ex && \
apk add --no-cache -t .db-backup-run-deps \
bzip2 \
influxdb \
libarchive \
mariadb-client \
mongodb-tools \
libressl \