chore(helm): update image docker.io/wekanteam/wekan v7.91 → v7.92 (#36358)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wekanteam/wekan](https://redirect.github.com/wekan/wekan) | minor | `e22812c` -> `52b78fa` | --- > [!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>wekan/wekan (docker.io/wekanteam/wekan)</summary> ### [`v7.92`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v792-2025-06-12-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v7.91...v7.92) This release adds the following updates: - [Updated Docker build push action](https://redirect.github.com/wekan/wekan/pull/5795). Thanks to dependabot. - [Updated to MongoDB 6.0.24 at Snap Candidate](https://redirect.github.com/wekan/wekan/commit/6905e24199186274f37d8bbdfac313f957fdd54f). Thanks to MongoDB developers. - Updated dependencies. [Part 1](https://redirect.github.com/wekan/wekan/commit/7115c292c7066d8d00778fa738bb11c2db467895), [Part 2](https://redirect.github.com/wekan/wekan/commit/1f10c208744ec45e062db08a179b6e9a3b1bcd2e). Thanks to developers of dependencies. - [Upgrade to MongoDB 7.0.21](https://redirect.github.com/wekan/wekan/commit/d2f17ef1402335e4b3bd9de8864c68f97714febf). Thanks to MongoDB developers. - [Snap Candidate back to MongoDB 6.0.24, because 7.0.21 did not work](https://redirect.github.com/wekan/wekan/commit/985afafed0eb608fb95d4e54f846836b1fb0e800). Thanks to xet7. and fixes the following bugs: - [Allow selection of card text via webkit/user-select attributes](https://redirect.github.com/wekan/wekan/pull/5793). Thanks to walster001. - [Helm Chart: Fix: quote host names](https://redirect.github.com/wekan/charts/pull/41). Thanks to Atry. - [Fix: properly document /users/login API](https://redirect.github.com/wekan/wekan/pull/5801). Thanks to Atry. Thanks to above GitHub users for their contributions and translators for their translations. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 7.91.0
|
||||
appVersion: 7.92.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -44,5 +44,5 @@ sources:
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://wekan.github.io/
|
||||
type: application
|
||||
version: 16.33.5
|
||||
version: 16.34.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/wekanteam/wekan
|
||||
tag: v7.91@sha256:e22812c60cd741c7f07019f3c7d2c3905cf63014772038c9153f36b1b96d1f6c
|
||||
tag: v7.92@sha256:52b78faaa95b9c0731999661b8d87f3084e7dc712549273d3717e113f2281008
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user