chore(deps): update container image ghcr.io/fluidd-core/fluidd to v1.28.1@1227a77 by renovate (#18379)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fluidd-core/fluidd](https://togithub.com/fluidd-core/fluidd) | patch | `v1.28.0` -> `v1.28.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>fluidd-core/fluidd (ghcr.io/fluidd-core/fluidd)</summary> ### [`v1.28.1`](https://togithub.com/fluidd-core/fluidd/releases/tag/v1.28.1) [Compare Source](https://togithub.com/fluidd-core/fluidd/compare/v1.28.0...v1.28.1) ##### Features - adds MCU last stats ([#​1358](https://togithub.com/fluidd-core/fluidd/issues/1358)) ([c2e34d7](https://togithub.com/fluidd-core/fluidd/commit/c2e34d7eb2686d41852cdb1403e9d62e5492e4be)) - adds probe accuracy support ([#​1365](https://togithub.com/fluidd-core/fluidd/issues/1365)) ([a72342a](https://togithub.com/fluidd-core/fluidd/commit/a72342ab0f024b9d53fc74a10ba9074c1c4d6b77)) - **console:** auto-focus textbox on full screen ([70fd947](https://togithub.com/fluidd-core/fluidd/commit/70fd947d358b109a8de5de61bc0dfebf323d3939)) ##### Bug Fixes - default vuetify theme color ([784a3e8](https://togithub.com/fluidd-core/fluidd/commit/784a3e84c4bfbb18f485d9dacc0e3905be1c7b44)) - don't override `gcode_macro` variables with stale values ([#​1355](https://togithub.com/fluidd-core/fluidd/issues/1355)) ([74def24](https://togithub.com/fluidd-core/fluidd/commit/74def24e1c51a8c77b18c30fa6d3ad687c51fb88)) - remove redundant data from stored macros ([#​1356](https://togithub.com/fluidd-core/fluidd/issues/1356)) ([c105dc7](https://togithub.com/fluidd-core/fluidd/commit/c105dc7009ce50ba46c15e44a0ac1ba7323863f7)) - **spoolman:** dialog title ([#​1354](https://togithub.com/fluidd-core/fluidd/issues/1354)) ([e800d6e](https://togithub.com/fluidd-core/fluidd/commit/e800d6e7f14034aebd0e2ea59fb4c31c537922fe)) - **spoolman:** sorting by "last used" in spool selection dialog ([#​1361](https://togithub.com/fluidd-core/fluidd/issues/1361)) ([61a58f7](https://togithub.com/fluidd-core/fluidd/commit/61a58f7e07a33ca6143c72825af25c73bba55431)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.28.0
|
||||
appVersion: 1.28.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.4.2
|
||||
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/fluidd
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.png
|
||||
keywords:
|
||||
- fluidd
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/fluidd
|
||||
- https://ghcr.io/fluidd-core/fluidd
|
||||
type: application
|
||||
version: 8.3.0
|
||||
version: 8.3.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/fluidd-core/fluidd
|
||||
tag: v1.28.0@sha256:06a277f417c443733f3d72bf08f218db09eb931312a98c6b59c2f277709fd6d0
|
||||
tag: v1.28.1@sha256:1227a7741986b667cdba052d939917382ccdfce644e42cad16ce1584325be80d
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user