Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update ghcr.io/lldap/lldap ( v0.5.0 → v0.6.0 ) #7594

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/lldap/lldap minor v0.5.0 -> v0.6.0

Release Notes

lldap/lldap (ghcr.io/lldap/lldap)

v0.6.0

Compare Source

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 (#​704)
Added
  • Custom attributes are now supported (#​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 @​pixelrazor and @​bojidar-bg for their help with the UI.
  • Custom object classes (for all users/groups) can now be added (#​833)
  • Barebones support for Paged Results Control (no paging, no respect for windows, but a correct response with all the results) (#​698)
  • A daily docker image is tagged and released. (#​613)
  • A bootstrap script allows reading the list of users/groups from a file and making sure the server contains exactly the same thing. (#​654)
  • Make it possible to serve lldap behind a sub-path in (#​752)
  • LLDAP can now be found on a custom package repository for opensuse, fedora, ubuntu, debian and centos (Repository link). Thanks @​Masgalor for setting it up and maintaining it.
  • There's now an option to force reset the admin password (#​748) optionally on every restart (#​959)
  • There's a rootless docker container (#​755)
  • entryDN is now supported (#​780)
  • Unknown LDAP controls are now detected and ignored (#​787, #​799)
  • A community-developed CLI for scripting (#​793)
  • Added a way to print raw logs to debug long-running sessions (#​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 (#​666)
  • Better error messages (and exit code (#​745)) when changing the private key (#​778, #​1008), using the wrong SMTP port (#​970), using the wrong env variables (#​972)
  • Allow member= filters with plain user names (not full DNs) (#​949)
  • Correctly detect and refuse anonymous binds (#​974)
  • Clearer logging (#​971, #​981, #​982)
Fixed
  • Logging out applies globally, not just in the local browser. (#​721)
  • It's no longer possible to create the same user twice (#​745)
  • Fix wide substring filters (#​738)
  • Don't log the database password if provided in the connection URL (#​735)
  • Fix a panic when postgres uses a different collation (#​821)
  • The UI now defaults to the user ID for users with no display names (#​843)
  • Fix searching for users with more than one memberOf filter (#​872)
  • Fix compilation on Windows (#​932) and Illumos (#​964)
  • The UI now correctly detects whether password resets are enabled. (#​753)
  • Fix a missing lowercasing of username when changing passwords through LDAP (#​1012)
  • Fix SQLite writers erroring when racing (#​1021)
  • LDAP sessions no longer buffer their logs until unbind, causing memory leaks (#​1025)
Performance
  • Only expand attributes once per query, not per result (#​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 (#​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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource | package             | from   | to     |
| ---------- | ------------------- | ------ | ------ |
| docker     | ghcr.io/lldap/lldap | v0.5.0 | v0.6.0 |
@rosey-the-renovator-bot
Copy link
Contributor

--- kubernetes/main/apps/auth/lldap/app Kustomization: flux-system/auth-lldap HelmRelease: auth/lldap

+++ kubernetes/main/apps/auth/lldap/app Kustomization: flux-system/auth-lldap HelmRelease: auth/lldap

@@ -48,13 +48,13 @@

               TZ: America/New_York
             envFrom:
             - secretRef:
                 name: lldap
             image:
               repository: ghcr.io/lldap/lldap
-              tag: v0.5.0@sha256:f0f5d92cd6c6dca9415993cfc57919f0618e87090b323a98c1536975860fa45a
+              tag: v0.6.0@sha256:7eb344f0a61bdc212e7ed19e8d684a1c44b3882b2c18fc4f26a82860edb7fc46
             resources:
               limits:
                 memory: 500Mi
               requests:
                 cpu: 100m
                 memory: 500Mi

@rosey-the-renovator-bot
Copy link
Contributor

--- HelmRelease: auth/lldap Deployment: auth/lldap

+++ HelmRelease: auth/lldap Deployment: auth/lldap

@@ -74,13 +74,13 @@

           value: 'true'
         - name: TZ
           value: America/New_York
         envFrom:
         - secretRef:
             name: lldap
-        image: ghcr.io/lldap/lldap:v0.5.0@sha256:f0f5d92cd6c6dca9415993cfc57919f0618e87090b323a98c1536975860fa45a
+        image: ghcr.io/lldap/lldap:v0.6.0@sha256:7eb344f0a61bdc212e7ed19e8d684a1c44b3882b2c18fc4f26a82860edb7fc46
         name: main
         resources:
           limits:
             memory: 500Mi
           requests:
             cpu: 100m

@rosey-the-renovator-bot rosey-the-renovator-bot bot merged commit a4f6dc5 into main Nov 10, 2024
16 checks passed
@renovate renovate bot deleted the renovate/ghcr.io-lldap-lldap-0.x branch November 10, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants