chore(deps): update container image wekanteam/wekan to v7.35@2df54dc by renovate (#18887)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [wekanteam/wekan](https://togithub.com/wekan/wekan) | minor | `v7.34`
-> `v7.35` |
---
> [!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.35`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v735-2024-02-27-WeKan--release)
[Compare Source](https://togithub.com/wekan/wekan/compare/v7.34...v7.35)
This release adds the following features and bugs:
- [Added back Mathjax that has bug of showing math
twice](f43dadc068
).
Thanks to macthecadillac, Dexus 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIyNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
1c15e6f9e3
commit
d698737ccc
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 7.34.0
|
||||
appVersion: 7.35.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.1.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: 14.3.0
|
||||
version: 14.4.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: wekanteam/wekan
|
||||
tag: v7.34@sha256:32ccda49dd834669306a5d862e2a80395a821390852c640d1ea70b030adbed49
|
||||
tag: v7.35@sha256:2df54dc245796e59c8ed3db16df470b1a73862cb70ae6479b0fe175fdad8fe49
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue