mirror of
https://github.com/truecharts/charts.git
synced 2026-08-01 13:24:36 -03:00
chore(deps): update container image ghcr.io/fluidd-core/fluidd to v1.29.0@4369b7e by renovate (#19376)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fluidd-core/fluidd](https://togithub.com/fluidd-core/fluidd) | minor | `v1.28.1` -> `v1.29.0` | --- > [!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.29.0`](https://togithub.com/fluidd-core/fluidd/releases/tag/v1.29.0) [Compare Source](https://togithub.com/fluidd-core/fluidd/compare/v1.28.1...v1.29.0) ##### Features - add finish time selection from slicer or file ([#​1378](https://togithub.com/fluidd-core/fluidd/issues/1378)) ([04abea4](04abea4760)) - adds support for machine peripherals ([#​1383](https://togithub.com/fluidd-core/fluidd/issues/1383)) ([b97b53c](b97b53c8ff)) - allow percentage-based inputs in color picker ([#​1374](https://togithub.com/fluidd-core/fluidd/issues/1374)) ([3aa7269](3aa72697dd)) - allow showing Runout Sensors on Dashboard ([#​1391](https://togithub.com/fluidd-core/fluidd/issues/1391)) ([ef13842](ef138423aa)) - **i18n-de:** Update German translations ([8e3c155](8e3c155109)) - **i18n-HU:** Update Hungarian translations ([#​1367](https://togithub.com/fluidd-core/fluidd/issues/1367)) ([ac8ce24](ac8ce24365)) - **i18n-JA:** update Japanese language ([#​1370](https://togithub.com/fluidd-core/fluidd/issues/1370)) ([be6f488](be6f4882d6)) - **i18n-pt:** Update Portuguese translations ([652cfbf](652cfbf9bc)) - layout improvements for small screen ([#​1389](https://togithub.com/fluidd-core/fluidd/issues/1389)) ([d9a503a](d9a503a406)) - view rendered Markdown files ([#​1376](https://togithub.com/fluidd-core/fluidd/issues/1376)) ([615317a](615317a641)) ##### Bug Fixes - Armbian distribution information ([#​1388](https://togithub.com/fluidd-core/fluidd/issues/1388)) ([c8da496](c8da496a16)) - **console:** auto-focus textbox on full screen ([1fec488](1fec488298)) - **console:** keep enabled if klippy is connected ([3763366](3763366f60)) - disable Check Updates button if printer printing ([#​1382](https://togithub.com/fluidd-core/fluidd/issues/1382)) ([3c9d4b8](3c9d4b8616)) - **FilePreviewDialog:** make `path` property optional ([#​1380](https://togithub.com/fluidd-core/fluidd/issues/1380)) ([85facaa](85facaae0c)) - **filesystem:** remove obsolete filters ([773840d](773840d93d)) - make color picker use v-model and propsync ([#​1375](https://togithub.com/fluidd-core/fluidd/issues/1375)) ([4f6198f](4f6198f020)) - **spoolman:** missing filament material in selection dialog ([#​1387](https://togithub.com/fluidd-core/fluidd/issues/1387)) ([066ece3](066ece3128)) - **style:** text color on bed mesh chart ([#​1371](https://togithub.com/fluidd-core/fluidd/issues/1371)) ([3863fdd](3863fdd276)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.28.1
|
||||
appVersion: 1.29.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.2.0
|
||||
@@ -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: 9.7.0
|
||||
version: 9.8.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/fluidd-core/fluidd
|
||||
tag: v1.28.1@sha256:1227a7741986b667cdba052d939917382ccdfce644e42cad16ce1584325be80d
|
||||
tag: v1.29.0@sha256:4369b7e389b2095270313fb6ba9989b386c5098dcc9ce89a31872cc70a9330b4
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user