chore(helm): update image docker.io/wekanteam/wekan v7.82 → v7.83 (#33050)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wekanteam/wekan](https://redirect.github.com/wekan/wekan) | minor | `718b72e` -> `4541373` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>wekan/wekan (docker.io/wekanteam/wekan)</summary> ### [`v7.83`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v783-2025-03-08-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v7.82...v7.83) This release adds the following updates: - [Adding Development information to readme](https://redirect.github.com/wekan/wekan/pull/5702). Thanks to adam-fu. - Updated GitHub actions. [Part 1](https://redirect.github.com/wekan/wekan/pull/5703), [Part 2](https://redirect.github.com/wekan/wekan/pull/5704). and fixes the following bugs: - [Removed siteurl from manifest to fix browser console error about not matching URL](https://redirect.github.com/wekan/wekan/commit/b402676079517e463ed291285f69c04126a00975). Thanks to xet7. - [Exception while invoking method 'copyCard' TypeError: Cannot read property 'name' of undefined](https://redirect.github.com/wekan/wekan/pull/5711). Thanks to Firas-Git. - [Comment out error message of non-existing Custom Field](https://redirect.github.com/wekan/wekan/commit/908a5fc60d5d574a36d4bfd496d3a16fd267ae75). Thanks to xet7. - [Reverted Docker changes of WeKan v7.68 to get WeKan Docker version working](https://redirect.github.com/wekan/wekan/commit/e7462ada12ec8edfd08d6c3b3a97a034211d51eb). Thanks to xet7. 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 7.82.0
|
||||
appVersion: 7.83.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -41,4 +41,4 @@ sources:
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://wekan.github.io/
|
||||
type: application
|
||||
version: 16.27.0
|
||||
version: 16.28.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/wekanteam/wekan
|
||||
tag: v7.82@sha256:718b72e457783eb4afecf46b40b66170bccafbd1214ebad7a27150c441a85dd7
|
||||
tag: v7.83@sha256:454137339c44722e9117b9a2a2ce0055a3d1099313d6f2f2970637d7c878fe5c
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user