Skip to content

Commit 88be510

Browse files
committed
Release 4.1.99 - See CHANGELOG.md
1 parent e2f9ec9 commit 88be510

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 4.1.99 2026-03-12 <dave at tiredofit dot ca>
2+
3+
This the final tiredofit/db-backup release - All development and releases will reside under the nfrastack/container-db-backup namespace going forward.
4+
5+
### Added
6+
- Postgreaql 18 support
7+
- AWS CLI 1.44.56
8+
- MySQL 8.4.8
9+
- MSSQL 18.6.1-1
10+
11+
112
## 4.1.21 2025-08-08 <dave at tiredofit dot ca>
213

314
### Changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ RUN source /assets/functions/00-container && \
183183
zstd \
184184
&& \
185185
\
186+
echo ""
187+
RUN set -ex && \
188+
source /assets/functions/00-container && \
186189
case "$(uname -m)" in \
187190
"x86_64" ) mssql=true ; mssql_arch=amd64; influx2=true ; influx_arch=amd64; ;; \
188191
"arm64" | "aarch64" ) mssql=true ; mssql_arch=arm64; influx2=true ; influx_arch=arm64 ;; \

0 commit comments

Comments
 (0)