chore(deps): update container image wekanteam/wekan to v7.49@f2f15a7 by renovate (#23187)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wekanteam/wekan](https://togithub.com/wekan/wekan) | minor | `v7.48` -> `v7.49` | --- > [!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.49`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v749-2024-06-11-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.48...v7.49) This release adds the following updates: - [WeKan new release version number from wiki to WeKan repo docs](e5c7650fc8
). Thanks to xet7. - Updated dependencies. [Part 1](https://togithub.com/wekan/wekan/pull/5430), [Part 2](https://togithub.com/wekan/wekan/pull/5441). Thanks to dependabot. and fixes the following bugs: - [Bugfix: Strikethrough inactive Teams and orginizations logic was inverted](https://togithub.com/wekan/wekan/pull/5435). Thanks to Hekatomb. - [Changed back to original icon of Edit Description](e3214c874e
). Thanks to saschafoerster, C0rn3j and xet7. - [Fill out Org and Team in adminReports](https://togithub.com/wekan/wekan/pull/5440). Thanks to Hekatomb. 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQwMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
6ba18d8b5f
commit
a7dcbe52f4
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 7.48.0
|
||||
appVersion: 7.49.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.0.1
|
||||
|
@ -42,4 +42,4 @@ sources:
|
|||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://wekan.github.io/
|
||||
type: application
|
||||
version: 16.2.1
|
||||
version: 16.3.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: wekanteam/wekan
|
||||
tag: v7.48@sha256:a88349ff3f4ba70cbc6d9242a8789880b4396b6ecf5cded9eadcec251d04ce00
|
||||
tag: v7.49@sha256:f2f15a7436c2f310d5bd7f88c54f3be4ea56caa8aab48692c66323a8f3ada89d
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue