chore(deps): update container image wekanteam/wekan to v7.38@78f2b9b by renovate (#19129)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wekanteam/wekan](https://togithub.com/wekan/wekan) | minor | `v7.35` -> `v7.38` | --- > [!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.38`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v738-2024-03-10-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.37...v7.38) This release adds the following new features: - [Added docs wikis to WeKan repo directory docs, to make possible to send PRs](73ae73d4c3
). Thanks to e-gaulue, C0rn3j and xet7. - [Added script to count lines of code changed per committer email address, because GitHub removed that feature from web UI](835e33bf09
). Thanks to bgwines and xet7. - [Add info about GitHub top committers at Finland](ef5b888779
). Thanks to xet7. and adds the following updates: - [Updated contributing to wiki](8ba3a05648
). Thanks to xet7. - [Upgraded to MongoDB 6.0.14 at Snap Candidate](07d6c1e514
). Thanks to MongoDB developers. and tried to fix the following bugs: - [Fix error during delete](https://togithub.com/wekan/wekan/pull/5336). Thanks to xator91. - [Fixed text below custom login logo not visible](00bbc26698
). Thanks to xet7. - [Fixed In RTL, hamburger needs margin](abd3c95dfa
). Thanks to mohammadZahedian and xet7. Thanks to above GitHub users for their contributions and translators for their translations. ### [`v7.37`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v737-2024-03-07-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.36...v7.37) This release fixes the following bugs: - [Fixed API get swimlane cards wrong order. Please test](7beced1e68
). Thanks to mohammadZahedian, xator91 and xet7. - [Fixed API get_all_cards doesn't return SwimlaneId. Please test](ffafb30b9b
). Thanks to mohammadZahedian, xator91 and xet7. Thanks to above GitHub users for their contributions and translators for their translations. ### [`v7.36`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v736-2024-03-06-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.35...v7.36) This release adds the following features: - [api.py: checklistid, checklistinfo, get_list_cards_count and get_board_cards_count](https://togithub.com/wekan/wekan/pull/5326). Thanks to xator91. and fixes the following bugs: - [Fixed Card image cover should be margin-top:6px since hamburger menu and due date at the top](747bc4c088
). Thanks to e-gaulue and xet7. - [Try to fix API get cards wrong order. Please test](c570405d02
). Thanks to mohammadZahedian, xator91 and xet7. Thanks to above GitHub users for their contributions and translators for their translations. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
de7c3354dd
commit
39471cfdae
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 7.35.0
|
||||
appVersion: 7.38.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 19.0.0
|
||||
|
@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png
|
|||
keywords:
|
||||
- wekan
|
||||
- kanban
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -42,4 +42,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/wekan
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
type: application
|
||||
version: 14.6.1
|
||||
version: 14.7.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: wekanteam/wekan
|
||||
tag: v7.35@sha256:2df54dc245796e59c8ed3db16df470b1a73862cb70ae6479b0fe175fdad8fe49
|
||||
tag: v7.38@sha256:78f2b9bda70c7a9bfb316c018635c172765576271cada5331b82ce3e3c844b3e
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue