fix(lldap): update image docker.io/nitnelave/lldap v0.6.2 → v0.6.3 (#47747)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/nitnelave/lldap](https://redirect.github.com/lldap/lldap) |
patch | `713f8f1` → `2f208d7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>lldap/lldap (docker.io/nitnelave/lldap)</summary>

###
[`v0.6.3`](https://redirect.github.com/lldap/lldap/releases/tag/v0.6.3)

[Compare
Source](https://redirect.github.com/lldap/lldap/compare/v0.6.2...v0.6.3)

#### \[0.6.3] 2026-05-01

Small release, focused on LDAP compatibility, TLS maintenance,
dependency upgrades and documentation/examples.

##### Added

- LDAP schema definitions for `memberOf`, `modifyTimestamp` and
`pwdChangedTime`
- Support for configuring the healthcheck listen addresses
- Usernames are now included in password recovery emails

##### Changed

- JWT `exp` and `iat` claims are now serialized as NumericDate values to
comply with RFC7519
- Migrated to `rustls` 0.23 and centralized TLS handling
- The login form no longer enforces a password length limit

##### Fixed

- `pwdChangedTime` is now emitted as LDAP GeneralizedTime instead of
RFC3339
- LDAP base-scope searches for non-existent entries now return
`NoSuchObject`
- `cn` equality filters are now case insensitive
- The server now shuts down the database connection pool gracefully
- The bootstrap script now handles empty globs correctly

##### Security

- Updated the LDAP dependency stack, including `ldap3_proto`, in
response to
  security advisory

[`GHSA-qcxq-75wr-5cm8`](https://redirect.github.com/kanidm/ldap3/security/advisories/GHSA-qcxq-75wr-5cm8),
  where a specially crafted LDAP query could make the server crash

##### Cleanups

- Split GraphQL queries and mutations into smaller modules
- Refactored configuration and user update logic
- Upgraded the Rust toolchain and shared dependencies

##### New services

- Apache WebDAV
- Continuwuity
- Gerrit
- Gogs
- Open WebUI
- OpenCloud
- Pocket ID
- Semaphore
- TrueNAS

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9sbGRhcCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
TrueCharts Bot
2026-05-01 08:01:33 +02:00
committed by GitHub
parent af5b6f1d02
commit 20296f00bd
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 0.6.2
appVersion: 0.6.3
dependencies:
- name: common
version: 29.1.6
@@ -38,5 +38,5 @@ sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/lldap
- https://hub.docker.com/r/nitnelave/lldap
type: application
version: 9.1.1
version: 9.1.2
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: docker.io/nitnelave/lldap
pullPolicy: IfNotPresent
tag: v0.6.2-debian@sha256:713f8f1c7bb769bdcc7dc86b48838ec23e45ce45ab31d562544959360e96c109
tag: v0.6.3-debian@sha256:2f208d7dc45d0b01648ab9c869fa6f65b843a8c9647e99dd929739f5a51a945b
securityContext:
container:
readOnlyRootFilesystem: false