fix(kanboard): update image ghcr.io/kanboard/kanboard v1.2.50 → v1.2.51 (#45872)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/kanboard/kanboard](https://kanboard.org) ([source](https://redirect.github.com/kanboard/kanboard)) | patch | `6d7447d` → `d4667ba` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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 (ghcr.io/kanboard/kanboard)</summary> ### [`v1.2.51`](https://redirect.github.com/kanboard/kanboard/releases/tag/v1.2.51): Kanboard 1.2.51 [Compare Source](https://redirect.github.com/kanboard/kanboard/compare/v1.2.50...v1.2.51) ##### Security fixes - Add SSRF protection for webhook notifications with the new configuration option `WEBHOOK_ALLOW_PRIVATE_NETWORKS` - Prevent unsafe deserialization in the database session handler - Restrict invite signup input to expected fields only to prevent parameter injection - Add missing permission checks in several API procedures - Validate user external ID values - Check file attachment ownership before deletion - Prevent SSRF bypasses by controlling HTTP client redirect behavior ##### Improvements - Improve accessibility by increasing text/background contrast in the light theme ##### Dependencies and build - Upgrade PHPUnit to version 12 - Update several GitHub Actions and dependencies - Update dependency `pimple/pimple` to version 3.6.2 </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAva2FuYm9hcmQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.2.50
|
||||
appVersion: 1.2.51
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.33.0
|
||||
@@ -41,5 +41,5 @@ sources:
|
||||
- https://github.com/kanboard/kanboard
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kanboard
|
||||
type: application
|
||||
version: 19.17.0
|
||||
version: 19.17.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/kanboard/kanboard
|
||||
tag: "v1.2.50@sha256:6d7447d3adc5c71e58d2e7c38cacadee613f2cf78ec879b3bf2950fe427069fa"
|
||||
tag: "v1.2.51@sha256:d4667ba3d12e076740ae6a4a74c782a23e8e1ce10c19407ef2ad10a09e66c517"
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user