chore(helm): update image docker.io/wekanteam/wekan v8.16 → v8.17 (#41474)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wekanteam/wekan](https://redirect.github.com/wekan/wekan) | minor | `bc18efd` -> `3cf0176` | --- > [!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.17`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v817-2025-11-06-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v8.16...v8.17) This release adds the following new feature: - [Feature: Workspaces, at All Boards page](https://redirect.github.com/wekan/wekan/commit/0afbdc95b49537e06b4f9cf98f51a669ef249384). Thanks to xet7. and fixes the following bugs: - [Fix 8.16: Switching Board View fails with 403 error](https://redirect.github.com/wekan/wekan/commit/550d87ac6cb3ec946600616485afdbd242983ab4). Thanks to xet7. - [Moved migrations from opening board to right sidebar / Migrations](https://redirect.github.com/wekan/wekan/commit/1b25d1d5720d4f486a10d2acce37e315cf9b6057). Thanks to xet7. - [Fix 8.16 Lists with no items are deleted every time when board is opened. Moved migrations to right sidebar](https://redirect.github.com/wekan/wekan/commit/7713e613b431e44dc13cee72e7a1e5f031473fa6). Thanks to xet7. - [Remove old translations and code not in use anymore](https://redirect.github.com/wekan/wekan/commit/ba49d4d140bc0d4cfb5a96db9ab077bc85db58f1). Thanks to xet7. - [Fixed sidebar migrations to be per-board, not global. Clarified translations](https://redirect.github.com/wekan/wekan/commit/e4638d5fbcbe004ac393462331805cac3ba25097). Thanks to xet7. - [Fix star board](https://redirect.github.com/wekan/wekan/commit/8711b476be30496b96b845529b5717bb6e685c27). Thanks to xet7. - [Fix Card emoji issues](https://redirect.github.com/wekan/wekan/commit/e5e711c938edcca23c974c3eec97296898bcf24e). Thanks to xet7. - [Try to fix Edit Custom Fields button not working. Removed duplicate option from Boards Settings](https://redirect.github.com/wekan/wekan/commit/20af0a2ef55b11e7205845859ee92a929616ce91). Thanks to xet7. - [Fix Regression - calendar popup to set due date has gone](https://redirect.github.com/wekan/wekan/commit/581733d605b7e0494e72229c45947cff134f6dd6). Thanks to xet7. - [Remove not working Bookmark menu option](https://redirect.github.com/wekan/wekan/commit/c829c073cf822e48b7cd84bbfb79d42867412517). Thanks to xet7. - [Fix Workspaces at All Boards to have correct count of remaining etc, while starred also at Starred/Favorites](https://redirect.github.com/wekan/wekan/commit/6244657ca53a54646ec01e702851a51d89bd0d55). Thanks to xet7. - [Fix Worker Permissions does not allow for cards to be moved. - v8.15. Removed buttons Worker should not use](https://redirect.github.com/wekan/wekan/commit/18003900c2d497c129793d1653d4d9872a2f19da). 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.16.0
|
||||
appVersion: 8.17.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.26.3
|
||||
@@ -41,10 +41,11 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: wekan
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wekan
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wekan
|
||||
- https://github.com/wekan/wekan
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://wekan.github.io/
|
||||
type: application
|
||||
version: 18.6.2
|
||||
version: 18.7.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/wekanteam/wekan
|
||||
tag: v8.16@sha256:bc18efdee3fdbcc50d97c950b2333ba618dcfd0bf74a02ff6e074998d10e56ca
|
||||
tag: v8.17@sha256:3cf0176f1b4b22d3273dbe93841cc673791b6e9a8d6347cb6ceffb8866f20745
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user