chore(deps): update container image wekanteam/wekan to v7.31@2df3389 by renovate (#18434)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wekanteam/wekan](https://togithub.com/wekan/wekan) | minor | `v7.30` -> `v7.31` | --- > [!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.31`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v731-2024-02-17-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.30...v7.31) This release adds the following new features: - [api.py: Added getcard and cardsbyswimlane](https://togithub.com/wekan/wekan/pull/5287). Thanks to xator91. - [api.py: Add card with label and add a label to a card](https://togithub.com/wekan/wekan/pull/5290). Thanks to xator91. - [api.py: Fix BoardID to SwimlaneID in cardsbyswimlane](https://togithub.com/wekan/wekan/pull/5290). Thanks to xator91. - [boards.js: New update board title function for API](https://togithub.com/wekan/wekan/pull/5300). Thanks to xator91. - [api.py: EDIT BOARD TITLE](https://togithub.com/wekan/wekan/pull/5301). Thanks to xator91. and adds the following updates: - [Release scripts: Commented out not currently in use builds of WeKan bundle](4eb0085243). Thanks to xet7. - [Try to fix Snap](a54e52d34b). Thanks to xet7. - [Updated to Meteor 2.15-rc.1 and removed duplicate nodemailer package because of some errors](59c42bc1a3). Thanks to Meteor developers. - [Updated to Meteor 2.15](5198ee997c). Thanks to Meteor developers. 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
max_scale_version: 24.04.0
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: productivity
|
||||
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 7.30.0
|
||||
appVersion: 7.31.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.4.2
|
||||
@@ -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: 13.5.0
|
||||
version: 13.6.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: wekanteam/wekan
|
||||
tag: v7.30@sha256:99e9d9b25b9a1eb01c0fd9ef3e83c538809b62607d8a693d26c0ba9d6d478af6
|
||||
tag: v7.31@sha256:2df3389f971138682e9a66db8b4a610595fac048f1e4ea1e6cfc0d9d5402501c
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user