Skip to content

Commit 583c1ff

Browse files
committed
Release 3.4.99 - See CHANGELOG.md
1 parent 828064b commit 583c1ff

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.4.99 2025-10-02 <dave at tiredofit dot ca>
2+
3+
Add EOL Notice and deprecate image
4+
5+
16
## 3.4.11 2025-07-30 <dave at tiredofit dot ca>
27

38
### Added

install/etc/cont-init.d/30-zabbix

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@ source /assets/functions/30-zabbix
66

77
SERVICE_NAME="zabbix"
88

9+
cat <<EOF
10+
11+
*************************************************************************************
12+
* *
13+
* END OF LIFE NOTICE AUGUST 18, 2025 *
14+
* tiredofit/zabbix *
15+
* *
16+
* This image is no longer maintained as of and will not receive updates. *
17+
* *
18+
* A successor image is available at: *
19+
* *
20+
* Repository | Documentation: *
21+
* - https://github.com/nfrastack/container-zabbix *
22+
* *
23+
* Image Registries: *
24+
* - https://hub.docker.com/r/nfrastack/zabbix *
25+
* - https://github.com/nfrastack/container-zabbix/pkgs/container/container-zabbix *
26+
* *
27+
* Please visit https://nfrastack.com for more information. *
28+
* *
29+
*************************************************************************************
30+
31+
EOF
32+
33+
sleep 15
34+
35+
936
transform_file_var \
1037
DB_HOST \
1138
DB_NAME \

0 commit comments

Comments
 (0)