mirror of
https://github.com/truecharts/charts.git
synced 2026-07-09 19:31:23 -03:00
feat(wekan): update image docker.io/wekanteam/wekan v8.19 → v8.20 (#43690)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wekanteam/wekan](https://redirect.github.com/wekan/wekan) | minor | `b929cd2` -> `56ef07f` | --- > [!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.20`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v820-2026-01-16-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v8.19...v8.20) This release fixes the following CRITICAL SECURITY ISSUES of [Snowbleed](https://wekan.fi/hall-of-fame/snowbleed/): - [Security Fix 1: There was not enough permission checks. Moved migrations to Admin Panel/Settings/Cron](cbb1cd78de). Thanks to [Joshua Rogers](https://joshua.hu) of [Aisle Research](https://aisle.com) and xet7. and adds the following features: - [Added back feature: Toggle Drag Handles. Improved positions of Add List etc buttons](5cb712bee4). Thanks to xet7. and adds the following updates: - [Updated dependencies](https://redirect.github.com/wekan/wekan/pull/6059). Thanks to dependabot. - [Updated dependencies and published as @​wekanteam npm packages to npmjs.com](a9a89b501a). Thanks to xet7. - Added FerretDB2/PostgreSQL Docs. [Part 1](9fb1aeb827), [Part 2](f198421f10), [Part 3](9431b2d530), [Part 4](ffd37b9fd9). Thanks to juri\_ at WeKan Libera.Chat IRC and xet7. - [Added s390x firewall Docs](ec7c0e6dc3). Thanks to xet7. - Updated GitHub issue templates. [Part 1](bd37b88e4d), [Part 2](cf6e691498), [Part 3](4a658dc02a). Thanks to xet7. - [Migrate kadira:flow-router to ostrio:flow-router-extra](https://redirect.github.com/wekan/wekan/pull/6067), related to Meteor 3 upgrades. Thanks to harryadel. - [Some fixes to make WeKan working after Meteor 3 related router upgrades](984a2dcec1). Thanks to xet7. and fixes the following bugs: - [Fix attachment download error with non-ASCII filenames](https://redirect.github.com/wekan/wekan/pull/6056). Thanks to brlin-tw. - [Swimlane drag button position improvements](376a30f8a9). Thanks to TDSCDMA and xet7. - [Removed extra list borders](a4f8faa48e). Thanks to TDSCDMA and xet7. - [Add back button texts to Filter, Search, Board View and MultiSelection](dac7e17500). Thanks to audiocrush and xet7. - [Removed extra pipe character from UI](66e79d2df7). Thanks to xet7. - [Changed find.sh to not search from translations, because I'm trying to find code, not translations](58ae2b6c68). Thanks to xet7. - [Fixed Change Avatar. Improved Admin Panel: People columns order, selected tab background color. Fixed can not edit existing user at Admin Panel/People/People](07186e12a9). Thanks to xet7. - [Fix mentions and notifications drawer](20b5e2ab8f). Thanks to xet7. - Fix New Board Permissions: NormalAssignedOnly, CommentAssignedOnly, ReadOnly, ReadAssignedOnly. [Part 1](eabb6a239d). Thanks to nazim-oss and 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2VrYW4iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
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.19.0
|
||||
appVersion: 8.20.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.18
|
||||
@@ -46,5 +46,5 @@ sources:
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://wekan.github.io/
|
||||
type: application
|
||||
version: 18.13.2
|
||||
version: 18.14.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/wekanteam/wekan
|
||||
tag: v8.19@sha256:b929cd233f8f778f3159fc4658cb4ccb0101f3e50993866c3d236332e1c3cf1f
|
||||
tag: v8.20@sha256:56ef07f499f779a280a2faac7f5be4d834c9a484e57215c8175be79472e99812
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user