2998d04958
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fluidd-core/fluidd](https://redirect.github.com/fluidd-core/fluidd) | patch | `83defec` -> `f2795ed` | --- > [!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>fluidd-core/fluidd (ghcr.io/fluidd-core/fluidd)</summary> ### [`v1.34.3`](https://redirect.github.com/fluidd-core/fluidd/releases/tag/v1.34.3) [Compare Source](https://redirect.github.com/fluidd-core/fluidd/compare/v1.34.2...v1.34.3) ##### Features - adds missing HTU21D sensor family support ([df34956](https://redirect.github.com/fluidd-core/fluidd/commit/df349564265817a8dbf2cc00f7d9ca33e7248c05)) - **i18n-nl:** Update Dutch translations ([01c7404](https://redirect.github.com/fluidd-core/fluidd/commit/01c7404e0feb7c51a418a17b4ffc7870d1c56997)) - **i18n-pl:** Update Polish translations ([ec3576b](https://redirect.github.com/fluidd-core/fluidd/commit/ec3576b15c09cdedd1fd74a22b0aa79c74fd5a5e)) - **i18n-uk:** Update Ukrainian translations ([a3ff90c](https://redirect.github.com/fluidd-core/fluidd/commit/a3ff90ca279bbbb77ceda749d16fc8cc7a507b87)) - **i18n-zh-CN:** Update Chinese (Simplified Han script) translations ([8d64261](https://redirect.github.com/fluidd-core/fluidd/commit/8d64261fef4700e840e9fbf387b38154c1fee68a)) - Z-Bolt theme ([#​1677](https://redirect.github.com/fluidd-core/fluidd/issues/1677)) ([9caaf94](https://redirect.github.com/fluidd-core/fluidd/commit/9caaf944b0b086e543b89c5d1440996588237d08)) ##### Bug Fixes - negative values formatting ([#​1687](https://redirect.github.com/fluidd-core/fluidd/issues/1687)) ([3499936](https://redirect.github.com/fluidd-core/fluidd/commit/34999367b9f33abd667474f9cc0551d135550fc0)) - store macro names casing as-is ([#​1683](https://redirect.github.com/fluidd-core/fluidd/issues/1683)) ([ed6bd18](https://redirect.github.com/fluidd-core/fluidd/commit/ed6bd1805d90416b554704f5bccf1ab1ae374022)) - undefined property access in case of deleted macro lookup ([#​1685](https://redirect.github.com/fluidd-core/fluidd/issues/1685)) ([d2335a9](https://redirect.github.com/fluidd-core/fluidd/commit/d2335a956ccd6a75650745804fc655b8d0a173e2)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
33 lines
674 B
YAML
33 lines
674 B
YAML
image:
|
|
repository: ghcr.io/fluidd-core/fluidd
|
|
tag: v1.34.3@sha256:f2795ed23922f826374ea3be76cf37a22f87efa65238176ec7fa5f611c84dfad
|
|
pullPolicy: IfNotPresent
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10224
|
|
targetPort: 80
|