mirror of
https://github.com/truecharts/charts.git
synced 2026-07-21 13:46:03 -03:00
chore(helm): update image quay.io/kanboard/kanboard v1.2.46 → v1.2.47 (#38277)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/kanboard/kanboard](https://kanboard.org) ([source](https://redirect.github.com/kanboard/kanboard)) | patch | `dbdd4a8` -> `f023ba2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>kanboard/kanboard (quay.io/kanboard/kanboard)</summary> ### [`v1.2.47`](https://redirect.github.com/kanboard/kanboard/releases/tag/v1.2.47): Kanboard 1.2.47 [Compare Source](https://redirect.github.com/kanboard/kanboard/compare/v1.2.46...v1.2.47) - refactor: add namespace to test files - fix: the `$escape` parameter must be provided in PHP 8.4 for CSV functions - fix: sanitize and validate uploaded files path - fix: do not load `RememberMeAuth` provider when `REMEMBER_ME_AUTH` is `false` - fix: avoid PHP warning when external user creation is disabled - feat!: remove file cache driver to avoid using `unserialize()` - feat!: ignore legacy events serialized with PHP due to potential security issues - feat: add new actions: `TaskAssignCurrentUserColumnIfNoUserAlreadySet` and `TaskAssignToUserOnCreationInColumn` - feat: Add new `pdf()` method in `Core\Http\Response` - ci: run `php-cs-fixer` on GitHub Actions - ci: remove unnecessary labels from issue templates - chore: replace deprecated `gh-cli` feature source in devcontainer configuration </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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.2.46
|
||||
appVersion: 1.2.47
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.15.1
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/kanboard
|
||||
- https://quay.io/kanboard/kanboard
|
||||
type: application
|
||||
version: 19.2.1
|
||||
version: 19.2.2
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: quay.io/kanboard/kanboard
|
||||
tag: v1.2.46@sha256:dbdd4a857ec7f1d26c78348765d5fa8f5b62908aa6a92cb03ad1d9c9cde11e50
|
||||
tag: v1.2.47@sha256:f023ba2b1bd509d446cb3f59038e8f90613d53e1b93faec94bb4eba3071e611b
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user