mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
9.3
This commit is contained in:
parent
57f88fb2c5
commit
9051782ecc
6 changed files with 16 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
ldap-account-manager (9.3.RC1-1) unstable; urgency=medium
|
||||
|
||||
* new upstream release
|
||||
|
||||
-- Roland Gruber <post@rolandgruber.de> Mon, 01 Sep 2025 20:11:26 +0200
|
||||
|
||||
ldap-account-manager (9.2-1) unstable; urgency=medium
|
||||
|
||||
* new upstream release
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
FROM debian:bookworm-slim
|
||||
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
||||
|
||||
ARG LAM_RELEASE=9.2
|
||||
ARG LAM_RELEASE=9.3.RC1
|
||||
EXPOSE 80
|
||||
|
||||
ENV \
|
||||
|
|
|
@ -3,7 +3,7 @@ services:
|
|||
ldap-account-manager:
|
||||
build:
|
||||
context: .
|
||||
image: ldapaccountmanager/lam:9.2
|
||||
image: ldapaccountmanager/lam:9.3.RC1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
|
|
|
@ -1 +1 @@
|
|||
9.2
|
||||
9.3.RC1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ldap-account-manager/ldap-account-manager",
|
||||
"version": "9.2",
|
||||
"version": "9.3",
|
||||
"config": {
|
||||
"vendor-dir": "lib/3rdParty/composer",
|
||||
"platform": {
|
||||
|
|
|
@ -608,6 +608,12 @@
|
|||
version. Unless explicitly noticed there is no need to install an
|
||||
intermediate release.</para>
|
||||
|
||||
<section>
|
||||
<title>9.2 -> 9.3</title>
|
||||
|
||||
<para>No actions required.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>9.1 -> 9.2</title>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue