chore(deps): update container image kanboard/kanboard to v1.2.37@7715e76 by renovate (#22921)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kanboard/kanboard](https://kanboard.org) ([source](https://togithub.com/kanboard/kanboard)) | patch | `v1.2.36` -> `v1.2.37` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kanboard/kanboard (kanboard/kanboard)</summary> ### [`v1.2.37`](https://togithub.com/kanboard/kanboard/releases/tag/v1.2.37): Kanboard 1.2.37 [Compare Source](https://togithub.com/kanboard/kanboard/compare/v1.2.36...v1.2.37) - Add CSRF check and remove `project_id` form value for `addUser` and `addGroup` actions ([CVE-2024-36399](https://togithub.com/kanboard/kanboard/security/advisories/GHSA-x8v7-3ghx-65cv)) - Update `symfony/*` dependencies - Update Docker image to Alpine 3.20 - Update Russian and Hungarian translation - Add `color_id` argument to `createCategory` and `updateCategory` API procedures - Add link to create a comment before the list - Fix: unable to create comments with "c" shortcut or "Add a comment" menu </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
fc888fec61
commit
778d1ca5a8
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.2.36
|
||||
appVersion: 1.2.37
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.0.0
|
||||
|
@ -34,4 +34,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/kanboard
|
||||
- https://hub.docker.com/r/kanboard/kanboard
|
||||
type: application
|
||||
version: 18.0.0
|
||||
version: 18.0.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: kanboard/kanboard
|
||||
tag: v1.2.36@sha256:4d33417152eef8924cd8c8bf336fdcd6c45c449e03f10eb6c61244ecc7d2ed86
|
||||
tag: v1.2.37@sha256:7715e76416179dfd77177348140a10fed7b15912560f64c42e8df5fb948e08a5
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue