mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 10:21:20 -03:00
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](0afbdc95b4). Thanks to xet7. and fixes the following bugs: - [Fix 8.16: Switching Board View fails with 403 error](550d87ac6c). Thanks to xet7. - [Moved migrations from opening board to right sidebar / Migrations](1b25d1d572). Thanks to xet7. - [Fix 8.16 Lists with no items are deleted every time when board is opened. Moved migrations to right sidebar](7713e613b4). Thanks to xet7. - [Remove old translations and code not in use anymore](ba49d4d140). Thanks to xet7. - [Fixed sidebar migrations to be per-board, not global. Clarified translations](e4638d5fbc). Thanks to xet7. - [Fix star board](8711b476be). Thanks to xet7. - [Fix Card emoji issues](e5e711c938). Thanks to xet7. - [Try to fix Edit Custom Fields button not working. Removed duplicate option from Boards Settings](20af0a2ef5). Thanks to xet7. - [Fix Regression - calendar popup to set due date has gone](581733d605). Thanks to xet7. - [Remove not working Bookmark menu option](c829c073cf). Thanks to xet7. - [Fix Workspaces at All Boards to have correct count of remaining etc, while starred also at Starred/Favorites](6244657ca5). Thanks to xet7. - [Fix Worker Permissions does not allow for cards to be moved. - v8.15. Removed buttons Worker should not use](18003900c2). 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