chore(helm): update image docker.io/nitnelave/lldap v0.6.0 → v0.6.1 (#29737)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/nitnelave/lldap](https://redirect.github.com/lldap/lldap) | patch | `f8b3760` -> `9a2e461` | --- > [!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.1`](https://redirect.github.com/lldap/lldap/releases/tag/v0.6.1) [Compare Source](https://redirect.github.com/lldap/lldap/compare/v0.6.0...v0.6.1) Small release, mainly to fix a migration issue with Sqlite and Postgresql. ##### Added - Added a link to a community terraform provider ([#​1035](https://redirect.github.com/lldap/lldap/issues/1035)) ##### Changed - The opaque dependency now points to the official crate rather than a fork ([#​1040](https://redirect.github.com/lldap/lldap/issues/1040)) ##### Fixed - Migration of the DB schema from 7 to 8 is now automatic for sqlite, and fixed for postgres ([#​1045](https://redirect.github.com/lldap/lldap/issues/1045)) - The startup warning about `key_seed` applying instead of `key_file` now has instructions on how to silence it ([#​1032](https://redirect.github.com/lldap/lldap/issues/1032)) ##### New services - OneDev ##### New Contributors - [@​traverseda](https://redirect.github.com/traverseda) made their first contribution in [https://github.com/lldap/lldap/pull/1036](https://redirect.github.com/lldap/lldap/pull/1036) - [@​tasansga](https://redirect.github.com/tasansga) made their first contribution in [https://github.com/lldap/lldap/pull/1035](https://redirect.github.com/lldap/lldap/pull/1035) - [@​jduepmeier](https://redirect.github.com/jduepmeier) made their first contribution in [https://github.com/lldap/lldap/pull/1040](https://redirect.github.com/lldap/lldap/pull/1040) - [@​xeoneox](https://redirect.github.com/xeoneox) made their first contribution in [https://github.com/lldap/lldap/pull/1041](https://redirect.github.com/lldap/lldap/pull/1041) **Full Changelog**: https://github.com/lldap/lldap/compare/v0.6.0...v0.6.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.6.0
|
||||
appVersion: 0.6.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.7
|
||||
@@ -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.3.1
|
||||
version: 7.3.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/nitnelave/lldap
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.6.0-debian@sha256:f8b3760c648a908b2dfa9755052a8a70e725ff4d1d606f43f1f28d8660f368c4
|
||||
tag: v0.6.1-debian@sha256:9a2e4619787961ef12268dc7cbe3fc3afb5f70a93e356ec602125779f61f0288
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user