Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build and Publish Docker Images

env:
VERSION: 2.23.0
VERSION: 2.23.2
PGVERSION: 17
DEBIANRELEASE: trixie
DOCKERREVISION: 2
DOCKERREVISION: 1

on:
push:
Expand Down
11 changes: 8 additions & 3 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changes

## v2.23.0-3 _(UNRELEASED)_
- add perlHtPasswd utility
- accept "false" as value for CRON variables
## v2.23.2-1 _(2026-07-28)_
- Add perlHtPasswd utility
- Accept "false" as value for CRON variables
- Update to 2.23.2
- Updates from store:
* crowdsec-filters: add CVE-2026-63030 detection
* add linagora-lemonldap-ng-plugin-custom-functions
* pam-access, twake, json-file: fix for future 3.0.0

## v2.23.0-2 _(2026-07-01)_

Expand Down
1 change: 1 addition & 0 deletions manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN echo "# Install nginx and manager libs" && \
libio-string-perl libregexp-assemble-perl apache2-utils \
linagora-lemonldap-ng-store
RUN apt-get -y -o Dpkg::Options::="--force-confold" install \
linagora-lemonldap-ng-plugin-custom-functions \
linagora-lemonldap-ng-plugin-fixed-logout-redirection \
linagora-lemonldap-ng-plugin-json-file \
linagora-lemonldap-ng-plugin-mail-autodiscover \
Expand Down
1 change: 1 addition & 0 deletions portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN echo "# Install nginx and portal libs" && \
openssh-client \
linagora-lemonldap-ng-store
RUN apt-get -y -o Dpkg::Options::="--force-confold" install \
linagora-lemonldap-ng-plugin-custom-functions \
linagora-lemonldap-ng-plugin-fixed-logout-redirection \
linagora-lemonldap-ng-plugin-json-file \
linagora-lemonldap-ng-plugin-mail-autodiscover \
Expand Down
5 changes: 2 additions & 3 deletions portal/test
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ docker exec test-broker-manager /usr/share/docker-llng/updateConf get macros &&
docker exec test-broker-auth /usr/share/docker-llng/updateConf get macros && echo
echo "Modify macro on manager, define AA => CC"
docker exec test-broker-manager /usr/share/docker-llng/updateConf set macros AA CC
sleep 5
echo "Verify propagation on portal, should get CC when querying for macros AA"
docker exec test-broker-auth /usr/share/docker-llng/updateConf get macros AA | grep CC
echo "Verify propagation, should get CC when querying for macros AA"
docker exec test-broker-manager /usr/share/docker-llng/updateConf get macros AA | grep CC

$COMPOSE down
1 change: 1 addition & 0 deletions ssoaas-fastcgi-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN echo "# Install libs" && \
apt-get -y upgrade && \
apt-get install -y --no-install-recommends \
lemonldap-ng-fastcgi-server${LLNGDIST} \
linagora-lemonldap-ng-plugin-custom-functions \
libfcgi-engine-perl && \
apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down
1 change: 1 addition & 0 deletions uwsgi-portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN echo "# Install nginx and portal libs" && \
openssh-client \
linagora-lemonldap-ng-store
RUN apt-get -y -o Dpkg::Options::="--force-confold" install \
linagora-lemonldap-ng-plugin-custom-functions \
linagora-lemonldap-ng-plugin-fixed-logout-redirection \
linagora-lemonldap-ng-plugin-json-file \
linagora-lemonldap-ng-plugin-mail-autodiscover \
Expand Down
Loading