feat(wekan): update image docker.io/wekanteam/wekan v9.15 → v9.17 (#48077)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wekanteam/wekan](https://redirect.github.com/wekan/wekan) | minor | `ec8ea09` → `eec85c3` | --- > [!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.17`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v917-2026-05-10-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v9.16...v9.17) This fixes the following bugs: - [Try to fix Parallel Snap MongoDB ports](https://redirect.github.com/wekan/wekan/commit/31bcf947cb58339784a104126940508359cebabe). Thanks to xet7. Thanks to above GitHub users for their contributions and translators for their translations. ### [`v9.16`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v916-2026-05-09-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v9.15...v9.16) This release adds the following updates: - [Bump fast-uri from 3.1.1 to 3.1.2](https://redirect.github.com/wekan/wekan/pull/6335). Thanks to dependabot. and fixes the following bugs: - [Fix login and register to not require page reload by adding router fallback](https://redirect.github.com/wekan/wekan/commit/c52f2481d3d120a2f1c9ad58d7b5f47444510293). Thanks to xet7. - [Temporary fix to https://github.com/jamauro/offline/issues/27, waiting for new jam:offline version](https://redirect.github.com/wekan/wekan/commit/cb32b1158616a707f04bc068ce1d5a9d4f616455). Thanks to xet7. - [Fixed uploading attachment to card](https://redirect.github.com/wekan/wekan/commit/cea6aee0389638afec9906c4431bbb36c9c8f0c8). Thanks to xet7. - [Fix Parallel Snap MongoDB port and paths, that worked at WeKan 9.07 but later broke](https://redirect.github.com/wekan/wekan/commit/c7f9c955966e3a165d76960625e422b220edaff7). 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.15.0
|
||||
appVersion: 9.17.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.3.1
|
||||
version: 21.4.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: docker.io/wekanteam/wekan
|
||||
tag: v9.15@sha256:ec8ea09ff5d8b51d6b1b6e3ca9f4f47538ca3c2356fa7d395c9c0929d4943cb4
|
||||
tag: v9.17@sha256:eec85c366fb22edb5d9f325fff1852bcd54ea3eac9cea899b7892e20d8ec5eb7
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user