mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
8.9
This commit is contained in:
parent
a194d58e31
commit
3a28f616a4
7 changed files with 17 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
ldap-account-manager (8.9.RC1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* new upstream release
|
||||||
|
|
||||||
|
-- Roland Gruber <post@rolandgruber.de> Wed, 04 Sep 2024 19:23:11 +0200
|
||||||
|
|
||||||
ldap-account-manager (8.8-1) unstable; urgency=medium
|
ldap-account-manager (8.8-1) unstable; urgency=medium
|
||||||
|
|
||||||
* new upstream release
|
* new upstream release
|
||||||
|
|
|
@ -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=8.8
|
ARG LAM_RELEASE=8.9.RC1
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
ENV \
|
ENV \
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
ldap-account-manager:
|
ldap-account-manager:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
image: ldapaccountmanager/lam:8.8
|
image: ldapaccountmanager/lam:8.9.RC1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
8.8
|
8.9.RC1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ldap-account-manager/ldap-account-manager",
|
"name": "ldap-account-manager/ldap-account-manager",
|
||||||
"version": "8.8",
|
"version": "8.9",
|
||||||
"config": {
|
"config": {
|
||||||
"vendor-dir": "lib/3rdParty/composer",
|
"vendor-dir": "lib/3rdParty/composer",
|
||||||
"platform": {
|
"platform": {
|
||||||
|
|
|
@ -608,6 +608,12 @@
|
||||||
version. Unless explicitly noticed there is no need to install an
|
version. Unless explicitly noticed there is no need to install an
|
||||||
intermediate release.</para>
|
intermediate release.</para>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>8.8 -> 8.9</title>
|
||||||
|
|
||||||
|
<para>No actions required.</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>8.7 -> 8.8</title>
|
<title>8.7 -> 8.8</title>
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"component" : {
|
"component" : {
|
||||||
"group" : "ldap-account-manager",
|
"group" : "ldap-account-manager",
|
||||||
"name" : "ldap-account-manager",
|
"name" : "ldap-account-manager",
|
||||||
"version" : "8.8",
|
"version" : "8.9",
|
||||||
"type" : "application",
|
"type" : "application",
|
||||||
"bom-ref" : "c2095505-c3af-4958-af68-6a61f216807d"
|
"bom-ref" : "c2095505-c3af-4958-af68-6a61f216807d"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue