fix(fluidd): update image ghcr.io/fluidd-core/fluidd v1.36.3 → v1.36.4 (#46851)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fluidd-core/fluidd](https://redirect.github.com/fluidd-core/fluidd) | patch | `1eb63d8` → `893fc63` | --- > [!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>fluidd-core/fluidd (ghcr.io/fluidd-core/fluidd)</summary> ### [`v1.36.4`](https://redirect.github.com/fluidd-core/fluidd/releases/tag/v1.36.4) [Compare Source](https://redirect.github.com/fluidd-core/fluidd/compare/v1.36.3...v1.36.4) ##### Features - **i18n-de:** Update German translations ([7a6e54d](https://redirect.github.com/fluidd-core/fluidd/commit/7a6e54d63d83258a65fae9dbca127efadca5f0ad)) - **i18n-pl:** Update Polish translations ([4c28150](https://redirect.github.com/fluidd-core/fluidd/commit/4c28150c7caf4d1d6d7e481a596c44f57ee21997)) - **i18n-sl:** Update Slovenian translations ([bace4ce](https://redirect.github.com/fluidd-core/fluidd/commit/bace4ce758ee4f0f3ce842bcbe1119075885d473)) - use Monarch tokenizer for large gcode files ([#​1814](https://redirect.github.com/fluidd-core/fluidd/issues/1814)) ([c218928](https://redirect.github.com/fluidd-core/fluidd/commit/c2189282fd1c8e8c41d78143c01a6c9994aab7c6)) ##### Bug Fixes - allow Klipper restart if printer paused ([#​1811](https://redirect.github.com/fluidd-core/fluidd/issues/1811)) ([1b0478c](https://redirect.github.com/fluidd-core/fluidd/commit/1b0478c0b1e30ad404f2dcf0c8649908aacbaddf)) ##### Code Refactorings - typing improvements ([107d6d6](https://redirect.github.com/fluidd-core/fluidd/commit/107d6d622c8f89a8699915ce0d616235b5c8e9a8)) - use monaco provider classes ([#​1816](https://redirect.github.com/fluidd-core/fluidd/issues/1816)) ([d8f154f](https://redirect.github.com/fluidd-core/fluidd/commit/d8f154fb9af4c19a13ce34ea4645c64fcc102330)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmx1aWRkIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.36.3
|
||||
appVersion: 1.36.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.10
|
||||
@@ -34,5 +34,5 @@ sources:
|
||||
- https://github.com/fluidd-core/fluidd
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/fluidd
|
||||
type: application
|
||||
version: 13.0.2
|
||||
version: 13.0.3
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/fluidd-core/fluidd
|
||||
tag: v1.36.3@sha256:1eb63d895d5d4be73be1b6d5914fe7a36efc8b389e093abe96eb6fbc4db49b26
|
||||
tag: v1.36.4@sha256:893fc63f4f9f3b3ce7beae209186da3fed592fec6f7efdee8e287d6e774ecef0
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user