Skip to content

Commit

Permalink
chore(helm): update image docker.io/nitnelave/lldap v0.5.0 → v0.6.0 (#…
Browse files Browse the repository at this point in the history
…29075)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/nitnelave/lldap](https://redirect.github.com/lldap/lldap) |
minor | `049ee26` -> `f8b3760` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard 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.0`](https://redirect.github.com/lldap/lldap/releases/tag/v0.6.0)

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

Long-awaited release, with the flagship feature of custom attributes!
This unlock many integrations, notably Linux user management through
PAM.

Thanks to all the contributors who sent some code, some configuration
guide, reported a bug or otherwise helped the project!

##### Breaking

- The endpoint `/auth/reset/step1` is now `POST` instead of `GET`
([#&#8203;704](https://redirect.github.com/lldap/lldap/issues/704))

##### Added

- Custom attributes are now supported
([#&#8203;67](https://redirect.github.com/lldap/lldap/issues/67)) ! You
can add new fields (string, integers, JPEG or dates) to users and query
them. That unlocks many integrations with other services, and allows for
a deeper/more customized integration. Special thanks to
[@&#8203;pixelrazor](https://redirect.github.com/pixelrazor) and
[@&#8203;bojidar-bg](https://redirect.github.com/bojidar-bg) for their
help with the UI.
- Custom object classes (for all users/groups) can now be added
([#&#8203;833](https://redirect.github.com/lldap/lldap/issues/833))
- Barebones support for Paged Results Control (no paging, no respect for
windows, but a correct response with all the results)
([#&#8203;698](https://redirect.github.com/lldap/lldap/issues/698))
- A daily docker image is tagged and released.
([#&#8203;613](https://redirect.github.com/lldap/lldap/issues/613))
- A bootstrap script allows reading the list of users/groups from a file
and making sure the server contains exactly the same thing.
([#&#8203;654](https://redirect.github.com/lldap/lldap/issues/654))
- Make it possible to serve lldap behind a sub-path in
([#&#8203;752](https://redirect.github.com/lldap/lldap/issues/752))
- LLDAP can now be found on a custom package repository for opensuse,
fedora, ubuntu, debian and centos ([Repository
link](https://software.opensuse.org//download.html?project=home%3AMasgalor%3ALLDAP\&package=lldap)).
Thanks [@&#8203;Masgalor](https://redirect.github.com/Masgalor) for
setting it up and maintaining it.
- There's now an option to force reset the admin password
([#&#8203;748](https://redirect.github.com/lldap/lldap/issues/748))
optionally on every restart
([#&#8203;959](https://redirect.github.com/lldap/lldap/issues/959))
- There's a rootless docker container
([#&#8203;755](https://redirect.github.com/lldap/lldap/issues/755))
- entryDN is now supported
([#&#8203;780](https://redirect.github.com/lldap/lldap/issues/780))
- Unknown LDAP controls are now detected and ignored
([#&#8203;787](https://redirect.github.com/lldap/lldap/issues/787),
[#&#8203;799](https://redirect.github.com/lldap/lldap/issues/799))
- A community-developed CLI for scripting
([#&#8203;793](https://redirect.github.com/lldap/lldap/issues/793))
- Added a way to print raw logs to debug long-running sessions
([#&#8203;992](https://redirect.github.com/lldap/lldap/issues/992))

##### Changed

-   The official docker repository is now `lldap/lldap`
-   Removed password length limitation in lldap_set_password tool
- Group names and emails are now case insensitive, but keep their casing
([#&#8203;666](https://redirect.github.com/lldap/lldap/issues/666))
- Better error messages (and exit code
([#&#8203;745](https://redirect.github.com/lldap/lldap/issues/745)))
when changing the private key
([#&#8203;778](https://redirect.github.com/lldap/lldap/issues/778),
[#&#8203;1008](https://redirect.github.com/lldap/lldap/issues/1008)),
using the wrong SMTP port
([#&#8203;970](https://redirect.github.com/lldap/lldap/issues/970)),
using the wrong env variables
([#&#8203;972](https://redirect.github.com/lldap/lldap/issues/972))
- Allow `member=` filters with plain user names (not full DNs)
([#&#8203;949](https://redirect.github.com/lldap/lldap/issues/949))
- Correctly detect and refuse anonymous binds
([#&#8203;974](https://redirect.github.com/lldap/lldap/issues/974))
- Clearer logging
([#&#8203;971](https://redirect.github.com/lldap/lldap/issues/971),
[#&#8203;981](https://redirect.github.com/lldap/lldap/issues/981),
[#&#8203;982](https://redirect.github.com/lldap/lldap/issues/982))

##### Fixed

- Logging out applies globally, not just in the local browser.
([#&#8203;721](https://redirect.github.com/lldap/lldap/issues/721))
- It's no longer possible to create the same user twice
([#&#8203;745](https://redirect.github.com/lldap/lldap/issues/745))
- Fix wide substring filters
([#&#8203;738](https://redirect.github.com/lldap/lldap/issues/738))
- Don't log the database password if provided in the connection URL
([#&#8203;735](https://redirect.github.com/lldap/lldap/issues/735))
- Fix a panic when postgres uses a different collation
([#&#8203;821](https://redirect.github.com/lldap/lldap/issues/821))
- The UI now defaults to the user ID for users with no display names
([#&#8203;843](https://redirect.github.com/lldap/lldap/issues/843))
- Fix searching for users with more than one `memberOf` filter
([#&#8203;872](https://redirect.github.com/lldap/lldap/issues/872))
- Fix compilation on Windows
([#&#8203;932](https://redirect.github.com/lldap/lldap/issues/932)) and
Illumos
([#&#8203;964](https://redirect.github.com/lldap/lldap/issues/964))
- The UI now correctly detects whether password resets are enabled.
([#&#8203;753](https://redirect.github.com/lldap/lldap/issues/753))
- Fix a missing lowercasing of username when changing passwords through
LDAP
([#&#8203;1012](https://redirect.github.com/lldap/lldap/issues/1012))
- Fix SQLite writers erroring when racing
([#&#8203;1021](https://redirect.github.com/lldap/lldap/issues/1021))
- LDAP sessions no longer buffer their logs until unbind, causing memory
leaks
([#&#8203;1025](https://redirect.github.com/lldap/lldap/issues/1025))

##### Performance

- Only expand attributes once per query, not per result
([#&#8203;687](https://redirect.github.com/lldap/lldap/issues/687))

##### Security

- When asked to send a password reset to an unknown email, sleep for 3
seconds and don't print the email in the error
([#&#8203;887](https://redirect.github.com/lldap/lldap/issues/887))

##### New services

Linux user accounts can now be managed by LLDAP, using PAM and nslcd.

-   Apereo CAS server
-   Carpal
-   Gitlab
-   Grocy
-   Harbor
-   Home Assistant
-   Jenkins
-   Kasm
-   Maddy
-   Mastodon
-   Metabase
-   MegaRAC-BMC
-   Netbox
-   OCIS
-   Prosody
-   Radicale
-   SonarQube
-   Traccar
-   Zitadel

</details>

---

### Configuration

📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
  • Loading branch information
truecharts-admin authored Nov 10, 2024
1 parent 32a3f42 commit 70c0336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/stable/lldap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.5.0
appVersion: 0.6.0
dependencies:
- name: common
version: 25.1.5
Expand Down Expand Up @@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/lldap
- https://hub.docker.com/r/nitnelave/lldap
type: application
version: 7.2.1
version: 7.3.0
2 changes: 1 addition & 1 deletion charts/stable/lldap/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker.io/nitnelave/lldap
pullPolicy: IfNotPresent
tag: v0.5.0-debian@sha256:049ee263b477065f849b999ba42adace8b406539cc98eb297d6de7e40041944a
tag: v0.6.0-debian@sha256:f8b3760c648a908b2dfa9755052a8a70e725ff4d1d606f43f1f28d8660f368c4
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down

0 comments on commit 70c0336

Please sign in to comment.