feat(wekan): update image docker.io/wekanteam/wekan v9.21 → v9.22 (#48324)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wekanteam/wekan](https://redirect.github.com/wekan/wekan) | minor | `1f6fab6` → `94c8f5b` | --- > [!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> ### [`v9.22`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v922-2026-05-18-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v9.21...v9.22) This release adds the following new features: - [Script for upgrading Docker WeKan from old version to new version](https://redirect.github.com/wekan/wekan/commit/0b9d33cac493ff8345f3e79333b44a345e5e0b61). Thanks to xet7. - [Added backup-all.sh script](https://redirect.github.com/wekan/wekan/commit/d486eb2a8f8192fbd318510117afa8afbe00185c). Thanks to xet7. - [Backup also attachments and avatars](https://redirect.github.com/wekan/wekan/commit/46e67512aceb7614998186f87f79af78d8f01527). Thanks to xet7. and adds the following updates: - [Docs: Added link to Meteor Security](https://redirect.github.com/wekan/wekan/commit/2474ff15d6950615d54098aa6cd91f1005594d6a). Thanks to xet7. and fixes the following bugs: - [Use only oplog sockjs so that multitenancy works](https://redirect.github.com/wekan/wekan/commit/7b88f4c21a05810966e49833b393f4bd02d70d47). Thanks to xet7. - [Script to executeable](https://redirect.github.com/wekan/wekan/commit/7496d994e159a6640d285c8e2e0bcd96f93635b4). Thanks to xet7. - [Fixed path](https://redirect.github.com/wekan/wekan/commit/8f574799e2e4da956429a131c2667a483c28e7a6). Thanks to xet7. - [Fix minicard drag handle to be below minicard menu. Not at top of minicard menu anymore](https://redirect.github.com/wekan/wekan/commit/95ad27e0df0c08c59aa3df486cbb5cdb0f87a7e7). Thanks to xet7. Thanks to above GitHub users for their contributions and translators for their translations. </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC93ZWthbiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 9.21.0
|
||||
appVersion: 9.22.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -44,5 +44,5 @@ sources:
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://wekan.github.io/
|
||||
type: application
|
||||
version: 21.10.0
|
||||
version: 21.11.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: docker.io/wekanteam/wekan
|
||||
tag: v9.21@sha256:1f6fab6abd73a928f6a2d8536bab0bd354be7556921abd821ff9648e22cafbaa
|
||||
tag: v9.22@sha256:94c8f5b4be91b6eeb062d4dbc6a16eb9b67df68ddcc43b63ec4fdb63c59a79ae
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user