chore(helm): update image docker.io/kanboard/kanboard v1.2.41 → v1.2.42 (#29108)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/kanboard/kanboard](https://kanboard.org) ([source](https://redirect.github.com/kanboard/kanboard)) | patch | `b136fc7` -> `1bc1ed4` | --- > [!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 (docker.io/kanboard/kanboard)</summary> ### [`v1.2.42`](https://redirect.github.com/kanboard/kanboard/releases/tag/v1.2.42): Kanboard 1.2.42 [Compare Source](https://redirect.github.com/kanboard/kanboard/compare/v1.2.41...v1.2.42) - fix: validate translation filename before loading locales - fix: avoid path traversal in `FileStorage` - feat: add Peruvian Sol to the list of currencies - build(deps): bump `symfony/finder` from `5.4.43` to `5.4.45` - build(deps-dev): bump `symfony/stopwatch` from `5.4.40` to `5.4.45` </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.2.41
|
||||
appVersion: 1.2.42
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.5
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/kanboard
|
||||
- https://hub.docker.com/r/kanboard/kanboard
|
||||
type: application
|
||||
version: 18.2.2
|
||||
version: 18.2.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/kanboard/kanboard
|
||||
tag: v1.2.41@sha256:b136fc7936a3825124527cc610c55cbde05328bac47a1f06c4854f594090bde5
|
||||
tag: v1.2.42@sha256:1bc1ed4520ae9c50d62f58a64983a62298185376aafc84ca3472f76bce9835eb
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user