feat(wekan): update image docker.io/wekanteam/wekan v9.06 → v9.07 (#47831)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wekanteam/wekan](https://redirect.github.com/wekan/wekan) | minor | `ed78206` → `9b4e8ad` | --- > [!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.07`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v907-2026-05-02-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v9.06...v9.07) This release fixes the following CRITICAL SECURITY ISSUES of [AvatarBleed](https://wekan.fi/hall-of-fame/avatarbleed/): - [Fix avatars rce](https://redirect.github.com/wekan/wekan/commit/a4c74a5980e9f778eb444fd346f32aa3d16786a9). Thanks to Trung Nguyen from CyStack Security and xet7. and fixes the following bugs: - [Fix CleanDark theme](https://redirect.github.com/wekan/wekan/pull/6324). Thanks to stegoh. 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.06.0
|
||||
appVersion: 9.07.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.2.8
|
||||
@@ -44,5 +44,5 @@ sources:
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://wekan.github.io/
|
||||
type: application
|
||||
version: 21.0.0
|
||||
version: 21.1.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: docker.io/wekanteam/wekan
|
||||
tag: v9.06@sha256:ed78206fec986dbc396547643ebe28912c13b941d189b0689cb3509f6cf73a90
|
||||
tag: v9.07@sha256:9b4e8ad22dd1bd69ac914eb605c2653f80a323ef9eebb63d07889ae4cbdc1507
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user