chore(deps): update container image wekanteam/wekan to v7.54@af0eda0 by renovate (#24874)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wekanteam/wekan](https://togithub.com/wekan/wekan) | minor | `v7.53` -> `v7.54` | --- > [!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.54`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v754-2024-08-07-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.53...v7.54) This release adds the following new features: - [Helm Chart: Add Support for Overriding Image Registry in Airgapped Environments](https://togithub.com/wekan/charts/pull/35). Thanks to geilername. - [PWA, move to standalone (standard) to display the status bar](https://togithub.com/wekan/wekan/pull/5484) Thanks to mfilser. - [Added info how with Caddy webserver config, PWA and Android app override icons, showing toolbars, etc](https://togithub.com/wekan/wekan/commit/55fc342f6d90d8e30b70a8903ecead1c4370bd89). Thanks to xet7. and fixes the following bugs: - [Don't set background image in .board-canvas too](https://togithub.com/wekan/wekan/pull/5485). Thanks to mfilser. - [Bugfix, variable "color" didn't exist](https://togithub.com/wekan/wekan/pull/5486). Thanks to mfilser. - [Little opacity to minicards to see the background image a little bit](https://togithub.com/wekan/wekan/pull/5487). Thanks to mfilser. - [Remove attachment storage name from attachment list](https://togithub.com/wekan/wekan/pull/5488). Thanks to mfilser. - [Attachment popup back was broken since new attachment viewer, now fixed](https://togithub.com/wekan/wekan/pull/5489). Thanks to mfilser. - [Change Meteor.user() to ReactiveCache.getCurrentUser()](https://togithub.com/wekan/wekan/pull/5490). Thanks to mfilser. - [Fix empty parentId in cards](https://togithub.com/wekan/wekan/pull/5491). Thanks to mfilser. - [Sidebar xmark icon, add padding and background color](https://togithub.com/wekan/wekan/pull/5492). Thanks to mfilser. - [Board view, first column a bit smaller to save screen space](https://togithub.com/wekan/wekan/pull/5493). Thanks to mfilser. - [Minicard, show creator, defaultValue of schema and other code is now the same](https://togithub.com/wekan/wekan/pull/5494). Thanks to mfilser. - [Editor, Bugfix, copy text is now at each editor (textarea) again](https://togithub.com/wekan/wekan/pull/5495). Thanks to mfilser. - [Bugfix, Cards Count on mobile view was missing](https://togithub.com/wekan/wekan/pull/5496). Thanks to mfilser. - [ListHeader, simpler code logic at collapsed if conditions](https://togithub.com/wekan/wekan/pull/5497). Thanks to mfilser. - [Bugfix, edit description didn't work if it was clicked](https://togithub.com/wekan/wekan/pull/5498). Thanks to mfilser. - [Fix LDAP login fails after upgrade](https://togithub.com/wekan/wekan/commit/a4169f3da773e4fd961acd0266260085a753cdab). Thanks to juppees and 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMS4yIiwidXBkYXRlZEluVmVyIjoiMzguMjEuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
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.53.0
|
||||
appVersion: 7.54.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
@@ -41,4 +41,4 @@ sources:
|
||||
- https://hub.docker.com/r/wekanteam/wekan
|
||||
- https://wekan.github.io/
|
||||
type: application
|
||||
version: 16.9.0
|
||||
version: 16.10.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: wekanteam/wekan
|
||||
tag: v7.53@sha256:d7cc5483c7b5a9e333b09ba9a69419f0f895753dae9abb083866c23db8ea42e7
|
||||
tag: v7.54@sha256:af0eda073e59c902edd5f9026ecbf905a2ebb95b02ddc7e75244a424e5d2def9
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user