mirror of
https://github.com/truecharts/charts.git
synced 2026-07-20 10:04:17 -03:00
chore(deps): update container image wekanteam/wekan to v7.47@6e2d3b5 by renovate (#22805)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wekanteam/wekan](https://togithub.com/wekan/wekan) | minor | `v7.45` -> `v7.47` | --- > [!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.47`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v747-2024-06-03-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.46...v7.47) This release adds the following updates: - [Update Docker base images to Ubuntu 24.04](79e2001708). Thanks to xet7. - [Updated to MongoDB 6.0.15 at Snap Candidate](4e2a8735bc). Thanks to MongoDB developers. - [Updated release scripts](2c9c9c4356). Thanks to xet7. and fixes the following bugs: - [Only show Board name edit button to BoardAdmin](5e2b423ef8). Thanks to xet7. - [Fix Edit Description button is wildly out of place](1f2fb2ccce). Thanks to C0rn3j and xet7. Thanks to above GitHub users for their contributions and translators for their translations. ### [`v7.46`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v746-2024-06-03-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.45...v7.46) This release adds the following updates: - [Update ukrainian translation](https://togithub.com/wekan/wekan/pull/5405). Thanks to novashdima. - [Updated GitHub issue template for issue instructions to be more visible](5124265142). Thanks to xet7. - [For development, only recommend Debian 12 amd64, because Sandstorm works at Debian 12. Sandstorm does not work at Ubuntu 24.04](1bd30bc121). Thanks to xet7. Rela[https://github.com/sandstorm-io/sandstorm/issues/3712](https://togithub.com/sandstorm-io/sandstorm/issues/3712)3712 and fixes the following bugs: - [Optimize SVGs and PNGs to save 550KB](https://togithub.com/wekan/wekan/pull/5403). Thanks to C0rn3j. - [Swap deprecated egrep for grep -E](https://togithub.com/wekan/wekan/pull/5404). Thanks to C0rn3j. - [Remove notification while copying board](https://togithub.com/wekan/wekan/pull/5412). Thanks to e-gaulue. - [Fixed loading of cards if there are more than 20 of them on one swimlane](https://togithub.com/wekan/wekan/pull/5417). Thanks to novashdima. - [Devcontainer, reduce image size and other necessary changes for development](https://togithub.com/wekan/wekan/pull/5418). Thanks to mfilser. - [Dockerfile production and dev same build](https://togithub.com/wekan/wekan/pull/5419). Thanks to mfilser. - [Remove second created at on activities](https://togithub.com/wekan/wekan/pull/5420). Thanks to mfilser. - [Fix Export CSV/TSV from Board create unhandled Exception](https://togithub.com/wekan/wekan/pull/5424). Thanks to Dexus. 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
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.45.0
|
||||
appVersion: 7.47.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.0.0
|
||||
@@ -42,4 +42,4 @@ sources:
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://wekan.github.io/
|
||||
type: application
|
||||
version: 16.0.0
|
||||
version: 16.1.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: wekanteam/wekan
|
||||
tag: v7.45@sha256:461deece6526fff039e32534ea111b9eb6818a0316672afcf160a1e7f363d609
|
||||
tag: v7.47@sha256:6e2d3b5027579ebaa6dfb05101e0d274ec262468e0691a00d51891b3e612f2c7
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user