From a577809408434a0ee6b2c7cf471ddac82920d76b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 23 Jun 2025 02:08:23 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20quay.io/kanboar?= =?UTF-8?q?d/kanboard=20v1.2.45=20=E2=86=92=20v1.2.46=20(#36557)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/kanboard/kanboard](https://kanboard.org) ([source](https://redirect.github.com/kanboard/kanboard)) | patch | `6711163` -> `dbdd4a8` | --- > [!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
kanboard/kanboard (quay.io/kanboard/kanboard) ### [`v1.2.46`](https://redirect.github.com/kanboard/kanboard/releases/tag/v1.2.46): Kanboard 1.2.46 [Compare Source](https://redirect.github.com/kanboard/kanboard/compare/v1.2.45...v1.2.46) - refactor: update return type in filter apply methods - fix(security): prevent potential `Host` header injection via `SERVER_NAME` - You must specify the Kanboard application URL explicitly to generate correct URLs from email notifications. The default is `http://localhost/`. - fix: make various PHP 8.x compatibility changes - fix: avoid `Implicitly nullable parameter declarations` errors in PHP 8.4 - feat: validate plugin archive URL before downloading - feat: use PHP 8.4 in the official Docker image - feat: show CAPTCHA on login form regardless of user existence - feat: add new option to enable notifications by default for new users - feat: add healthcheck endpoint `healthcheck.php`, and new Docker Compose files for MariaDB, Postgres, and SQLite - feat: add `TRUSTED_PROXY_HEADERS` config option - If you use a reverse proxy, you can now specify which headers to trust for the client IP address. Nothing is trusted by default. - docs: add `CONTRIBUTING.md` file - ci(docker): avoid using `set-output` deprecated command - chore!: PHP 8.1 is now the minimum version supported - **!! PHP 7.4 is no longer supported !!** - chore: update `docker-compose.yml` sample file to the latest specs - chore: remove obsolete `Vagrantfile` - build(deps): bump Alpine Docker image from 3.21 to 3.22
--- ### 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. --- - [ ] 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). --- charts/stable/kanboard/Chart.yaml | 4 ++-- charts/stable/kanboard/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/kanboard/Chart.yaml b/charts/stable/kanboard/Chart.yaml index 67b743f5986..1b166caa47c 100644 --- a/charts/stable/kanboard/Chart.yaml +++ b/charts/stable/kanboard/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.2.45 +appVersion: 1.2.46 dependencies: - name: common version: 25.4.10 @@ -36,5 +36,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kanboard - https://quay.io/kanboard/kanboard type: application -version: 18.5.3 +version: 18.5.4 diff --git a/charts/stable/kanboard/values.yaml b/charts/stable/kanboard/values.yaml index c9822f99d4e..13cd11ffcbf 100644 --- a/charts/stable/kanboard/values.yaml +++ b/charts/stable/kanboard/values.yaml @@ -1,6 +1,6 @@ image: repository: quay.io/kanboard/kanboard - tag: v1.2.45@sha256:6711163886e747b5947a771426908c66bca64e4b690b6251137c54f9765a6467 + tag: v1.2.46@sha256:dbdd4a857ec7f1d26c78348765d5fa8f5b62908aa6a92cb03ad1d9c9cde11e50 pullPolicy: IfNotPresent service: main: