chore(deps): update container image wekanteam/wekan to v7.53@d7cc548 by renovate (#24747)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wekanteam/wekan](https://togithub.com/wekan/wekan) | minor | `v7.52` -> `v7.53` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>wekan/wekan (wekanteam/wekan)</summary> ### [`v7.53`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v753-2024-08-03-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.52...v7.53) This release adds the following new features: - [Added Dragscroll to scroll the board](https://togithub.com/wekan/wekan/pull/5477). Click on an empty space in the board, hold the left mouse and move left and right to scroll the board easily. Thanks to mfilser. and adds the following updates: - [Updated release script: New install webpage location](https://togithub.com/wekan/wekan/commit/5e639a7c2d6dc1182ba95e44875ac8a6798a62be). Thanks to xet7. - [Updated dependencies](https://togithub.com/wekan/wekan/commit/3f9ae57144dc9befd674c784896d68b5db9df146). Thanks to developers of dependencies. - [Copied changes from wiki to docs](https://togithub.com/wekan/wekan/commit/aaca60b6760cc84b56a24fc15c93f23b4a34f06e). Thanks to xet7. - [Updated Snap Candidate to MongoDB 6.0.16](https://togithub.com/wekan/wekan/commit/1af1844f37d17f9f54ca358ccf0f44eed1dfbef4). Thanks to MongoDB developers. and fixes the following bugs: - [Board Menu Popup's were opened twice because of 2 same event creation](https://togithub.com/wekan/wekan/pull/5478). Thanks to mfilser. - [Fixing of "mode is undefined" on first activity component creation](https://togithub.com/wekan/wekan/pull/5479). Thanks to mfilser. - [Changing card color now closes the popup and doesn't refresh the whole board page](https://togithub.com/wekan/wekan/pull/5480). Thanks to mfilser. - [Fix dragscroll package name](https://togithub.com/wekan/wekan/commit/45674806d78fddb8a3b8a75890e5059cc1a680ea). Thanks to xet7. - [Reducing card size in database if no planning poker was started](https://togithub.com/wekan/wekan/pull/5481). Thanks to mfilser. 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xMiIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjEyIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 7.52.0
|
||||
appVersion: 7.53.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
@@ -41,4 +41,4 @@ sources:
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://wekan.github.io/
|
||||
type: application
|
||||
version: 16.8.0
|
||||
version: 16.9.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: wekanteam/wekan
|
||||
tag: v7.52@sha256:66ff3b9be37e4b7d098b8936463be3e938ce07dd48184fe642b2f456f50a2456
|
||||
tag: v7.53@sha256:d7cc5483c7b5a9e333b09ba9a69419f0f895753dae9abb083866c23db8ea42e7
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user