feat(wekan): update image docker.io/wekanteam/wekan v8.40 → v8.42 (#46359)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wekanteam/wekan](https://redirect.github.com/wekan/wekan) | minor | `3e8a522` → `53c7b7e` | --- > [!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>wekan/wekan (docker.io/wekanteam/wekan)</summary> ### [`v8.42`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v842-2026-03-23-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v8.41...v8.42) This release fixes the following bugs: - [Fix SSO login is broken](https://redirect.github.com/wekan/wekan/commit/2dce7a84cd0ce011972d377a05f5b26ff12daba7). Thanks to sbaecker, vladimirdulov and xet7. Thanks to above GitHub users for their contributions and translators for their translations. ### [`v8.41`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v841-2026-03-23-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v8.40...v8.41) This release adds the following new features: - [Export Card to Excel. Part 2](https://redirect.github.com/wekan/wekan/commit/7de1b04ebc51269e37840e74ba8fa72eed59950e). Thanks to xet7. and adds the following updates: - [Replace useraccounts packages with communitypackages alternatives](https://redirect.github.com/wekan/wekan/pull/6195). Thanks to harryadel. - [Remove unused meteorhacks:aggregate for Meteor 3.0 migration](https://redirect.github.com/wekan/wekan/pull/6196). Thanks to harryadel. - [Replace Email.send with Email.sendAsync](https://redirect.github.com/wekan/wekan/pull/6197). Thanks to harryadel. and fixes the following bugs: - [Fixed 2nd new card should not have text of 1st card, it should be empty](https://redirect.github.com/wekan/wekan/commit/7b2128b3565ecf793a780980c71e5ab9cde0a3b2). Thanks to xet7. - [Fix: prevent cards from disappearing after dragging in List view](https://redirect.github.com/wekan/wekan/pull/6199). Thanks to KhaoulaMaleh. - [Fixed Board lost its member list or permissions](https://redirect.github.com/wekan/wekan/commit/3d6797a3058875eb531aa006935ab69825975afd). Thanks to marylinereumont, AymenHassini19, muabila and xet7. 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2VrYW4iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 8.40.0
|
||||
appVersion: 8.42.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.0
|
||||
@@ -43,5 +43,5 @@ sources:
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://wekan.github.io/
|
||||
type: application
|
||||
version: 20.4.0
|
||||
version: 20.5.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: docker.io/wekanteam/wekan
|
||||
tag: v8.40@sha256:3e8a522db4dfb9f0b2fe8235f0306600564091d8f72ff51cf0a435220b0536c4
|
||||
tag: v8.42@sha256:53c7b7e005fdb7dcbe415ef0137661fc061b5bc72790a4f0f9048c3f6e6e9cf9
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user