chore(helm): update image docker.io/wekanteam/wekan v8.08 → v8.11 (#40947)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wekanteam/wekan](https://redirect.github.com/wekan/wekan) | minor | `2b60a04` -> `d140718` | --- > [!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> ### [`v8.11`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v811-2025-10-21-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v8.10...v8.11) This release fixes the following bugs: - [Fix due dates to use colors: red = overdue, amber = due soon, no shade = not due yet](https://redirect.github.com/wekan/wekan/commit/1aa0d849775fbd0dfc83fa8e4cdca84d22a15042). Thanks to xet7. - [Fix My Due Cards to be sorted by due date, oldest first](https://redirect.github.com/wekan/wekan/commit/a540b12895520f398bce10bd244f733d221975d4). Thanks to xet7. - [Verify that due background colors are correct also at My Due Cards](https://redirect.github.com/wekan/wekan/commit/665c9b5e522e73115a1515ced066037110db84e1). Thanks to xet7. - [Fix Regression - due date taking a while to load all cards v8.06](https://redirect.github.com/wekan/wekan/commit/347fa9e5cd89d064ebb8ab544e20a41f52206db6). Thanks to xet7. - Fix duplicated lists. [Part 1](https://redirect.github.com/wekan/wekan/commit/b6e7b258e0e8caecafc553dceb5771985992a0f9), [Part 2](https://redirect.github.com/wekan/wekan/commit/b7ca2310b2cdec7db204229b2d5b9f95b6da8c7d), [Part 3](https://redirect.github.com/wekan/wekan/commit/58df525b4915a99d0f603cc2536fd1fad1d20b29). Thanks to xet7. Thanks to above GitHub users for their contributions and translators for their translations. ### [`v8.10`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v810-2025-10-21-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v8.09...v8.10) This release fixes the following bugs: - [Prevent opened board re-migrating and reloading every 5 seconds](https://redirect.github.com/wekan/wekan/commit/4987a95d8e35fc4cd30010fd17722ee94037d7f2). Thanks to xet7. Thanks to above GitHub users for their contributions and translators for their translations. ### [`v8.09`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v809-2025-10-21-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v8.08...v8.09) This release fixes the following bugs: - [Fix Admin Panel / People editing and layout](https://redirect.github.com/wekan/wekan/commit/7a585a3dfb080af51f88669ea5928f715779cee4). Thanks to xet7. - [Fix upgrade to 8.08 duplicates lists](https://redirect.github.com/wekan/wekan/commit/c3a405222782a4a91eb8725faaa8309f0926dcc4). Thanks to 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 8.08.0
|
||||
appVersion: 8.11.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.26.1
|
||||
@@ -47,5 +47,5 @@ sources:
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://wekan.github.io/
|
||||
type: application
|
||||
version: 18.3.0
|
||||
version: 18.4.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/wekanteam/wekan
|
||||
tag: v8.08@sha256:2b60a048403832b8552d61e9a8a4190f311f6a8f5d02ec64a8f08e8ff992633d
|
||||
tag: v8.11@sha256:d140718447967cca96949dd40a84fd3acaa0d11ce18422c038e64769fb32b756
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user