From 47de636ae94a2dd7c31e225d42a63898a4a7f24d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 25 Dec 2023 01:48:10 +0100 Subject: [PATCH] chore(deps): update container image ghcr.io/fluidd-core/fluidd to v1.27.1@01e6dcf by renovate (#16466) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fluidd-core/fluidd](https://togithub.com/fluidd-core/fluidd) | patch | `v1.27.0` -> `v1.27.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
fluidd-core/fluidd (ghcr.io/fluidd-core/fluidd) ### [`v1.27.1`](https://togithub.com/fluidd-core/fluidd/releases/tag/v1.27.1) [Compare Source](https://togithub.com/fluidd-core/fluidd/compare/v1.27.0...v1.27.1) ##### Features - add feature to filter moonraker backup files ([#​1278](https://togithub.com/fluidd-core/fluidd/issues/1278)) ([66c8d20](https://togithub.com/fluidd-core/fluidd/commit/66c8d20cb1377ff867bb33f0d2c00593fa20c14b)) - adds help tooltips to File Browsers ([af48f3c](https://togithub.com/fluidd-core/fluidd/commit/af48f3c97e0d1013e4b34af93257df7b5844c4b3)) - highlight section in circle toolhead control ([99ef5b3](https://togithub.com/fluidd-core/fluidd/commit/99ef5b3efe1c71e89029246fbf5cd509e24900e4)) - new SVG assets for circle toolhead controls ([#​1279](https://togithub.com/fluidd-core/fluidd/issues/1279)) ([62cd4c1](https://togithub.com/fluidd-core/fluidd/commit/62cd4c10530aef371de6f3b77450da97cf159e70)) ##### Bug Fixes - corrects original source attributions ([#​1276](https://togithub.com/fluidd-core/fluidd/issues/1276)) ([8ee1312](https://togithub.com/fluidd-core/fluidd/commit/8ee1312153adc1894c90f64589964741a54f8192)) - improves estimates calculation ([#​1283](https://togithub.com/fluidd-core/fluidd/issues/1283)) ([822a274](https://togithub.com/fluidd-core/fluidd/commit/822a2748e63552d663d48ffbab800336b0ef1f8a)) - makes print cooling fan optional ([#​1281](https://togithub.com/fluidd-core/fluidd/issues/1281)) ([de2d15c](https://togithub.com/fluidd-core/fluidd/commit/de2d15cccdba5292c6114815e136c83b2dfc94a7)) - reset default move distance when availables change ([#​1287](https://togithub.com/fluidd-core/fluidd/issues/1287)) ([720d6b2](https://togithub.com/fluidd-core/fluidd/commit/720d6b2f45260c5c7b479d9d3183bfa830c4b69e))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/fluidd/Chart.yaml | 48 ++++++++++++++++---------------- charts/stable/fluidd/values.yaml | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/charts/stable/fluidd/Chart.yaml b/charts/stable/fluidd/Chart.yaml index 2dbf6a4b383..8d8d94f74cc 100644 --- a/charts/stable/fluidd/Chart.yaml +++ b/charts/stable/fluidd/Chart.yaml @@ -1,36 +1,36 @@ -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' apiVersion: v2 name: fluidd -version: 7.0.11 -appVersion: 1.27.0 +version: 7.0.12 +appVersion: 1.27.1 description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer. home: https://truecharts.org/charts/stable/fluidd icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.png deprecated: false sources: - - https://ghcr.io/fluidd-core/fluidd - - https://github.com/fluidd-core/fluidd - - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd + - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd + - https://ghcr.io/fluidd-core/fluidd + - https://github.com/fluidd-core/fluidd maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: - - fluidd + - fluidd dependencies: - - name: common - version: 16.2.21 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 16.2.21 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: - max_scale_version: 23.10.2 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: utilities - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable + max_scale_version: 23.10.2 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: utilities + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: stable type: application diff --git a/charts/stable/fluidd/values.yaml b/charts/stable/fluidd/values.yaml index ce047dd571f..b9b88b46c88 100644 --- a/charts/stable/fluidd/values.yaml +++ b/charts/stable/fluidd/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/fluidd-core/fluidd - tag: v1.27.0@sha256:b613a17995302816afb2064817a5adfa1ade7ee3f243b4417e780cf18180615f + tag: v1.27.1@sha256:01e6dcf11624012de508e9be9f6dfa0e3621d1e120f17e66713f67710ef7e283 pullPolicy: IfNotPresent securityContext: container: