Skip to content

Commit 380f82b

Browse files
committed
Release 2.0.84 - See CHANGELOG.md
1 parent 951ec80 commit 380f82b

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.0.84 2025-09-12 <dave at tiredofit dot ca>
2+
3+
Add EOL Notice to deprecated image
4+
5+
### Added
6+
- LemonLDAP:NG 2.21.3
7+
8+
19
## 2.0.83 2025-07-11 <dave at tiredofit dot ca>
210

311
### Added

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG LEMONLDAP_VERSION
88
ARG AUTHCAS_VERSION
99
ARG LASSO_VERSION
1010

11-
ENV LEMONLDAP_VERSION=${LEMONLDAP_VERSION:-"2.21.2"} \
11+
ENV LEMONLDAP_VERSION=${LEMONLDAP_VERSION:-"2.21.3"} \
1212
AUTHCAS_VERSION=${AUTHCAS_VERSION:-"1.7"} \
1313
LASSO_VERSION=${LASSO_VERSION:-"a58a535028882a92b76f3814f70803872ad5727e"} \
1414
MINIFY_VERSION=2.23.8 \

install/etc/cont-init.d/20-llng

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@ source /assets/defaults/10-nginx
66
prepare_service
77
PROCESS_NAME="lemonldap-ng"
88

9+
cat <<EOF
10+
11+
*******************************************************************************************
12+
* *
13+
* END OF LIFE NOTICE AUGUST 18, 2025 *
14+
* tiredofit/lemonldap *
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-lemonldap *
22+
* *
23+
* Image Registries: *
24+
* - https://hub.docker.com/r/nfrastack/lemonldap *
25+
* - https://github.com/nfrastack/container-lemonldap/pkgs/container/container-lemonldap *
26+
* *
27+
* Please visit https://nfrastack.com for more information. *
28+
* *
29+
*******************************************************************************************f
30+
31+
EOF
32+
33+
sleep 15
34+
35+
936
mkdir -p /etc/lemonldap-ng \
1037
/var/lib/lemonldap-ng/cache \
1138
/var/lib/lemonldap-ng/sessions/lock \

0 commit comments

Comments
 (0)