Skip to content

Commit 6655d5a

Browse files
committed
Release 1.21.2 - See CHANGELOG.md
1 parent bd141cc commit 6655d5a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.21.2 2020-06-08 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Change to support tiredofit/alpine base image 5.0.0
5+
6+
17
## 1.21.1 2020-06-04 <dave at tiredofit dot ca>
28

39
### Changed

install/etc/s6/services/10-db-backup/run renamed to install/etc/services.available/10-db-backup/run

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/with-contenv bash
22

3-
for s in /assets/functions/*; do source $s; done
3+
source /assets/functions/00-container
4+
45
PROCESS_NAME="db-backup"
56

67
date >/dev/null

0 commit comments

Comments
 (0)