luanti-v1.0.0
57886
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
72c1466d21 |
chore(wisemapping): update image docker.io/wisemapping/wisemapping digest to ac01f83 (#45066)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/wisemapping/wisemapping | digest | `b81df44` → `ac01f83` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3dpc2VtYXBwaW5nIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=--> |
||
|
|
e0d5a090a0 |
feat(victoriametrics): update image docker.io/victoriametrics/victoria-metrics v1.135.0 → v1.136.0 (#45079)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/victoriametrics/victoria-metrics](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics) | minor | `647f1a1` → `593b533` | --- > [!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>VictoriaMetrics/VictoriaMetrics (docker.io/victoriametrics/victoria-metrics)</summary> ### [`v1.136.0`](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.136.0) [Compare Source](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/compare/v1.135.0...v1.136.0) #### [v1.136.0](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.136.0) Released at 2026-02-13 - SECURITY: upgrade Go builder from Go1.25.6 to Go1.26.0. See [Go 1.26 release notes](https://go.dev/doc/go1.26). - SECURITY: upgrade base docker image (Alpine) from 3.23.2 to 3.23.3. See [Alpine 3.23.3 release notes](https://www.alpinelinux.org/posts/Alpine-3.20.9-3.21.6-3.22.3-3.23.3-released.html). - FEATURE: [dashboards/single](https://grafana.com/grafana/dashboards/10229), [dashboards/cluster](https://grafana.com/grafana/dashboards/11176), [dashboards/vmagent](https://grafana.com/grafana/dashboards/12683): add clickable source code links to the `Logging rate` panel in `Drilldown`. Users can use it to navigate directly to the source code location that generated those logs, making debugging and code exploration easier. See [#​10406](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/10406). - FEATURE: [vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#vmui): add `Queries with most memory to execute` section in `Top Queries` page of `vmui`. It can help users to find queries that consume most memory and potentially cause OOM. See [#​9330](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/9330). - FEATURE: [vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#vmui): make label value autocomplete context-aware by suggesting values only from series matching already selected label filters. See [#​9269](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/9269). - BUGFIX: all VictoriaMetrics components: respect default http client proxy env variables (`HTTP_PROXY`, `HTTPS_PROXY`, `NO_PROXY`). See [#​10385](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/10385). Thanks to [@​zane-deg](https://redirect.github.com/zane-deg) for the contribution. - BUGFIX: [vmagent](https://docs.victoriametrics.com/vmagent/) and [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/): properly expose `kubernetes_sd` discovery network dialer metrics `vm_promscrape_discovery_kubernetes_conn_*`. See [#​10382](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/10382). - BUGFIX: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/): slightly reduce memory usage for [metrics-metadata](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#metrics-metadata) ingestion. See [#​10392](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/10392). - BUGFIX: VictoriaMetrics [enterprise](https://docs.victoriametrics.com/enterprise/) [vmagent](https://docs.victoriametrics.com/vmagent/) and [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/): introduce time‑based manual offset commit for [kafka consumer](https://docs.victoriametrics.com/victoriametrics/integrations/kafka/) to fix performance degradation with enabled manual commit. After this change, the consumer will commit partition offsets in batch per second to avoid high commit QPS on the Kafka broker. It's no longer recommended to set `enable.auto.commit=true` in `-kafka.consumer.topic.options`, as `vmagent` will automatically manage it. See [#​10395](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/10395). - BUGFIX: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmselect` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): fix `vm_deduplicated_samples_total{type="select"}` to correctly count deduplicated identical samples with the same timestamp and value. See [#​10400](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/10400). - BUGFIX: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmselect` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): properly prettify metricsql queries with `regex`. See [metricsql#60](https://redirect.github.com/VictoriaMetrics/metricsql/issues/60). Thanks to [@​freeseacher](https://redirect.github.com/freeseacher) for the contribution. - BUGFIX: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmselect` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): previously the [Graphite render API](https://docs.victoriametrics.com/victoriametrics/integrations/graphite/#render-api) used a fixed process timeout that could expire before long queries completed; now the timeout follows the query deadline, so users can extend it via `-search.maxQueryDuration` or the `timeout` [argument in the query](https://docs.victoriametrics.com/victoriametrics/keyconcepts/#query-data). See [#​8484](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/8484). - BUGFIX: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmstorage` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): properly report last partition metrics at the end of current month. See [#​10387](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/10387). - BUGFIX: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmselect` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): avoid slow-path deduplication for time series with [staleness markers](https://docs.victoriametrics.com/victoriametrics/vmagent/#prometheus-staleness-markers). See [#​10384](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/10384). Thanks to [@​fxrlv](https://redirect.github.com/fxrlv) for the contribution. - BUGFIX: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/), `vminsert` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/) and [vmagent](https://docs.victoriametrics.com/vmagent/): ensure proper reset of `buf` size for OpenTelemetry ingestion, and allow flushing when `buf` size exceeds 4MiB. Previously, when a small number of requests carried a large volume of time series or labels, `buf` was over-expanded and recycled to the pool, resulting in excessive memory usage. See [#​10378](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/10378). - BUGFIX: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmselect` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): correctly display hierarchy of actions in [query trace](https://docs.victoriametrics.com/victoriametrics/#query-tracing) during index searches. Before, search within the specific index was placed out of scope in the trace. See [#​10459](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/10459). </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3ZpY3RvcmlhbWV0cmljcyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
9e36500737 |
fix(docuseal): update image docker.io/docuseal/docuseal 2.3.3 → 2.3.4 (#45067)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/docuseal/docuseal | patch | `b138638` → `f7d6917` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2RvY3VzZWFsIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==--> |
||
|
|
b414367d5e |
fix(helm-deps): update chart clickhouse 17.1.0 → 17.1.1 (#45068)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clickhouse](https://trueforge.org/truetech/truecharts/charts/stable/clickhouse) ([source](https://clickhouse.com/)) | patch | `17.1.0` → `17.1.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3BsYXVzaWJsZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
1f7ad74397 | chore(matomo): update image public.ecr.aws/bitnami/matomo digest to 2d4eb00 (#45058) | ||
|
|
c17b085b22 |
chore(nextcloud): update image docker.io/clamav/clamav digest to e4f5060 (#45060)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/clamav/clamav](https://redirect.github.com/Cisco-Talos/clamav.git) ([source](https://redirect.github.com/Cisco-Talos/clamav)) | digest | `bb4f25a` → `e4f5060` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL25leHRjbG91ZCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
80b2e8ee8b |
chore(mysql-workbench): update image ghcr.io/linuxserver/mysql-workbench digest to f7c202a (#45059)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/mysql-workbench](https://redirect.github.com/linuxserver/docker-mysql-workbench/packages) ([source](https://redirect.github.com/linuxserver/docker-mysql-workbench)) | digest | `7a8f8f9` → `f7c202a` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL215c3FsLXdvcmtiZW5jaCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
c5375d7e8f | chore(piwigo): update image ghcr.io/linuxserver/piwigo digest to bae4f52 (#45063) | ||
|
|
b3eec1b8eb | chore(webp-server): update image docker.io/webpsh/webps digest to 0b935c0 (#45064) | ||
|
|
0d7fee6e0a |
chore(openvscode-server): update image ghcr.io/linuxserver/openvscode-server digest to 30b5644 (#45062)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/openvscode-server](https://redirect.github.com/linuxserver/docker-openvscode-server/packages) ([source](https://redirect.github.com/linuxserver/docker-openvscode-server)) | digest | `2363f4f` → `30b5644` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL29wZW52c2NvZGUtc2VydmVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=--> |
||
|
|
5bc13067be | chore(nextcloud): update image oci.trueforge.org/containerforge/nextcloud-imaginary digest to 6130e23 (#45061) | ||
|
|
606fb7988f |
chore(wifi-card): update image docker.io/bndw/wifi-card digest to 0fc0dce (#45065)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/bndw/wifi-card | digest | `f78d38b` → `0fc0dce` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3dpZmktY2FyZCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
e4c494df98 | chore(jelu): update image docker.io/wabayang/jelu digest to d8238d4 (#45057) | ||
|
|
d6cbfc93c5 |
chore(dashy): update image ghcr.io/lissy93/dashy digest to 907c843 (#45055)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/lissy93/dashy | digest | `3b77456` → `907c843` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2Rhc2h5IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=--> |
||
|
|
1b69219cf4 |
chore(cops): update image lscr.io/linuxserver/cops digest to 7ed742f (#45054)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lscr.io/linuxserver/cops](https://redirect.github.com/linuxserver/docker-cops/packages) ([source](https://redirect.github.com/linuxserver/docker-cops)) | digest | `69979ed` → `7ed742f` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2NvcHMiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
97414c7bff |
chore(duckdns): update image ghcr.io/linuxserver/duckdns digest to f8c4850 (#45056)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/duckdns | digest | `1bfa394` → `f8c4850` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2R1Y2tkbnMiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
02dac97d45 |
fix(helm-deps): update chart common 28.30.0 → 28.30.2 (#45040)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://trueforge.org/truetech/truecharts/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `28.30.0` → `28.30.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3p3YXZlanMybXF0dCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
26c85fe6ba |
chore(common): update image oci.trueforge.org/containerforge/mongosh digest to 1b58cab (#45022)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/mongosh](https://ghcr.io/trueforge-org/mongosh) ([source](https://truecharts.org)) | digest | `f2f1dd2` → `1b58cab` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2NvbW1vbiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
b5d3aeeafc |
chore(common): update image oci.trueforge.org/containerforge/valkey-tools digest to abeafc3 (#45024)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/valkey-tools](https://ghcr.io/trueforge-org/valkey-tools) ([source](https://truecharts.org)) | digest | `931adcd` → `abeafc3` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2NvbW1vbiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
04dfb81f8c |
fix(neko): update neko 3.0.9 → 3.0.10 (patch) (#45049)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/m1k1o/neko/brave](https://redirect.github.com/m1k1o/neko) | patch | `2623a75` → `7c6d828` | | [ghcr.io/m1k1o/neko/chromium](https://redirect.github.com/m1k1o/neko) | patch | `29b9126` → `13264ee` | | [ghcr.io/m1k1o/neko/firefox](https://redirect.github.com/m1k1o/neko) | patch | `1deb8b5` → `2d7813b` | | [ghcr.io/m1k1o/neko/google-chrome](https://redirect.github.com/m1k1o/neko) | patch | `d08d342` → `119c71f` | | [ghcr.io/m1k1o/neko/microsoft-edge](https://redirect.github.com/m1k1o/neko) | patch | `79c754c` → `8a48c3c` | | [ghcr.io/m1k1o/neko/remmina](https://redirect.github.com/m1k1o/neko) | patch | `c5d0414` → `7e1cde1` | | [ghcr.io/m1k1o/neko/tor-browser](https://redirect.github.com/m1k1o/neko) | patch | `a223c16` → `e22c8e0` | | [ghcr.io/m1k1o/neko/vlc](https://redirect.github.com/m1k1o/neko) | patch | `61705af` → `ffbc3d0` | | [ghcr.io/m1k1o/neko/xfce](https://redirect.github.com/m1k1o/neko) | patch | `644a695` → `a9f01d7` | --- > [!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>m1k1o/neko (ghcr.io/m1k1o/neko/brave)</summary> ### [`v3.0.10`](https://redirect.github.com/m1k1o/neko/compare/v3.0.9...v3.0.10) [Compare Source](https://redirect.github.com/m1k1o/neko/compare/v3.0.9...v3.0.10) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL25la28iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
2694f43302 |
fix(renovate): update image oci.trueforge.org/containerforge/renovate 43.15.1 → 43.15.3 (#45050)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/renovate](https://ghcr.io/trueforge-org/renovate) ([source](https://redirect.github.com/renovate/renovate)) | patch | `dcfa428` → `b5c9f95` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3Jlbm92YXRlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==--> |
||
|
|
c0fdbcd840 |
fix(healthchecks): update image ghcr.io/linuxserver/healthchecks 4.0.20260209 → 4.0.20260216 (#45048)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/healthchecks](https://redirect.github.com/linuxserver/docker-healthchecks/packages) ([source](https://redirect.github.com/linuxserver/docker-healthchecks)) | patch | `5c3b3ea` → `9748ad5` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2hlYWx0aGNoZWNrcyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
31162c57d3 |
chore(deps): update oci.trueforge.org/containerforge/devcontainer:3.0.2 docker digest digest to d9e8b66 (#45047)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer) ([source](https://trueforge.org)) | image | digest | `e41dd6f` → `d9e8b66` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwLy5kZXZjb250YWluZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
6b2ba1cdf2 |
chore(code-server): update image oci.trueforge.org/containerforge/code-server digest to 2130df5 (#45021)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/code-server](https://ghcr.io/trueforge-org/code-server) ([source](https://coder.com)) | digest | `05c7177` → `2130df5` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2NvZGUtc2VydmVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=--> |
||
|
|
3d2e1e4711 |
feat(helm-deps): update chart valkey 0.0.6 → 0.1.0 (#45045)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [valkey](https://trueforge.org/truetech/truecharts/charts/incubator/valkey) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/valkey)) | minor | `0.0.6` → `0.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3dlYmxhdGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
146b8e2ee9 |
chore(common): update image oci.trueforge.org/containerforge/scratch digest to 7d21939 (#45037)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/scratch](https://ghcr.io/trueforge-org/scratch) ([source](https://hub.docker.com/_/ubuntu)) | digest | `83d8ba2` → `7d21939` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2NvbW1vbiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
5e1c5a9fc3 |
feat(helm-deps): update chart mariadb 17.11.19 → 17.12.0 (#45042)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mariadb](https://trueforge.org/truetech/truecharts/charts/stable/mariadb) ([source](https://redirect.github.com/bitnami/bitnami-docker-mariadb)) | minor | `17.11.19` → `17.12.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3lvdXJscyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
538ab096a4 | feat(helm-deps): update chart mongodb 16.14.24 → 16.15.0 (#45044) | ||
|
|
59a2e77a37 |
feat(helm-deps): update chart clickhouse 17.0.2 → 17.1.0 (#45041)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clickhouse](https://trueforge.org/truetech/truecharts/charts/stable/clickhouse) ([source](https://clickhouse.com/)) | minor | `17.0.2` → `17.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3BsYXVzaWJsZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
19a9b57183 |
feat(helm-deps): update chart memcached 16.14.21 → 16.15.0 (#45043)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [memcached](https://trueforge.org/truetech/truecharts/charts/stable/memcached) ([source](https://redirect.github.com/bitnami/bitnami-docker-memcached)) | minor | `16.14.21` → `16.15.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2dpdGVhIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==--> |
||
|
|
df9f39d914 |
feat(pocketmine-mp): update image ghcr.io/pmmp/pocketmine-mp 5.40.0 → 5.41.0 (#45046)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/pmmp/pocketmine-mp | minor | `65efde2` → `a4220c3` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3BvY2tldG1pbmUtbXAiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
6ad85f5ad3 |
fix(cloudcommander): update image ghcr.io/coderaiser/cloudcmd 19.3.8 → 19.3.9 (#45039)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd) | patch | `f859c16` → `b4f3124` | --- > [!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>coderaiser/cloudcmd (ghcr.io/coderaiser/cloudcmd)</summary> ### [`v19.3.9`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.3.9): cloudcmd v19.3.9 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.3.8...v19.3.9) #### 🔥 feature - [`9ffe3ef`](https://redirect.github.com/coderaiser/cloudcmd/commit/9ffe3ef1) cloudcmd: copymitter v10.0.0 ([#​457](https://redirect.github.com/coderaiser/cloudcmd/issues/457)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2Nsb3VkY29tbWFuZGVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==--> |
||
|
|
27233febd7 |
chore(deps): update oci.trueforge.org/containerforge/devcontainer:3.0.2 docker digest digest to e41dd6f (#45038)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer) ([source](https://trueforge.org)) | image | digest | `d3f8738` → `e41dd6f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwLy5kZXZjb250YWluZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
4907eff6be |
chore(common): update image oci.trueforge.org/containerforge/scratch digest to 83d8ba2 (#45023)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/scratch](https://ghcr.io/trueforge-org/scratch) ([source](https://hub.docker.com/_/ubuntu)) | digest | `a2defdd` → `83d8ba2` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2NvbW1vbiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
507412860e |
feat(helm-deps): update chart common 28.29.59 → 28.30.0 (#45031)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://trueforge.org/truetech/truecharts/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `28.29.59` → `28.30.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3p3YXZlanMybXF0dCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
e203583ccf |
feat(outline): update image docker.io/outlinewiki/outline 1.4.0 → 1.5.0 (#45032)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline) | minor | `26aabb3` → `f053574` | --- > [!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>outline/outline (docker.io/outlinewiki/outline)</summary> ### [`v1.5.0`](https://redirect.github.com/outline/outline/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/outline/outline/compare/v1.4.0...v1.5.0) #### What's Changed ##### Improvements - Added sorting options to the search screen in [#​11242](https://redirect.github.com/outline/outline/pull/11242) - Added `diff` language highlighting for code blocks in [#​11301](https://redirect.github.com/outline/outline/pull/11301) - Allow `cmd+enter` to toggle all checkboxes in a selection in [#​11322](https://redirect.github.com/outline/outline/pull/11322) - Added support for currency sorting in tables in [#​11332](https://redirect.github.com/outline/outline/pull/11332) - Added a custom color picker for text highlights in [#​11337](https://redirect.github.com/outline/outline/pull/11337) - Clicking on a group in the share dialog now shows it's members in [#​11338](https://redirect.github.com/outline/outline/pull/11338) - Table headers are now sticky in [#​11353](https://redirect.github.com/outline/outline/pull/11353) - Importing toggle blocks from Notion is now supported in [#​11371](https://redirect.github.com/outline/outline/pull/11371) - All tables in settings now have right-click context menu support in [#​11378](https://redirect.github.com/outline/outline/pull/11378) - Added a hide/show completed items control for checkbox lists in [#​11379](https://redirect.github.com/outline/outline/pull/11379) - Markdown frontmatter is now converted to YAML code blocks on import in [#​11420](https://redirect.github.com/outline/outline/pull/11420) - Added a "Rename" option to sidebar context menus in [#​11425](https://redirect.github.com/outline/outline/pull/11425) - Added Alt-click to recursively expand or collapse sidebar documents and collections in [#​11432](https://redirect.github.com/outline/outline/pull/11432) - Added a preference for desktop notification badge with off, count, and indicator options in [#​11436](https://redirect.github.com/outline/outline/pull/11436) - Added alphabetic ordered list support to markdown import and paste in [#​11446](https://redirect.github.com/outline/outline/pull/11446) - Allow creating a new document before or after another in the sidebar in [#​11453](https://redirect.github.com/outline/outline/pull/11453) ##### Fixes - Preserved alignment and caption when replacing images in [#​11407](https://redirect.github.com/outline/outline/pull/11407) - Improved popularity scoring job performance in [#​11293](https://redirect.github.com/outline/outline/pull/11293) - Fixed downloading mermaid images from the lightbox in [#​11300](https://redirect.github.com/outline/outline/pull/11300) - Further popularity scoring performance improvements in [#​11305](https://redirect.github.com/outline/outline/pull/11305) - Fixed text truncation with emoji icons in sidebar in [#​11307](https://redirect.github.com/outline/outline/pull/11307) - Separated user input errors from internal errors for Sentry reporting in [#​11308](https://redirect.github.com/outline/outline/pull/11308) - Fixed editor focus loss on text link interaction in [#​11310](https://redirect.github.com/outline/outline/pull/11310) - Removed unnecessary Markdown conversion when importing HTML in [#​11315](https://redirect.github.com/outline/outline/pull/11315) - Fixed "New draft" from command menu leading to "Not found" in [#​11316](https://redirect.github.com/outline/outline/pull/11316) - Improved slow query in `CleanupDeletedDocumentsTask` in [#​11317](https://redirect.github.com/outline/outline/pull/11317) - Removed Babel from production dependencies in [#​11318](https://redirect.github.com/outline/outline/pull/11318) - Minor React performance optimizations in [#​11319](https://redirect.github.com/outline/outline/pull/11319) - Fixed share panel state for drafts in a shared parent in [#​11320](https://redirect.github.com/outline/outline/pull/11320) - Fixed embed option showing for links that cannot be embedded in [#​11323](https://redirect.github.com/outline/outline/pull/11323) - Fixed non-admins being unable to see public ACL attachments in [#​11326](https://redirect.github.com/outline/outline/pull/11326) - Fixed suggestion menu inserting at incorrect position when choosing with mouse in [#​11327](https://redirect.github.com/outline/outline/pull/11327) - Fixed passkey registration with non-standard HTTPS ports in [#​11329](https://redirect.github.com/outline/outline/pull/11329) - Fixed collapsed toggles not expanding when they contain the highlighted search result in [#​11330](https://redirect.github.com/outline/outline/pull/11330) - Fixed column and row selection not restoring after sort or align in [#​11333](https://redirect.github.com/outline/outline/pull/11333) - Renamed `DATABASE_READ_ONLY_URL` environment variable in [#​11334](https://redirect.github.com/outline/outline/pull/11334) - Fixed Safari print offset issue in [#​11339](https://redirect.github.com/outline/outline/pull/11339) - Permanently deleted documents are now removed from the local store in [#​11344](https://redirect.github.com/outline/outline/pull/11344) - Fixed overly broad catch-all on root share in [#​11346](https://redirect.github.com/outline/outline/pull/11346) - Removed hanging toggle sidebar button with no functionality in [#​11350](https://redirect.github.com/outline/outline/pull/11350) - Fixed tables with merged cells behaving incorrectly when sorting in [#​11351](https://redirect.github.com/outline/outline/pull/11351) - Fixed prefetching document structure for starred documents in [#​11355](https://redirect.github.com/outline/outline/pull/11355) - Refactored `activeDocumentId` handling in [#​11144](https://redirect.github.com/outline/outline/pull/11144) - Fixed missing outline on focused editable elements in [#​11362](https://redirect.github.com/outline/outline/pull/11362) - Fixed document creation routing to use the correct parameter name in [#​11369](https://redirect.github.com/outline/outline/pull/11369) - Fixed test snapshot in [#​11391](https://redirect.github.com/outline/outline/pull/11391) - Auto-compressed images by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​11394](https://redirect.github.com/outline/outline/pull/11394) - Fixed test snapshot in [#​11395](https://redirect.github.com/outline/outline/pull/11395) - Fixed Sentry error resulting from browser extensions using MobX in [#​11399](https://redirect.github.com/outline/outline/pull/11399) - Fixed selection toolbar issues around link selection in [#​11408](https://redirect.github.com/outline/outline/pull/11408) - Removed unnecessary loading of authentication rows in `userProvisioner` in [#​11413](https://redirect.github.com/outline/outline/pull/11413) - Allowlisted more methods for CSRF skip in [#​11414](https://redirect.github.com/outline/outline/pull/11414) - Added `application_name` to database logging in [#​11415](https://redirect.github.com/outline/outline/pull/11415) - Fixed exporting a document with a table causing a crash in [#​11422](https://redirect.github.com/outline/outline/pull/11422) - Fixed an issue in active context creation due to a fallback in [#​11426](https://redirect.github.com/outline/outline/pull/11426) - Stopped using public ACL for avatars in [#​11427](https://redirect.github.com/outline/outline/pull/11427) - Fixed potential task queue saturation in the Notion importer in [#​11428](https://redirect.github.com/outline/outline/pull/11428) - Fixed edits containing only a mention below edit distance not triggering a notification in [#​11434](https://redirect.github.com/outline/outline/pull/11434) - Fixed missing check for disabled group mentions in [#​11435](https://redirect.github.com/outline/outline/pull/11435) - Fixed mispositioned toolbar on first document open in [#​11437](https://redirect.github.com/outline/outline/pull/11437) - Fixed creating a new document from the sidebar not redirecting correctly to edit mode in [#​11442](https://redirect.github.com/outline/outline/pull/11442) - Fixed collections with the same name overwriting each other in export in [#​11443](https://redirect.github.com/outline/outline/pull/11443) - Fixed notification badge not appearing until the notification popover was opened in [#​11444](https://redirect.github.com/outline/outline/pull/11444) - Translation locale files now load over `CDN_URL` for better performance in [#​11445](https://redirect.github.com/outline/outline/pull/11445) - Fixed synthetic "latest" revision failing to load in [#​11451](https://redirect.github.com/outline/outline/pull/11451) - Added missing tooltips in [#​11452](https://redirect.github.com/outline/outline/pull/11452) - Cleaned up the collection create dialog in [#​11454](https://redirect.github.com/outline/outline/pull/11454) - Fixed small race conditions in the diagrams.net integration in [#​11458](https://redirect.github.com/outline/outline/pull/11458) **Full Changelog**: <https://github.com/outline/outline/compare/v1.4.0...v1.5.0> </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL291dGxpbmUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
74c5702029 |
feat(wekan): update image docker.io/wekanteam/wekan v8.32 → v8.33 (#45036)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wekanteam/wekan](https://redirect.github.com/wekan/wekan) | minor | `e9cb2bc` → `aef6966` | --- > [!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>wekan/wekan (docker.io/wekanteam/wekan)</summary> ### [`v8.33`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v833-2026-02-15-WeKan--release) [Compare Source](https://redirect.github.com/wekan/wekan/compare/v8.32...v8.33) This release adds the following new features: - [Admin Panel/Settings/Layout, for PWA: Custom head meta, link, icons, assetlinks.json, site.webmanifest](https://redirect.github.com/wekan/wekan/commit/b5a13f0206ff9b44329a1cf8d4f2b84ca1c7bd91). Thanks to xet7. and adds the following updates: - [Migrate wekan-ldap to async API for Meteor 3.0](https://redirect.github.com/wekan/wekan/pull/6115). Thanks to harryadel. - [Updated dependencies](https://redirect.github.com/wekan/wekan/commit/bebea9efeab098f7f5faca3f75019fd9efbcb5ac). Thanks to developers of dependencies. Thanks to above GitHub users for their contributions and translators for their translations. </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3dla2FuIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==--> |
||
|
|
45cb94f538 |
feat(qbitrr): update image docker.io/feramance/qbitrr v5.8.8 → v5.9.0 (#45035)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/feramance/qbitrr](https://redirect.github.com/Feramance/qBitrr) | minor | `b2428da` → `f10b625` | --- > [!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>Feramance/qBitrr (docker.io/feramance/qbitrr)</summary> ### [`v5.9.0`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v590-15022026) [Compare Source](https://redirect.github.com/Feramance/qBitrr/compare/v5.8.8...v5.9.0) ##### 🚀 Features - [docs: Add Hit and Run protection as a main feature](https://redirect.github.com/Feramance/qBitrr/commit/139d5925ebc583a1fdab9cb0ff2f8155cbb2976c) - [@​Feramance](https://redirect.github.com/Feramance) - [feat: Add configurable HnR download threshold + unify tracker docs](https://redirect.github.com/Feramance/qBitrr/commit/0d03206d0d6b7880b6b43648bcd954608c98ff1b) - [@​Feramance](https://redirect.github.com/Feramance) - [feat: Extend HnR protection to all torrent deletion paths](https://redirect.github.com/Feramance/qBitrr/commit/aafbcc169c34983ac6dea2cbc1816682a17e6b19) - [@​Feramance](https://redirect.github.com/Feramance) - [feat: Add HnR protection to qBit CategorySeeding config surface](https://redirect.github.com/Feramance/qBitrr/commit/3a81d1c32c979b76f709b01c5620a5f471b75352) - [@​Feramance](https://redirect.github.com/Feramance) - [feat(webui): Add HnR protection fields to ConfigView](https://redirect.github.com/Feramance/qBitrr/commit/6cbb39314fae8b3d9d989e02d8cc65016ac9ac7c) - [@​Feramance](https://redirect.github.com/Feramance) - [feat: Add Hit and Run protection + semver config versioning](https://redirect.github.com/Feramance/qBitrr/commit/88ad20ca669b4f2c0b9c5629d1ef8784947900fa) - [@​Feramance](https://redirect.github.com/Feramance) - [docs: Add Requestrr integration documentation](https://redirect.github.com/Feramance/qBitrr/commit/2f92dd22a84493c6d721f2f44f424a258b6ef4e2) - [@​Feramance](https://redirect.github.com/Feramance) - [Add CLAUDE.md to .gitignore](https://redirect.github.com/Feramance/qBitrr/commit/e5e2bde54c7e3058c2f232fda6d2e197084752a0) - [@​Feramance](https://redirect.github.com/Feramance) ##### 🐛 Bug Fixes - [fix: Skip PlaceHolderArr and FreeSpaceManager in category stats endpoint](https://redirect.github.com/Feramance/qBitrr/commit/6039e2522b5c1be72be0d662384ef7f33c8f237d) - [@​Feramance](https://redirect.github.com/Feramance) - [fix: Create dedicated qBit client in category manager child process](https://redirect.github.com/Feramance/qBitrr/commit/2094b1eb3c5db41524a6e3be4716278c50f64e2b) - [@​Feramance](https://redirect.github.com/Feramance) - [fix: Process registry leaks, config validation gaps, and dependency updates](https://redirect.github.com/Feramance/qBitrr/commit/2c160f7748faeabe05945edbda5100115f264019) - [@​Feramance](https://redirect.github.com/Feramance) - [fix: Rebuild qBit category managers on reload and fix tracker field rendering](https://redirect.github.com/Feramance/qBitrr/commit/4066b1b0bb44d4e86dd373b1c8f591caa8b54386) - [@​Feramance](https://redirect.github.com/Feramance) - [fix: Make HnR config fields optional in WebUI validation](https://redirect.github.com/Feramance/qBitrr/commit/32ac27108cf35705581db8fd6b1280f9b11cb717) - [@​Feramance](https://redirect.github.com/Feramance) - [fix: Fill missing HnR fields in config validation](https://redirect.github.com/Feramance/qBitrr/commit/0252b907757dcbc5fba79b98934d7305441cbb89) - [@​Feramance](https://redirect.github.com/Feramance) - [fix: Resolve cfunmet signature mismatch and qBit 5.x share limits](https://redirect.github.com/Feramance/qBitrr/commit/547975b22adc13018aa7b9b52c7684cd4c90007c) - [@​Feramance](https://redirect.github.com/Feramance) - [fix: Use host-based matching for tracker URI comparison](https://redirect.github.com/Feramance/qBitrr/commit/ba67af1c2454eb582d4e3cfdbce40669f5437cee) - [@​Feramance](https://redirect.github.com/Feramance) - [fix: Resolve eslint 10 compatibility issues and Docker build](https://redirect.github.com/Feramance/qBitrr/commit/fa014bc77ae13b7c08f6dba5f262cde5261f6213) - [@​Feramance](https://redirect.github.com/Feramance) - [fix: Normalize tracker URIs to prevent trailing-slash mismatches](https://redirect.github.com/Feramance/qBitrr/commit/3ab0d6d46e6c9bbfb452762cbd7788666303873d) - [@​Feramance](https://redirect.github.com/Feramance) - [fix: Handle negligible downloads (<10% progress) in HnR protection](https://redirect.github.com/Feramance/qBitrr/commit/7fdcc6432e46140477f7365695fe8cd4b08fe19d) - [@​Feramance](https://redirect.github.com/Feramance) - [fix: Align HnR migration version gate with EXPECTED\_CONFIG\_VERSION](https://redirect.github.com/Feramance/qBitrr/commit/5234d0752463fb308b7afd908c93d6a6dfc6e280) - [@​Feramance](https://redirect.github.com/Feramance) - [docs: Fix Requestrr flowchart to use Mermaid format](https://redirect.github.com/Feramance/qBitrr/commit/0fb5700706dd35a347f4c350ce1d18dea4605e57) - [@​Feramance](https://redirect.github.com/Feramance) - [docs: Fix remaining X-API-Token, WebUI thread, and API response issues](https://redirect.github.com/Feramance/qBitrr/commit/d2eec48d8b0f40b5cf925a89f48082a819e592ae) - [@​Feramance](https://redirect.github.com/Feramance) ##### 📝 Documentation - [docs: sync PKG-INFO description](https://redirect.github.com/Feramance/qBitrr/commit/740cd62c3bcdc8672d4f2f31b51e4f013cacec4b) - [@​Feramance](https://redirect.github.com/Feramance) - [docs: Update HnR documentation to reflect tracker-only design](https://redirect.github.com/Feramance/qBitrr/commit/ce240dce3b2e17d54cfb3e4fda8362e2e576484b) - [@​Feramance](https://redirect.github.com/Feramance) - [docs: fix incorrect config version references](https://redirect.github.com/Feramance/qBitrr/commit/7a6c951d6bc4a9ed9f43ea66a2b2b4a304edfd5a) - [@​Feramance](https://redirect.github.com/Feramance) - [docs: fix broken anchor and exclude internal file from build](https://redirect.github.com/Feramance/qBitrr/commit/09e83fb63dd4508d1b62d1f37e3295cc058ffbee) - [@​Feramance](https://redirect.github.com/Feramance) - [docs: fix documentation drift and code inconsistencies](https://redirect.github.com/Feramance/qBitrr/commit/f42442c482a7e19bc65d8effd0ac6bbba7bb49a1) - [@​Feramance](https://redirect.github.com/Feramance) - [docs: consolidate documentation structure (76 → 60 files)](https://redirect.github.com/Feramance/qBitrr/commit/c4c7473b4d2f5dd4fe0bff3266a5d47b85606122) - [@​Feramance](https://redirect.github.com/Feramance) - [docs: add qBit managed categories and seeding settings documentation](https://redirect.github.com/Feramance/qBitrr/commit/ba07bca69bd3fbaa5d4d5e474748af43645d1870) - [@​Feramance](https://redirect.github.com/Feramance) ##### ♻️ Refactoring - [refactor: Move HnR config to tracker-only (remove from Arr SeedingMode)](https://redirect.github.com/Feramance/qBitrr/commit/6ef527c42277fbac9aecbc9472a698f6700c1077) - [@​Feramance](https://redirect.github.com/Feramance) ##### 🔧 Maintenance - [Update gitignore](https://redirect.github.com/Feramance/qBitrr/commit/2f825ce1c1508910392b75a51e2728d43ed567ed) - [@​Feramance](https://redirect.github.com/Feramance) - [\[pre-commit.ci\] auto fixes from pre-commit.com hooks](https://redirect.github.com/Feramance/qBitrr/commit/dc9ca369ae42719ae214f10dbe0b29172f1bcdaa) - [@​Feramance](https://redirect.github.com/Feramance) - [Build(deps-dev): Bump @​eslint/js from 9.39.2 to 10.0.1 in /webui](https://redirect.github.com/Feramance/qBitrr/commit/52dc746c5c12eb1c8a4ae0105c379d2f3d53da5a) - [@​Feramance](https://redirect.github.com/Feramance) - [Build(deps-dev): Bump eslint from 9.39.2 to 10.0.0 in /webui](https://redirect.github.com/Feramance/qBitrr/commit/652de439f085d5415b609ffbb6d59769b5cda42b) - [@​Feramance](https://redirect.github.com/Feramance) - [Build(deps-dev): Bump @​vitejs/plugin-react from 5.1.2 to 5.1.3 in /webui (#​296)](https://redirect.github.com/Feramance/qBitrr/commit/b81a02d3fa154ae8515b3deb8b7e6244b0322492) - [@​Feramance](https://redirect.github.com/Feramance) - [Build(deps-dev): Bump autoprefixer from 10.4.23 to 10.4.24 in /webui (#​295)](https://redirect.github.com/Feramance/qBitrr/commit/e5c8e6b35cf5fc1b5724026692b9a1fb9e047f73) - [@​Feramance](https://redirect.github.com/Feramance) - [Build(deps-dev): Bump @​types/react from 19.2.9 to 19.2.13 in /webui (#​293)](https://redirect.github.com/Feramance/qBitrr/commit/8ecbf2f15eba143e1f1d9072efa6898b0294676c) - [@​Feramance](https://redirect.github.com/Feramance) - [Build(deps-dev): Bump @​types/node from 25.0.10 to 25.2.2 in /webui (#​292)](https://redirect.github.com/Feramance/qBitrr/commit/cfc9e6be55d93a693e6d68506e284b0a10d0904a) - [@​Feramance](https://redirect.github.com/Feramance) - [AGENTS.md updates](https://redirect.github.com/Feramance/qBitrr/commit/0f6b25763b90ef6f03725da768e4e170496aa737) - [@​Feramance](https://redirect.github.com/Feramance) - [Update .gitignore and AGENTS.md hardlink docs](https://redirect.github.com/Feramance/qBitrr/commit/197538dd2f5d02285aa7ee61ed4744df2c1b37b5) - [@​Feramance](https://redirect.github.com/Feramance) *** </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3FiaXRyciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
e10e2e61de |
feat(overseerr): update image ghcr.io/sct/overseerr 1.34.0 → 1.35.0 (#45033)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/sct/overseerr | minor | `4f38f58` → `6197516` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL292ZXJzZWVyciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
9eef9188bb |
feat(pocketmine-mp): update image ghcr.io/pmmp/pocketmine-mp 5.39.3 → 5.40.0 (#45034)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/pmmp/pocketmine-mp | minor | `61f8f72` → `65efde2` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3BvY2tldG1pbmUtbXAiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
fb67b25301 |
fix(tracearr): update image ghcr.io/connorgallopo/tracearr 1.4.17 → 1.4.18 (#45030)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/connorgallopo/tracearr](https://redirect.github.com/connorgallopo/Tracearr) | patch | `ad9d9bb` → `d5067a3` | --- > [!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>connorgallopo/Tracearr (ghcr.io/connorgallopo/tracearr)</summary> ### [`v1.4.18`](https://redirect.github.com/connorgallopo/Tracearr/releases/tag/v1.4.18) [Compare Source](https://redirect.github.com/connorgallopo/Tracearr/compare/v1.4.17...v1.4.18) ### v1.4.18 - Rework violation system with evidence-based evaluation and rule-level severity - Language picker - Debug and tasks page - Active navbar styling - Fix resolution query issue caused by stale content comparison - Better bad data handling in library sync - Security fixes - Violation reliability improvements - Fix raw ids in violations pages - Resolve created-at trigger issues and duplication </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3RyYWNlYXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==--> |
||
|
|
ab4db48996 |
fix(slink): update image docker.io/anirdev/slink v1.9.5 → v1.9.6 (#45028)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/anirdev/slink](https://frankenphp.dev) ([source](https://redirect.github.com/php/frankenphp)) | patch | `ba21f44` → `9e766cc` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3NsaW5rIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==--> |
||
|
|
65e1071a80 |
fix(tautulli): update image ghcr.io/tautulli/tautulli v2.16.0 → v2.16.1 (#45029)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tautulli/tautulli](https://redirect.github.com/Tautulli/Tautulli) | patch | `7e6ede3` → `5f36033` | --- > [!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>Tautulli/Tautulli (ghcr.io/tautulli/tautulli)</summary> ### [`v2.16.1`](https://redirect.github.com/Tautulli/Tautulli/blob/HEAD/CHANGELOG.md#v2161-2026-12-15) [Compare Source](https://redirect.github.com/Tautulli/Tautulli/compare/v2.16.0...v2.16.1) - Notifications: - New: Add Tautulli Plex token expired notification trigger. - Newsletters: - New: Add Ace editor for syntax highlighting and code formatting for newsletter message text ([#​2585](https://redirect.github.com/Tautulli/Tautulli/issues/2585)) (Thanks [@​mcclown](https://redirect.github.com/mcclown)) - Graphs: - Change: Restrict graphs to guest user. - UI: - New: Add DD:HH:MM time format for home stats. - New: Add HH:MM:SS time format for activity cards. - Removed: Timezone from IP address modal. - Other: - Change: Zip backup files to reduce file size. </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3RhdXR1bGxpIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==--> |
||
|
|
9bca267b9a |
fix(cloudcommander): update image ghcr.io/coderaiser/cloudcmd 19.3.7 → 19.3.8 (#45026)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd) | patch | `901b0fb` → `f859c16` | --- > [!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>coderaiser/cloudcmd (ghcr.io/coderaiser/cloudcmd)</summary> ### [`v19.3.8`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.3.8): cloudcmd v19.3.8 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.3.7...v19.3.8) #### 🐞 fix - [`d274a2b`](https://redirect.github.com/coderaiser/cloudcmd/commit/d274a2b3) spinner ([#​456](https://redirect.github.com/coderaiser/cloudcmd/issues/456)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2Nsb3VkY29tbWFuZGVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==--> |
||
|
|
60f3d60647 |
chore(deps): update oci.trueforge.org/containerforge/devcontainer:3.0.2 docker digest digest to d3f8738 (#45025)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer) ([source](https://trueforge.org)) | image | digest | `64cb1ba` → `d3f8738` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwLy5kZXZjb250YWluZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
5b1051aaf6 |
feat(common): update image oci.trueforge.org/containerforge/mongosh 1.2.0 → 1.10.6 (#44952)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/mongosh](https://ghcr.io/trueforge-org/mongosh) ([source](https://truecharts.org)) | minor | `8f899e6` → `f2f1dd2` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2NvbW1vbiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
3115750c20 |
feat(code-server): update image oci.trueforge.org/containerforge/code-server 4.105.1 → 4.109.2 (#44951)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/code-server](https://ghcr.io/trueforge-org/code-server) ([source](https://coder.com)) | minor | `1b8b46c` → `05c7177` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2NvZGUtc2VydmVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
393302b9df |
test: bump valkey-using charts for testing (#45020)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ |
||
|
|
cdfdc63192 | fix(valkey): dont set valkey replication mode | ||
|
|
27bc86c527 | change env-vars to VALKEY instead of REDIS |