chore(deps): update container image wekanteam/wekan to v7.58@bc387de by renovate (#25921)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wekanteam/wekan](https://redirect.github.com/wekan/wekan) | minor | `v7.56` -> `v7.58` | --- > [!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.58`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v758-2024-09-04-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v7.57...v7.58) This release tries to fix the following bugs: - [Try to fix apparrmor denied in syslog at Snap Candidate](a6c8833f65
). Thanks to webenefits and xet7. Thanks to above GitHub users for their contributions and translators for their translations. ### [`v7.57`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v757-2024-09-04-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v7.56...v7.57) This release adds the following updates: - [Rework fix for mobile devices to incorporate all themes/list headers](https://redirect.github.com/wekan/wekan/pull/5517). Thanks to walster001. - [Update templates to use label instead of span](https://redirect.github.com/wekan/wekan/pull/5519). Thanks to novashdima. - [Large updates to UI CSS](https://redirect.github.com/wekan/wekan/pull/5523). Thanks to walster001. - [Updated dependencies](1610eff0e9
). Thanks to developers of dependencies. 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:eyJjcmVhdGVkSW5WZXIiOiIzOC42Ny4yIiwidXBkYXRlZEluVmVyIjoiMzguNjcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
770f090a93
commit
a3b11f6e37
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 7.56.0
|
||||
appVersion: 7.58.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.14
|
||||
|
@ -41,4 +41,4 @@ sources:
|
|||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://wekan.github.io/
|
||||
type: application
|
||||
version: 16.12.1
|
||||
version: 16.13.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: wekanteam/wekan
|
||||
tag: v7.56@sha256:ef0717e68f34db53cadcdb8b91d09a61b5619bfff34f98ac6b77b2fed36ef0a5
|
||||
tag: v7.58@sha256:bc387dec7eba6019c041d5232d3c9dec5b94f23a386585e9df8a85beadd057f3
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue