feat(wekan): update image docker.io/wekanteam/wekan v8.24 → v8.25 (#44274)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wekanteam/wekan](https://redirect.github.com/wekan/wekan) | minor | `f8b8afa` -> `ac4a613` | --- > [!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.25`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v825-2026-01-28-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v8.24...v8.25) This release fixes the following CRITICAL SECURITY ISSUES of [Floppybleed](https://wekan.fi/hall-of-fame/floppybleed/): - [Fix Filebleed of Floppybleed](https://redirect.github.com/wekan/wekan/commit/a419d831a408f251c798f5410375b20afd98c04b). Thanks to Luke Hebenstreit Twitter lheben\_ and xet7. and adds the following updates: - [Updated code counts](https://redirect.github.com/wekan/wekan/commit/2f25f47d0ba4c7f543264cd7fe2ed117ab0ec9ee). Thanks to xet7. - Updated FerretDB 2 / PostgreSQL docs location. [Part 1](https://redirect.github.com/wekan/wekan/commit/710d522e069b7521b6c2ec4f93f1491a897cf2b4), [Part 2](https://redirect.github.com/wekan/wekan/commit/0ede9d6d93a688f24fc36c0c456e184a0aa6af8c), [Part 3](https://redirect.github.com/wekan/wekan/commit/bf5d50e8a9fce327a16b069932fa3e13c6d81978). Thanks to xet7. - [Updated Dockerfile](https://redirect.github.com/wekan/wekan/commit/d298ab7486d489d353fc410232a9dcdd68501c72). Thanks to xet7. - Docker for Linux amd64/arm64/s390x. [Part 1](https://redirect.github.com/wekan/wekan/commit/38711f0a29bf37d1e0a3fd9c8a9bcfb2442934b3), [Part 2](https://redirect.github.com/wekan/wekan/commit/e72019fa55ef6142767fd83e928bf2a0a966f9e6), [Part 3](https://redirect.github.com/wekan/wekan/commit/b2c7c7f55b5136bc91251cd57125316ec622d4a3), [Part 4](https://redirect.github.com/wekan/wekan/commit/98e5adfba80ee935b2a1293851d88812ad707b78), [Part 5](https://redirect.github.com/wekan/wekan/commit/60846a44959d46262672c6a3048bd76d829c03bf), [Part 6](https://redirect.github.com/wekan/wekan/commit/7ff174cf660f43dfbb471b29d75820f527771bbd). Thanks to xet7. - [Most Unicode Icons back to Font Awesome 4.7 for better accessibility. Less always visible buttons, More at ☰ Mnu](https://redirect.github.com/wekan/wekan/commit/7ad04f45353e1628881fec310caedf7625a34d4d). Thanks to xet7. - [Updated to MongoDB 7.0.29 at Snap Candidate](https://redirect.github.com/wekan/wekan/commit/ac70fe28488c09364133a65fbc80f5a819a1e4bf). Thanks to developers of MongoDB. - [Updated to MongoDB 7.0.29 at Helm Charts](https://redirect.github.com/wekan/charts/commit/8169739260b6f104c4d011dac5a4bf5485db8b45). Thanks to developers of MongoDB. and fixes the following bugs: - [Fix autofocus](https://redirect.github.com/wekan/wekan/commit/440f553de0baf460acc891ee5864f84bb982104a). 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: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.24.0
|
||||
appVersion: 8.25.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.40
|
||||
@@ -46,5 +46,5 @@ sources:
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://wekan.github.io/
|
||||
type: application
|
||||
version: 18.18.6
|
||||
version: 18.19.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/wekanteam/wekan
|
||||
tag: v8.24@sha256:f8b8afa4ebdbad40a5a95a2fe283d7a7bcbfccad94e72143f14dad8f09d88a50
|
||||
tag: v8.25@sha256:ac4a613ff2b9e25785303368badec4a4c9d132814d7a96017cb391305727301e
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user