chore(deps): update container image wekanteam/wekan to v7.39@dd6c527 by renovate (#19366)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wekanteam/wekan](https://togithub.com/wekan/wekan) | minor | `v7.38` -> `v7.39` | --- > [!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.39`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v739-2024-03-16-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.38...v7.39) This release adds the following updates: - Clarify usage of api.py. [Part 1](https://togithub.com/wekan/wekan/pull/5341). [Part 2](https://togithub.com/wekan/wekan/commit/8f3c948614df0641b0971d1882cc241587d9d3b4). Thanks to e-gaulue and xet7. - Updated dependencies. [Part 1](https://togithub.com/wekan/wekan/pull/5343), [Part 2](https://togithub.com/wekan/wekan/pull/5344). and fixes the following bugs: - [Make the contents of the cards grow to the list width](https://togithub.com/wekan/wekan/pull/5346). Thanks to kuba-orlik. 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 7.38.0
|
||||
appVersion: 7.39.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.1.5
|
||||
@@ -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.10.1
|
||||
version: 14.11.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: wekanteam/wekan
|
||||
tag: v7.38@sha256:78f2b9bda70c7a9bfb316c018635c172765576271cada5331b82ce3e3c844b3e
|
||||
tag: v7.39@sha256:dd6c52748fe768a23db541b9892ba3a2f9660a554203cb1ff01bf25b79906d3a
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user