mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +02:00
9.0
This commit is contained in:
parent
662090d829
commit
1fbcbea3c1
5 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
ldap-account-manager (9.0.RC1-1) unstable; urgency=medium
|
ldap-account-manager (9.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* new upstream release
|
* new upstream release
|
||||||
|
|
||||||
-- Roland Gruber <post@rolandgruber.de> Wed, 04 Dec 2024 07:23:11 +0200
|
-- Roland Gruber <post@rolandgruber.de> Tue, 17 Dec 2024 19:23:11 +0200
|
||||||
|
|
||||||
ldap-account-manager (8.9-1) unstable; urgency=medium
|
ldap-account-manager (8.9-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
||||||
|
|
||||||
ARG LAM_RELEASE=9.0.RC1
|
ARG LAM_RELEASE=9.0
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
ENV \
|
ENV \
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
ldap-account-manager:
|
ldap-account-manager:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
image: ldapaccountmanager/lam:9.0.RC1
|
image: ldapaccountmanager/lam:9.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
December 2024 9.0
|
17.12.2024 9.0
|
||||||
- New configuration file format for main configuration and server profiles (applied on save, old format can still be read)
|
- New configuration file format for main configuration and server profiles (applied on save, old format can still be read)
|
||||||
- Unix users: allow to create group with same name via account profile (#332)
|
- Unix users: allow to create group with same name via account profile (#332)
|
||||||
- Group of (unique) names, organisational roles: added member/owner count to PDF fields
|
- Group of (unique) names, organisational roles: added member/owner count to PDF fields
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
9.0.RC1
|
9.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue