d82fa4e73bb6b82e89e8fcc374229edfb7bd6980
43949 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
d82fa4e73b |
chore(helm): update image docker.io/vshadbolt/strapi 5.13.1 → 5.14.0 (#35943)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/vshadbolt/strapi | minor | `ad80e8c` -> `32c7590` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
50e34b45a6 | chore(helm): update image ghcr.io/flaresolverr/flaresolverr v3.3.21 → v3.3.22 (#35931) | ||
|
|
579746a9c9 |
chore(helm): update image docker.io/dpage/pgadmin4 9.3 → 9.4 (#35935)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/dpage/pgadmin4 | minor | `bd71932` -> `6b1c0db` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
5dbcf60c5d |
chore(helm): update image docker.io/syncthing/syncthing 1.29.6 → 1.29.7 (#35930)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/syncthing/syncthing](https://syncthing.net) ([source](https://redirect.github.com/syncthing/syncthing)) | patch | `82e1abb` -> `dde2305` | --- > [!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>syncthing/syncthing (docker.io/syncthing/syncthing)</summary> ### [`v1.29.7`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.29.7) [Compare Source](https://redirect.github.com/syncthing/syncthing/compare/v1.29.6...v1.29.7) #### Syncthing 2 is coming Syncthing version 1.x will soon be replaced by Syncthing version 2.x. Version 2 brings a new database format and various cleanups, but remains protocol compatible with Syncthing 1. More detailed information about Syncthing 2 can be found in the release notes at https://github.com/syncthing/syncthing/releases. #### What's Changed ##### Fixes - fix(config): deep copy configuration defaults (fixes [#​9916](https://redirect.github.com/syncthing/syncthing/issues/9916)) by [@​hazemKrimi](https://redirect.github.com/hazemKrimi) in [https://github.com/syncthing/syncthing/pull/10101](https://redirect.github.com/syncthing/syncthing/pull/10101) - fix(config): mark audit log options as needing restart (fixes [#​10099](https://redirect.github.com/syncthing/syncthing/issues/10099)) by [@​marbens-arch](https://redirect.github.com/marbens-arch) in [https://github.com/syncthing/syncthing/pull/10100](https://redirect.github.com/syncthing/syncthing/pull/10100) - fix(versioner): fix perms of created folders (fixes [#​9626](https://redirect.github.com/syncthing/syncthing/issues/9626)) by [@​ashishbhate](https://redirect.github.com/ashishbhate) in [https://github.com/syncthing/syncthing/pull/10105](https://redirect.github.com/syncthing/syncthing/pull/10105) - fix(syncthing): ensure both config and data dirs exist at startup (fixes [#​10126](https://redirect.github.com/syncthing/syncthing/issues/10126)) by [@​calmh](https://redirect.github.com/calmh) in [https://github.com/syncthing/syncthing/pull/10127](https://redirect.github.com/syncthing/syncthing/pull/10127) - fix(gui): update `uncamel()` to handle strings like 'IDs' (fixes [#​10128](https://redirect.github.com/syncthing/syncthing/issues/10128)) by [@​luckman212](https://redirect.github.com/luckman212) in [https://github.com/syncthing/syncthing/pull/10131](https://redirect.github.com/syncthing/syncthing/pull/10131) ##### Features - feat(gui): close a modal when pressing ESC after switching modal tabs (fixes [#​9489](https://redirect.github.com/syncthing/syncthing/issues/9489)) by [@​hazemKrimi](https://redirect.github.com/hazemKrimi) in [https://github.com/syncthing/syncthing/pull/10092](https://redirect.github.com/syncthing/syncthing/pull/10092) ##### Other - chore(gui): add Serbian (sr) translation template by [@​acolomb](https://redirect.github.com/acolomb) in [https://github.com/syncthing/syncthing/pull/10116](https://redirect.github.com/syncthing/syncthing/pull/10116) - build: reactivate golangci-lint by [@​calmh](https://redirect.github.com/calmh) in [https://github.com/syncthing/syncthing/pull/10118](https://redirect.github.com/syncthing/syncthing/pull/10118) - chore: move golangci-lint & meta to separate PR-only workflow by [@​calmh](https://redirect.github.com/calmh) in [https://github.com/syncthing/syncthing/pull/10119](https://redirect.github.com/syncthing/syncthing/pull/10119) - refactor: use slices.Contains to simplify code by [@​pullmerge](https://redirect.github.com/pullmerge) in [https://github.com/syncthing/syncthing/pull/10121](https://redirect.github.com/syncthing/syncthing/pull/10121) - build: process for automatic release tags by [@​calmh](https://redirect.github.com/calmh) in [https://github.com/syncthing/syncthing/pull/10133](https://redirect.github.com/syncthing/syncthing/pull/10133) - refactor: use slices package for sort by [@​mrclmr](https://redirect.github.com/mrclmr) in [https://github.com/syncthing/syncthing/pull/10132](https://redirect.github.com/syncthing/syncthing/pull/10132) - refactor: use slices package for sorting by [@​mrclmr](https://redirect.github.com/mrclmr) in [https://github.com/syncthing/syncthing/pull/10136](https://redirect.github.com/syncthing/syncthing/pull/10136) - docs: general notes about v2 coming by [@​calmh](https://redirect.github.com/calmh) in [https://github.com/syncthing/syncthing/pull/10135](https://redirect.github.com/syncthing/syncthing/pull/10135) - build: add labeler workflow for PRs by [@​calmh](https://redirect.github.com/calmh) in [https://github.com/syncthing/syncthing/pull/10143](https://redirect.github.com/syncthing/syncthing/pull/10143) #### New Contributors - [@​hazemKrimi](https://redirect.github.com/hazemKrimi) made their first contribution in [https://github.com/syncthing/syncthing/pull/10092](https://redirect.github.com/syncthing/syncthing/pull/10092) - [@​pullmerge](https://redirect.github.com/pullmerge) made their first contribution in [https://github.com/syncthing/syncthing/pull/10121](https://redirect.github.com/syncthing/syncthing/pull/10121) - [@​ashishbhate](https://redirect.github.com/ashishbhate) made their first contribution in [https://github.com/syncthing/syncthing/pull/10105](https://redirect.github.com/syncthing/syncthing/pull/10105) - [@​mrclmr](https://redirect.github.com/mrclmr) made their first contribution in [https://github.com/syncthing/syncthing/pull/10132](https://redirect.github.com/syncthing/syncthing/pull/10132) **Full Changelog**: https://github.com/syncthing/syncthing/compare/v1.29.6...v1.29.7 </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=--> |
||
|
|
12a2febe51 |
chore(helm): update image docker.io/restic/rest-server 0.13.0 → 0.14.0 (#35939)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/restic/rest-server](https://redirect.github.com/restic/rest-server) | minor | `8668c23` -> `d2aff06` | --- > [!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>restic/rest-server (docker.io/restic/rest-server)</summary> ### [`v0.14.0`](https://redirect.github.com/restic/rest-server/blob/HEAD/CHANGELOG.md#Changelog-for-rest-server-0140-2025-05-31) [Compare Source](https://redirect.github.com/restic/rest-server/compare/v0.13.0...v0.14.0) \============================================ The following sections list the changes in rest-server 0.14.0 relevant to users. The changes are ordered by importance. ## Summary - Sec [#​318](https://redirect.github.com/restic/rest-server/issues/318): Fix world-readable permissions on new `.htpasswd` files - Chg [#​322](https://redirect.github.com/restic/rest-server/issues/322): Update dependencies and require Go 1.23 or newer - Enh [#​174](https://redirect.github.com/restic/rest-server/issues/174): Support proxy-based authentication - Enh [#​189](https://redirect.github.com/restic/rest-server/issues/189): Support group accessible repositories - Enh [#​295](https://redirect.github.com/restic/rest-server/issues/295): Output status of append-only mode on startup - Enh [#​315](https://redirect.github.com/restic/rest-server/issues/315): Hardened tls settings - Enh [#​321](https://redirect.github.com/restic/rest-server/issues/321): Add zip archive format for Windows releases ## Details - Security [#​318](https://redirect.github.com/restic/rest-server/issues/318): Fix world-readable permissions on new `.htpasswd` files On startup the rest-server Docker container creates an empty `.htpasswd` file if none exists yet. This file was world-readable by default, which can be a security risk, even though the file only contains hashed passwords. This has been fixed such that new `.htpasswd` files are no longer world-readabble. The permissions of existing `.htpasswd` files must be manually changed if relevant in your setup. [https://github.com/restic/rest-server/issues/318](https://redirect.github.com/restic/rest-server/issues/318) [https://github.com/restic/rest-server/pull/340](https://redirect.github.com/restic/rest-server/pull/340)/340 - Change [#​322](https://redirect.github.com/restic/rest-server/issues/322): Update dependencies and require Go 1.23 or newer All dependencies have been updated. Rest-server now requires Go 1.23 or newer to build. This also disables support for TLS versions older than TLS 1.2. On Windows, rest-server now requires at least Windows 10 or Windows Server 2016. On macOS, rest-server now requires at least macOS 11 Big Sur. [https://github.com/restic/rest-server/pull/322](https://redirect.github.com/restic/rest-server/pull/322) [https://github.com/restic/rest-server/pull/338](https://redirect.github.com/restic/rest-server/pull/338)/338 - Enhancement [#​174](https://redirect.github.com/restic/rest-server/issues/174): Support proxy-based authentication Rest-server now supports authentication via HTTP proxy headers. This feature can be enabled by specifying the username header using the `--proxy-auth-username` option (e.g., `--proxy-auth-username=X-Forwarded-User`). When enabled, the server authenticates users based on the specified header and disables Basic Auth. Note that proxy authentication is disabled when `--no-auth` is set. [https://github.com/restic/rest-server/issues/174](https://redirect.github.com/restic/rest-server/issues/174) [https://github.com/restic/rest-server/pull/307](https://redirect.github.com/restic/rest-server/pull/307)/307 - Enhancement [#​189](https://redirect.github.com/restic/rest-server/issues/189): Support group accessible repositories Rest-server now supports making repositories accessible to the filesystem group by setting the `--group-accessible-repos` option. Note that permissions of existing files are not modified. To allow the group to read and write file, use a umask of `007`. To only grant read access use `027`. To make an existing repository group-accessible, use `chmod -R g+rwX /path/to/repo`. [https://github.com/restic/rest-server/issues/189](https://redirect.github.com/restic/rest-server/issues/189) [https://github.com/restic/rest-server/pull/308](https://redirect.github.com/restic/rest-server/pull/308)/308 - Enhancement [#​295](https://redirect.github.com/restic/rest-server/issues/295): Output status of append-only mode on startup Rest-server now displays the status of append-only mode during startup. [https://github.com/restic/rest-server/pull/295](https://redirect.github.com/restic/rest-server/pull/295) - Enhancement [#​315](https://redirect.github.com/restic/rest-server/issues/315): Hardened tls settings Rest-server now uses a secure TLS cipher suite set by default. The minimum TLS version is now TLS 1.2 and can be further increased using the new `--tls-min-ver` option, allowing users to enforce stricter security requirements. [https://github.com/restic/rest-server/pull/315](https://redirect.github.com/restic/rest-server/pull/315) - Enhancement [#​321](https://redirect.github.com/restic/rest-server/issues/321): Add zip archive format for Windows releases Windows users can now download rest-server binaries in zip archive format (.zip) in addition to the existing tar.gz archives. [https://github.com/restic/rest-server/issues/321](https://redirect.github.com/restic/rest-server/issues/321) [https://github.com/restic/rest-server/pull/346](https://redirect.github.com/restic/rest-server/pull/346)/346 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
28cb782ac7 |
chore(helm): update image tccr.io/tccr/alpine v3.21.3 → v3.22.0 (#35945)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/alpine](https://redirect.github.com/truecharts/public) | minor | -> | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
fcbc456edf |
chore(helm): update chart mongodb 15.3.14 → 15.3.15 (#35926)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mongodb](https://truecharts.org/charts/stable/mongodb) ([source](https://gallery.ecr.aws/bitnami/mongodb)) | patch | `15.3.14` -> `15.3.15` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
8cf233d385 | chore(helm): update chart memcached 14.5.12 → 14.5.13 (#35925) | ||
|
|
a263046de2 |
chore(helm): update image docker.io/traccar/traccar digest to c10f2a3 (#35922)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/traccar/traccar | digest | `4e7bfde` -> `c10f2a3` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
4f29cbb79c |
chore(helm): update image docker.io/petersem/posterr digest to 5554568 (#35921)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/petersem/posterr | digest | `f18cb73` -> `5554568` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
a082cd8e99 | chore(helm): update image ghcr.io/linuxserver/lazylibrarian digest to 95ac5db (#35923) | ||
|
|
fabd118d7b |
chore(helm): update image docker.io/mbentley/omada-controller digest to f219e1e (#35920)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller) | digest | `e6e08b7` -> `f219e1e` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
95229a4847 |
chore(helm): update image docker.io/cthulhoo/ttrss-fpm-pgsql-static digest to f620c68 (#35918)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/cthulhoo/ttrss-fpm-pgsql-static | digest | `a8de423` -> `f620c68` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b7df01fe9b |
chore(helm): update image docker.io/bsyed/troddit digest to fd978c1 (#35917)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/bsyed/troddit | digest | `5f7fc81` -> `fd978c1` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
ee846ba886 |
chore(flux): update image clusterissuer 9.6.5 → 9.6.6 (clustertool) (#35924)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clusterissuer](https://truecharts.org/charts/premium/clusterissuer) ([source](https://cert-manager.io/)) | patch | `9.6.5` -> `9.6.6` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
875268e29b |
chore(helm): update image public.ecr.aws/bitnami/wordpress digest to d4530a8 (#35871)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [public.ecr.aws/bitnami/wordpress](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/wordpress)) | digest | `e41473d` -> `d4530a8` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
aedc746400 | chore(helm): update image docker 28.1.1 → 28.2.2 (#35894) | ||
|
|
49ef04b5e7 |
chore(helm): update image ghcr.io/elfhosted/nzbhydra2 7.14.0 → 7.14.1 (#35886)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/elfhosted/nzbhydra2](https://redirect.github.com/theotherp/nzbhydra2) | patch | `31ffa84` -> `271176f` | --- > [!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>theotherp/nzbhydra2 (ghcr.io/elfhosted/nzbhydra2)</summary> ### [`v7.14.1`](https://redirect.github.com/theotherp/nzbhydra2/blob/HEAD/changelog.md#v7141-2025-06-02) [Compare Source](https://redirect.github.com/theotherp/nzbhydra2/compare/v7.14.0...v7.14.1) **Fixed** nzb.su / nzb.life caps check should now actually work. I previously didn't have VIP access and couldn't test it. See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/990">[#​990](https://redirect.github.com/theotherp/nzbhydra2/issues/990)</a> </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=--> |
||
|
|
77265cb47e |
chore(helm): update image public.ecr.aws/bitnami/mongodb digest to bdd92e7 (#35868)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [public.ecr.aws/bitnami/mongodb](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/mongodb)) | digest | `e0ac9a6` -> `bdd92e7` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
a6b08cd976 |
chore(helm): update image ghcr.io/linuxserver/bookstack 25.02.20250309 → 25.05.20250531 (#35910)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/bookstack](https://redirect.github.com/linuxserver/docker-bookstack/packages) ([source](https://redirect.github.com/linuxserver/docker-bookstack)) | minor | `41917d1` -> `c09ac77` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
473dd04ca7 |
chore(helm): update image ghcr.io/techno-tim/littlelink-server digest to da67eb5 (#35861)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/techno-tim/littlelink-server | digest | `c4f8512` -> `da67eb5` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
3d85e6af43 |
chore(helm): update image docker.io/ghostfolio/ghostfolio 2.163.0 → 2.165.0 (#35899)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `d2388cb` -> `0020522` | --- > [!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>ghostfolio/ghostfolio (docker.io/ghostfolio/ghostfolio)</summary> ### [`v2.165.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21650---2025-05-31) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.164.0...2.165.0) ##### Added - Extended the content of the *General* section by the performance calculation method on the Frequently Asked Questions (FAQ) page ##### Changed - Improved the *Live Demo* setup by syncing activities based on tags - Renamed `orders` to `activities` in the `Tag` database schema - Modularized the cron service - Refreshed the cryptocurrencies list - Improved the language localization for Catalan (`ca`) - Improved the language localization for Dutch (`nl`) - Improved the language localization for Polish (`pl`) - Improved the language localization for Spanish (`es`) - Upgraded `big.js` from version `6.2.2` to `7.0.1` - Upgraded `ng-extract-i18n-merge` from version `2.14.3` to `2.15.0` ##### Fixed - Changed the investment value to take the currency effects into account in the holding detail dialog ### [`v2.164.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21640---2025-05-28) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.163.0...2.164.0) ##### Changed - Improved the language localization for Dutch (`nl`) - Improved the language localization for French (`fr`) - Improved the language localization for Polish (`pl`) - Improved the language localization for Spanish (`es`) - Upgraded `Node.js` from version `20` to `22` (`Dockerfile`) - Upgraded `yahoo-finance2` from version `3.3.4` to `3.3.5` </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
4a52768969 |
chore(helm): update image ghcr.io/gethomepage/homepage v1.2.0 → v1.3.2 (#35908)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://redirect.github.com/gethomepage/homepage) | minor | `5e6bcbb` -> `4f923bf` | --- > [!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>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary> ### [`v1.3.2`](https://redirect.github.com/gethomepage/homepage/releases/tag/v1.3.2) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v1.3.1...v1.3.2) #### What's Changed - Enhancement: support breaking changes in wg-easy v15 by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/5343](https://redirect.github.com/gethomepage/homepage/pull/5343) - Fix: make gluetun port_forwarded opt-in by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/5345](https://redirect.github.com/gethomepage/homepage/pull/5345) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v1.3.0...v1.3.2 ### [`v1.3.1`](https://redirect.github.com/gethomepage/homepage/compare/v1.3.0...v1.3.1) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v1.3.0...v1.3.1) ### [`v1.3.0`](https://redirect.github.com/gethomepage/homepage/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v1.2.0...v1.3.0) #### What's Changed - Chore(deps): Bump recharts from 2.15.1 to 2.15.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/5234](https://redirect.github.com/gethomepage/homepage/pull/5234) - Chore(deps-dev): Bump eslint from 9.21.0 to 9.25.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/5230](https://redirect.github.com/gethomepage/homepage/pull/5230) - Chore(deps): Bump next from 15.2.4 to 15.3.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/5231](https://redirect.github.com/gethomepage/homepage/pull/5231) - Chore(deps-dev): Bump eslint-plugin-prettier from 5.2.3 to 5.2.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gethomepage/homepage/pull/5232](https://redirect.github.com/gethomepage/homepage/pull/5232) - Feature: Jellystat widget by [@​Zlendy](https://redirect.github.com/Zlendy) in [https://github.com/gethomepage/homepage/pull/5185](https://redirect.github.com/gethomepage/homepage/pull/5185) - Enhancement: add optional token parameter for gamedig by [@​InsertDisc](https://redirect.github.com/InsertDisc) in [https://github.com/gethomepage/homepage/pull/5245](https://redirect.github.com/gethomepage/homepage/pull/5245) - Fix: ensure https protocol with docker tls by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/5248](https://redirect.github.com/gethomepage/homepage/pull/5248) - Chore: change to ical.js for ical parsing by [@​matheusvellone](https://redirect.github.com/matheusvellone) in [https://github.com/gethomepage/homepage/pull/5241](https://redirect.github.com/gethomepage/homepage/pull/5241) - Enhancement: respect search engine order from config by [@​sharpsan](https://redirect.github.com/sharpsan) in [https://github.com/gethomepage/homepage/pull/5250](https://redirect.github.com/gethomepage/homepage/pull/5250) - Enhancement: Add port_forwarded field to Gluetun widget by [@​ceramicwhite](https://redirect.github.com/ceramicwhite) in [https://github.com/gethomepage/homepage/pull/2262](https://redirect.github.com/gethomepage/homepage/pull/2262) - Enhancement: support specifying protocol for Docker Socket Proxy by [@​grbkdd](https://redirect.github.com/grbkdd) in [https://github.com/gethomepage/homepage/pull/5285](https://redirect.github.com/gethomepage/homepage/pull/5285) - Fix: refresh beszel token if empty list is returned by [@​henrygd](https://redirect.github.com/henrygd) in [https://github.com/gethomepage/homepage/pull/5292](https://redirect.github.com/gethomepage/homepage/pull/5292) - Enhancement: support nested services via labels for mixed layout-only groups by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/5295](https://redirect.github.com/gethomepage/homepage/pull/5295) - Enhancement: Support more docker API connection options. by [@​apollo13](https://redirect.github.com/apollo13) in [https://github.com/gethomepage/homepage/pull/5304](https://redirect.github.com/gethomepage/homepage/pull/5304) - Enhancement: Checkmk widget by [@​dmchmk](https://redirect.github.com/dmchmk) in [https://github.com/gethomepage/homepage/pull/5301](https://redirect.github.com/gethomepage/homepage/pull/5301) - Chore: improve PUID/PGID support by [@​shamoon](https://redirect.github.com/shamoon) in [https://github.com/gethomepage/homepage/pull/5314](https://redirect.github.com/gethomepage/homepage/pull/5314) - Fix: glances info widget system data out of bounds by [@​TimEnglart](https://redirect.github.com/TimEnglart) in [https://github.com/gethomepage/homepage/pull/5316](https://redirect.github.com/gethomepage/homepage/pull/5316) - New Crowdin translations by GitHub Action by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/gethomepage/homepage/pull/5228](https://redirect.github.com/gethomepage/homepage/pull/5228) #### New Contributors - [@​sharpsan](https://redirect.github.com/sharpsan) made their first contribution in [https://github.com/gethomepage/homepage/pull/5250](https://redirect.github.com/gethomepage/homepage/pull/5250) - [@​ceramicwhite](https://redirect.github.com/ceramicwhite) made their first contribution in [https://github.com/gethomepage/homepage/pull/2262](https://redirect.github.com/gethomepage/homepage/pull/2262) - [@​grbkdd](https://redirect.github.com/grbkdd) made their first contribution in [https://github.com/gethomepage/homepage/pull/5285](https://redirect.github.com/gethomepage/homepage/pull/5285) - [@​henrygd](https://redirect.github.com/henrygd) made their first contribution in [https://github.com/gethomepage/homepage/pull/5292](https://redirect.github.com/gethomepage/homepage/pull/5292) - [@​apollo13](https://redirect.github.com/apollo13) made their first contribution in [https://github.com/gethomepage/homepage/pull/5304](https://redirect.github.com/gethomepage/homepage/pull/5304) - [@​dmchmk](https://redirect.github.com/dmchmk) made their first contribution in [https://github.com/gethomepage/homepage/pull/5301](https://redirect.github.com/gethomepage/homepage/pull/5301) - [@​TimEnglart](https://redirect.github.com/TimEnglart) made their first contribution in [https://github.com/gethomepage/homepage/pull/5316](https://redirect.github.com/gethomepage/homepage/pull/5316) **Full Changelog**: https://github.com/gethomepage/homepage/compare/v1.2.0...v1.3.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
0553f9b2dd |
chore(helm): update image docker.io/kubernetesui/dashboard-web 1.6.2 → 1.7.0 (#35904)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/kubernetesui/dashboard-web](https://redirect.github.com/kubernetes/dashboard) | minor | `938145e` -> `cc7c31b` | --- > [!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>kubernetes/dashboard (docker.io/kubernetesui/dashboard-web)</summary> ### [`v1.7.0`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.6.2...v1.7.0) #### Breaking change Since version 1.7 Dashboard uses more secure setup. It means, that by default it has the minimal set of privileges and can only be accessed over HTTPS. It is recommended to read [Access Control](https://redirect.github.com/kubernetes/dashboard/wiki/Access-control) guide before performing any further steps. #### Changelog - Add login mechanism - Add login menu to the toolbar - Add encryption key storing mechanism - Add token expiration/refresh feature - Disable HTTP when serving HTTPS - Move documentation to the [Wiki](https://redirect.github.com/kubernetes/dashboard/wiki) and update it - Update YAML files and landing page - Add init container for AMD64 and ARM architectures - Add support for Traditional Chinese language - Add pod status chart to the overview - Add endpoints table to service detail view - Add link to logs for job views - Display more info about PV and PVC - Fix scaling button - Finish migration from creator annotation to owner references - Fix replication controller pod status - Fix nil-pointer dereference error on multiple views - Make zero states consistent across app - Fix tooltips across app - Add periodic health check for metrics app - Add download button for log file - Fix annotation display - Finish client-go migration - Switch package manager to dep - Multiple minor improvements in build pipeline #### Images gcr.io/google_containers/kubernetes-dashboard-arm64:v1.7.0 gcr.io/google_containers/kubernetes-dashboard-amd64:v1.7.0 gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.7.0 gcr.io/google_containers/kubernetes-dashboard-arm:v1.7.0 gcr.io/google_containers/kubernetes-dashboard-s390x:v1.7.0 #### Init images Used by our quick installation guide described in [Getting Started](https://redirect.github.com/kubernetes/dashboard#getting-started). Check out [Installation](https://redirect.github.com/kubernetes/dashboard/wiki/Installation) guide for deployments information on other architectures. gcr.io/google_containers/kubernetes-dashboard-init-amd64:v1.0.1 gcr.io/google_containers/kubernetes-dashboard-init-arm:v1.0.1 #### Installation ```bash kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.7.0/src/deploy/recommended/kubernetes-dashboard.yaml ``` </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
dcb0a79465 |
chore(helm): update image docker.io/misskey/misskey 2025.5.0 → 2025.5.1 (#35881)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/misskey/misskey](https://redirect.github.com/misskey-dev/misskey) | patch | `5c90a0c` -> `4d8dd98` | --- > [!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>misskey-dev/misskey (docker.io/misskey/misskey)</summary> ### [`v2025.5.1`](https://redirect.github.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#202551) [Compare Source](https://redirect.github.com/misskey-dev/misskey/compare/2025.5.0...2025.5.1) ##### Note - 設定ファイルの以下の項目がコントロールパネルから設定するようになりました - signToActivityPubGet - proxyRemoteFiles - disallowExternalApRedirect - 許可しないかどうかではなく、許可するかどうかの設定(allowExternalApRedirect)になりました ##### General - Feat: 非ログインでサーバーを閲覧された際に、サーバー内のコンテンツを非公開にすることができるようになりました - モデレーションが行き届きにくい不適切なリモートコンテンツなどが、自サーバー経由で図らずもインターネットに公開されてしまうことによるトラブル防止などに役立ちます - 「全て公開(今までの挙動)」「ローカルのコンテンツだけ公開(=サーバー内で受信されたリモートのコンテンツは公開しない)」「何も公開しない」から選択できます - デフォルト値は「ローカルのコンテンツだけ公開」になっています - Feat: ロールでアップロード可能なファイル種別を設定可能になりました - デフォルトは**テキスト、JSON、画像、動画、音声ファイル**になっています。zipなど、その他の種別のファイルは含まれていないため、必要に応じて設定を変更してください。 - 場合によってはファイル種別を正しく検出できないことがあります(特にテキストフォーマット)。その場合、ファイル種別は application/octet-stream と見做されます。 - したがって、それらの種別不明ファイルを許可したい場合は application/octet-stream を指定に追加してください。 - Feat: プレビュー先がリダイレクトを伴う場合、リダイレクト先のコンテンツを取得しに行くか否かを設定できるように([#​16043](https://redirect.github.com/misskey-dev/misskey/issues/16043)) - Enhance: UIのアイコンデータの読み込みを軽量化 ##### Client - Feat: ドライブのUIが強化されました - 複数のファイルをまとめて移動できるようになりました - Feat: ファイルのアップロードUIが一新されました - アップロード前にファイル情報を確認できるようになりました - 圧縮の品質を選択できるようになりました - アップロードに失敗したときに再試行できるようになりました - アップロード前に画像のクロッピングを行えるようになりました - ファイルサイズのチェックは圧縮後の実際にアップロードされるサイズで行われるようになりました - ファイルのアップロードを中断できるようになりました - Feat: サーバー初期設定ウィザードが実装されました - 簡単なウィザードに従うだけで、サーバーに最適な設定が適用されます - Feat: Websocket接続を行わずにMisskeyを利用するNo Websocketモードが実装されました(beta) - サーバーのパフォーマンス向上に寄与することが期待されます - 何らの理由によりWebsocket接続が行えない環境でも快適に利用可能です - 従来のWebsocket接続を行うモードはリアルタイムモードとして再定義されました - チャットなど、一部の機能は引き続き設定に関わらずWebsocket接続が行われます - Feat: 絵文字をミュート可能にする機能 - 絵文字(ユニコードの絵文字・カスタム絵文字)毎にミュートし、不可視化することができるようになりました - Feat: モバイルデバイスで折りたたまれたUIの展開表示に全画面ページを使用できるように(実験的) - Enhance: 設定の同期をオンにするときに競合したときに値をマージできるように - Enhance: メモリ使用量を軽減しました - Enhance: 画像の高品質なプレースホルダを無効化してパフォーマンスを向上させるオプションを追加 - Enhance: 招待されているが参加していないルームを開いたときに、招待を承認するかどうか尋ねるように - Enhance: リプライ元にアンケートがあることが表示されるように - Enhance: ノートのサーバー情報のデザインを改善・パフォーマンス向上\ (Based on [https://github.com/taiyme/misskey/pull/198](https://redirect.github.com/taiyme/misskey/pull/198), [https://github.com/taiyme/misskey/pull/211](https://redirect.github.com/taiyme/misskey/pull/211), [https://github.com/taiyme/misskey/pull/283](https://redirect.github.com/taiyme/misskey/pull/283)) - Enhance: ユーザー設定でURLプレビューを無効化できるように - Enhance: ヒントとコツを追加 - Enhance: ヒントとコツを再表示できるように - Enhance: AiScriptからtoastを表示する関数 `Mk:toast` を追加 - Enhance: シンタックスハイライトのエンジンをJavaScriptベースのものに変更 - フロントエンドの読み込みサイズを軽量化しました - ほとんどの言語のハイライトは問題なく行えますが、互換性の問題により一部の言語が正常にハイライトできなくなる可能性があります。詳しくは https://shiki.style/references/engine-js-compat をご覧ください。 - Fix: チャットに動画ファイルを送付すると、動画の表示が崩れてしまい視聴出来ない問題を修正 - Fix: アカウント依存かつ初期状態である設定値をサーバー同期しようとした際に正しくコンフリクト検出されない問題を修正 - Fix: "時計"ウィジェット(Clock)において、Transparent設定が有効でも、その背景が透過されない問題を修正 - Fix: 一定時間操作がなかったら動画プレイヤーのコントロールを隠すように - Fix: Twitchのクリップがプレイヤーで再生できない問題を修正 ##### Server - Enhance: リストやフォローをエクスポートする際にリプライを含むかどうかの情報を含むように - Enhance: チャットルームの最大メンバー数を30人から50人に調整 - Enhance: ノートのレスポンスにアンケートが添付されているかどうかを示すフラグ`hasPoll`を追加 - Enhance: チャットルームのレスポンスに招待されているかどうかを示すフラグ`invitationExists`を追加 - Enhance: レートリミットの計算方法を調整 ([#​13997](https://redirect.github.com/misskey-dev/misskey/issues/13997)) - Enhance: 外部サイトのOGPのキャッシュ期間を調整 - Fix: チャットルームが削除された場合・チャットルームから抜けた場合に、未読状態が残り続けることがあるのを修正 - Fix: ユーザ除外アンテナをインポートできない問題を修正 - Fix: アンテナのセンシティブなチャンネルのノートを含むかどうかの情報がエクスポートされない問題を修正 - Fix: ミュート対象ユーザーが引用されているノートがRNされたときにミュートを貫通してしまう問題を修正 [#​16009](https://redirect.github.com/misskey-dev/misskey/issues/16009) - Fix: 連合モードが「なし」の場合に、生成されるHTML内のactivity jsonへのリンクタグを省略するように - Fix: コントロールパネルから招待コードを作成すると作成者の情報が記録されない問題を修正 - Fix: コントロールパネルのジョブキューページからPausedなジョブ一覧を閲覧できない問題を修正 </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=--> |
||
|
|
5e240069e5 |
chore(helm): update image ghcr.io/elfhosted/jackett 0.22.1971 → 0.22.1978 (#35885)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/elfhosted/jackett | patch | `2a2b86a` -> `a187b21` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
1cac960be7 |
chore(helm): update image ghcr.io/linuxserver/ombi digest to dd2530c (#35853)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/ombi](https://redirect.github.com/linuxserver/docker-ombi/packages) ([source](https://redirect.github.com/linuxserver/docker-ombi)) | digest | `6819d91` -> `dd2530c` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
11bd60761e |
chore(helm): update image ghcr.io/pi-hole/pihole 2025.04.0 → 2025.05.1 (#35912)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/pi-hole/pihole](https://redirect.github.com/pi-hole/docker-pi-hole) | minor | `c2215c5` -> `db38df3` | --- > [!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>pi-hole/docker-pi-hole (ghcr.io/pi-hole/pihole)</summary> ### [`v2025.05.1`](https://redirect.github.com/pi-hole/docker-pi-hole/releases/tag/2025.05.1) [Compare Source](https://redirect.github.com/pi-hole/docker-pi-hole/compare/2025.05.0...2025.05.1) <!-- Release notes generated using configuration in .github/release.yml at master --> No functional changes, retag to bring inthe correct web interface version **Full Changelog**: https://github.com/pi-hole/docker-pi-hole/compare/2025.05.0...2025.05.1 ### [`v2025.05.0`](https://redirect.github.com/pi-hole/docker-pi-hole/releases/tag/2025.05.0) [Compare Source](https://redirect.github.com/pi-hole/docker-pi-hole/compare/2025.04.0...2025.05.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed (Docker Specific) - Improve Tips section: clarify webserver port conflict handling by [@​FreSchNDE](https://redirect.github.com/FreSchNDE) in [https://github.com/pi-hole/docker-pi-hole/pull/1823](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1823) #### New Contributors - [@​FreSchNDE](https://redirect.github.com/FreSchNDE) made their first contribution in [https://github.com/pi-hole/docker-pi-hole/pull/1823](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1823) **Full Changelog**: https://github.com/pi-hole/docker-pi-hole/compare/2025.04.0...2025.05.0 Also includes the latest Pi-hole changes: https://pi-hole.net/blog/2025/05/30/pi-hole-ftl-v6-2-web-v6-2-and-core-v6-1-released/#page-content #### What’s Changed (FTL v6.2) - Fix minor spelling mistake in API docs by [@​PromoFaux](https://redirect.github.com/PromoFaux) in [https://github.com/pi-hole/FTL/pull/2399](https://redirect.github.com/pi-hole/FTL/pull/2399) - fix: batch request body spec by [@​tien](https://redirect.github.com/tien) in [https://github.com/pi-hole/FTL/pull/2389](https://redirect.github.com/pi-hole/FTL/pull/2389) - fix: make getAuth security optional by [@​tien](https://redirect.github.com/tien) in [https://github.com/pi-hole/FTL/pull/2388](https://redirect.github.com/pi-hole/FTL/pull/2388) - fix: incorrect session field requirements by [@​tien](https://redirect.github.com/tien) in [https://github.com/pi-hole/FTL/pull/2387](https://redirect.github.com/pi-hole/FTL/pull/2387) - Add privacy_level to /padd endpoint by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/FTL/pull/2402](https://redirect.github.com/pi-hole/FTL/pull/2402) - Parameter is called length not n in GET /queries by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2407](https://redirect.github.com/pi-hole/FTL/pull/2407) - Fix duplicate web port information output in FTL startup by [@​PromoFaux](https://redirect.github.com/PromoFaux) in [https://github.com/pi-hole/FTL/pull/2410](https://redirect.github.com/pi-hole/FTL/pull/2410) - Fix logfile warning port length truncation (bug [https://github.com/pi-hole/FTL/issues/2408](https://redirect.github.com/pi-hole/FTL/issues/2408)) by [@​rrobgill](https://redirect.github.com/rrobgill) in [https://github.com/pi-hole/FTL/pull/2409](https://redirect.github.com/pi-hole/FTL/pull/2409) - Remove dns.watch from upstream DNS server list by [@​rdwebdesign](https://redirect.github.com/rdwebdesign) in [https://github.com/pi-hole/FTL/pull/2411](https://redirect.github.com/pi-hole/FTL/pull/2411) - Prevent home.arpa queries from being upstreamed. RFC 8375 by [@​rrobgill](https://redirect.github.com/rrobgill) in [https://github.com/pi-hole/FTL/pull/2405](https://redirect.github.com/pi-hole/FTL/pull/2405) - Fix redirecting when redirecting from /admin/ to /admin/login and back by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2415](https://redirect.github.com/pi-hole/FTL/pull/2415) - Move manual filtering to FTLs file parsing by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2381](https://redirect.github.com/pi-hole/FTL/pull/2381) - Various small fixes by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2392](https://redirect.github.com/pi-hole/FTL/pull/2392) - Update embedded dnsmasq to v2.92test2 by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2417](https://redirect.github.com/pi-hole/FTL/pull/2417) - Fix signedness error in the NTP total round-trip delay calculation by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2420](https://redirect.github.com/pi-hole/FTL/pull/2420) - Use webhome variable also on the API documentation page by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2406](https://redirect.github.com/pi-hole/FTL/pull/2406) - Report RFC6598 shared address space as “Carrier-Grade NAT” by [@​rrobgill](https://redirect.github.com/rrobgill) in [https://github.com/pi-hole/FTL/pull/2423](https://redirect.github.com/pi-hole/FTL/pull/2423) - Fix mishanding of CONF_UINT16 config options by [@​shawnanastasio](https://redirect.github.com/shawnanastasio) in [https://github.com/pi-hole/FTL/pull/2426](https://redirect.github.com/pi-hole/FTL/pull/2426) - Feature/fix yocto cross build by [@​rehsack](https://redirect.github.com/rehsack) in [https://github.com/pi-hole/FTL/pull/2425](https://redirect.github.com/pi-hole/FTL/pull/2425) - Update embedded civetweb by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2428](https://redirect.github.com/pi-hole/FTL/pull/2428) - Check for existing NTP client when starting FTL by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2416](https://redirect.github.com/pi-hole/FTL/pull/2416) - Validate received NTP packets for version and server synchronisation by [@​rrobgill](https://redirect.github.com/rrobgill) in [https://github.com/pi-hole/FTL/pull/2431](https://redirect.github.com/pi-hole/FTL/pull/2431) - Use CODEOWNERS instead of deprecated dependbot/reviewers by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/FTL/pull/2437](https://redirect.github.com/pi-hole/FTL/pull/2437) - Modify how we use xxd to compile assets into the FTL binary by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2446](https://redirect.github.com/pi-hole/FTL/pull/2446) - Update dnsmasq to v2.91test5 by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2433](https://redirect.github.com/pi-hole/FTL/pull/2433) - Update embedded SQLite3 to 3.49.2 by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2447](https://redirect.github.com/pi-hole/FTL/pull/2447) - Gravity: support for arbitrary HOSTS-like list formats by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2439](https://redirect.github.com/pi-hole/FTL/pull/2439) - Set dns.interface to eth0 by default by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/FTL/pull/2448](https://redirect.github.com/pi-hole/FTL/pull/2448) - Update embedded dnsmasq by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2457](https://redirect.github.com/pi-hole/FTL/pull/2457) - Adjust write_to_file function to include the CA certificate by [@​nathansmeal](https://redirect.github.com/nathansmeal) in [https://github.com/pi-hole/FTL/pull/2465](https://redirect.github.com/pi-hole/FTL/pull/2465) - Update SQLite to 3.50.0 by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/2469](https://redirect.github.com/pi-hole/FTL/pull/2469) ##### New Contributors - [@​tien](https://redirect.github.com/tien) made their first contribution in [https://github.com/pi-hole/FTL/pull/2389](https://redirect.github.com/pi-hole/FTL/pull/2389) - [@​shawnanastasio](https://redirect.github.com/shawnanastasio) made their first contribution in [https://github.com/pi-hole/FTL/pull/2426](https://redirect.github.com/pi-hole/FTL/pull/2426) - [@​rehsack](https://redirect.github.com/rehsack) made their first contribution in [https://github.com/pi-hole/FTL/pull/2425](https://redirect.github.com/pi-hole/FTL/pull/2425) - [@​nathansmeal](https://redirect.github.com/nathansmeal) made their first contribution in [https://github.com/pi-hole/FTL/pull/2465](https://redirect.github.com/pi-hole/FTL/pull/2465) Full Changelog: https://github.com/pi-hole/FTL/compare/v6.1...v6.2 #### What’s Changed (Web v6.2) - Streamline actions, format and switch to Node.js 22 by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3357](https://redirect.github.com/pi-hole/web/pull/3357) - Remove remaining hard-coded /admin/ paths in the webinterface by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/web/pull/3370](https://redirect.github.com/pi-hole/web/pull/3370) - Fix Local CNAME records records mistake by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/web/pull/3367](https://redirect.github.com/pi-hole/web/pull/3367) - Fix concurrency issue about const apiUrl by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/web/pull/3371](https://redirect.github.com/pi-hole/web/pull/3371) - groups-lists: remove unneeded HTML escape by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3379](https://redirect.github.com/pi-hole/web/pull/3379) - login.js: fix deprecated submit() usage by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3380](https://redirect.github.com/pi-hole/web/pull/3380) - Remove x-dns-prefetch-control meta tag by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3378](https://redirect.github.com/pi-hole/web/pull/3378) - group-domains: fix uncaught TypeError due to invalid URLs by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3383](https://redirect.github.com/pi-hole/web/pull/3383) - Replace remaining i element cases with em by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3381](https://redirect.github.com/pi-hole/web/pull/3381) - Revert the defer addition for now by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3382](https://redirect.github.com/pi-hole/web/pull/3382) - header: fix runtime error when query_string is null by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3395](https://redirect.github.com/pi-hole/web/pull/3395) - utils: fix typo in showAlert() by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3403](https://redirect.github.com/pi-hole/web/pull/3403) - queries: make the Advanced filtering button occupy all space by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3402](https://redirect.github.com/pi-hole/web/pull/3402) - Remove icheckbox related-code except for primary by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3387](https://redirect.github.com/pi-hole/web/pull/3387) - queries: add missing display: none by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3405](https://redirect.github.com/pi-hole/web/pull/3405) - Allow free input in upstream filter by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/web/pull/3408](https://redirect.github.com/pi-hole/web/pull/3408) - Fix console warning when no password set by [@​PromoFaux](https://redirect.github.com/PromoFaux) in [https://github.com/pi-hole/web/pull/3410](https://redirect.github.com/pi-hole/web/pull/3410) - Modernize JS and tighten things by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3388](https://redirect.github.com/pi-hole/web/pull/3388) - high-contrast.css: fix duplicate selector by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3411](https://redirect.github.com/pi-hole/web/pull/3411) - Remove unused CSS by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3420](https://redirect.github.com/pi-hole/web/pull/3420) - Add missing display: none for collapsed boxes by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3417](https://redirect.github.com/pi-hole/web/pull/3417) - Remove unused HTML elements by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3418](https://redirect.github.com/pi-hole/web/pull/3418) - Update chart.umd.js.map from npm by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3419](https://redirect.github.com/pi-hole/web/pull/3419) - settings-api: add missing end closing p tag by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3428](https://redirect.github.com/pi-hole/web/pull/3428) - settings-system: fix span end tag typo by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3427](https://redirect.github.com/pi-hole/web/pull/3427) - login: fix deprecated submit() function by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3425](https://redirect.github.com/pi-hole/web/pull/3425) - settings-api: fix deprecated keyup() function by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3424](https://redirect.github.com/pi-hole/web/pull/3424) - gravity: remove the unused ?go code by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3426](https://redirect.github.com/pi-hole/web/pull/3426) - disabled and checked are boolean attributes by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3434](https://redirect.github.com/pi-hole/web/pull/3434) - queries: replace the deprecated jQuery.parseJSON with JSON.parse by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3435](https://redirect.github.com/pi-hole/web/pull/3435) - package.json: sort deps by name by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3437](https://redirect.github.com/pi-hole/web/pull/3437) - Use CODEOWNERS instead of deprecated dependbot/reviewers by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/web/pull/3433](https://redirect.github.com/pi-hole/web/pull/3433) - Add ‘Bug: Confirmed’ to stale exempt list by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/web/pull/3432](https://redirect.github.com/pi-hole/web/pull/3432) - Various minor tweaks to the LCARS theme by [@​rdwebdesign](https://redirect.github.com/rdwebdesign) in [https://github.com/pi-hole/web/pull/3446](https://redirect.github.com/pi-hole/web/pull/3446) - queries: fix box markup by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3445](https://redirect.github.com/pi-hole/web/pull/3445) - Use the same default interface used by FTL if none is set in pihole.toml by [@​rdwebdesign](https://redirect.github.com/rdwebdesign) in [https://github.com/pi-hole/web/pull/3436](https://redirect.github.com/pi-hole/web/pull/3436) - Use font-weight: 600 by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3449](https://redirect.github.com/pi-hole/web/pull/3449) - Use mg.script_name to retrieve the scriptname by [@​rdwebdesign](https://redirect.github.com/rdwebdesign) in [https://github.com/pi-hole/web/pull/3447](https://redirect.github.com/pi-hole/web/pull/3447) - .user-header: use font-weight: 600 by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3450](https://redirect.github.com/pi-hole/web/pull/3450) - settings-system.js: remove unused overlay code by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3455](https://redirect.github.com/pi-hole/web/pull/3455) - settings-advanced: remove unused code by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3454](https://redirect.github.com/pi-hole/web/pull/3454) - index.lp: remove unused classes by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3453](https://redirect.github.com/pi-hole/web/pull/3453) - scripts/js/settings-dns-records.js: fix api url base by [@​onlyJakob](https://redirect.github.com/onlyJakob) in [https://github.com/pi-hole/web/pull/3456](https://redirect.github.com/pi-hole/web/pull/3456) - Add hint about wildcard search in advanced query filtering by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/web/pull/3452](https://redirect.github.com/pi-hole/web/pull/3452) - index: make tables stripped by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3438](https://redirect.github.com/pi-hole/web/pull/3438) - Replace invalid hostname to prevent XSS by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/web/pull/3401](https://redirect.github.com/pi-hole/web/pull/3401) - settings-system: fix typo by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3460](https://redirect.github.com/pi-hole/web/pull/3460) - sidebar: increase logo size to prevent a reflow by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3407](https://redirect.github.com/pi-hole/web/pull/3407) - queries: improve link to search page by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3422](https://redirect.github.com/pi-hole/web/pull/3422) - Hide top tables depending on privacy level by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/web/pull/3362](https://redirect.github.com/pi-hole/web/pull/3362) - settings-dns-records: fix typo by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3459](https://redirect.github.com/pi-hole/web/pull/3459) - Fix deprecated ready function by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3461](https://redirect.github.com/pi-hole/web/pull/3461) - utils: remove the unused objectToArray util by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3462](https://redirect.github.com/pi-hole/web/pull/3462) - utils: improve readability for validateIPv\* functions by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3423](https://redirect.github.com/pi-hole/web/pull/3423) - settings-api: fix wrong code by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3463](https://redirect.github.com/pi-hole/web/pull/3463) - Use text()/textContent when we don’t need HTML by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3464](https://redirect.github.com/pi-hole/web/pull/3464) - footer: drop redundant addAdvancedInfo() call by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3467](https://redirect.github.com/pi-hole/web/pull/3467) - settings-system: remove unneeded span elements by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3468](https://redirect.github.com/pi-hole/web/pull/3468) - settings-dhcp: drop unused lookatme-text attribute by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3469](https://redirect.github.com/pi-hole/web/pull/3469) - settings-advanced.js: fix wrong role value by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3470](https://redirect.github.com/pi-hole/web/pull/3470) - settings-advanced: drop small element by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3472](https://redirect.github.com/pi-hole/web/pull/3472) - updateFtlInfo: remove unused code by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3474](https://redirect.github.com/pi-hole/web/pull/3474) - settings-level-expert: only toggle the expert elements by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3473](https://redirect.github.com/pi-hole/web/pull/3473) - Make use of the new format_path function to add the current page in body by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3390](https://redirect.github.com/pi-hole/web/pull/3390) - Use proper Object methods by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3441](https://redirect.github.com/pi-hole/web/pull/3441) - queries: minor grammar fix by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3477](https://redirect.github.com/pi-hole/web/pull/3477) - queries: change box to an info one by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3476](https://redirect.github.com/pi-hole/web/pull/3476) - Fix DataTables warning message in Network page by [@​rdwebdesign](https://redirect.github.com/rdwebdesign) in [https://github.com/pi-hole/web/pull/3475](https://redirect.github.com/pi-hole/web/pull/3475) - Fix broken themes by [@​rdwebdesign](https://redirect.github.com/rdwebdesign) in [https://github.com/pi-hole/web/pull/3479](https://redirect.github.com/pi-hole/web/pull/3479) - queries: drop non-existent elements code by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3478](https://redirect.github.com/pi-hole/web/pull/3478) - Reset update-hint text every time updateVersionInfo() function is executed by [@​rdwebdesign](https://redirect.github.com/rdwebdesign) in [https://github.com/pi-hole/web/pull/3480](https://redirect.github.com/pi-hole/web/pull/3480) - Use the same interface name used by FTL in DNS Settings page by [@​rdwebdesign](https://redirect.github.com/rdwebdesign) in [https://github.com/pi-hole/web/pull/3481](https://redirect.github.com/pi-hole/web/pull/3481) - messages: fix function call by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3482](https://redirect.github.com/pi-hole/web/pull/3482) - footer: rename label by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3486](https://redirect.github.com/pi-hole/web/pull/3486) - header_authenticated: change documentation icon to solid by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3488](https://redirect.github.com/pi-hole/web/pull/3488) - Remove horizontal line in hamburger menu by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/web/pull/3491](https://redirect.github.com/pi-hole/web/pull/3491) - sidebar: move active class outside of class attribute conditional by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3492](https://redirect.github.com/pi-hole/web/pull/3492) - index: use sentence case for queries for consistency by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3493](https://redirect.github.com/pi-hole/web/pull/3493) - Add rel=”noreferrer” to external hyperlinks by [@​casperklein](https://redirect.github.com/casperklein) in [https://github.com/pi-hole/web/pull/3495](https://redirect.github.com/pi-hole/web/pull/3495) - settings-level-expert: hide them by default by [@​XhmikosR](https://redirect.github.com/XhmikosR) in [https://github.com/pi-hole/web/pull/3487](https://redirect.github.com/pi-hole/web/pull/3487) ##### New Contributors - [@​onlyJakob](https://redirect.github.com/onlyJakob) made their first contribution in [https://github.com/pi-hole/web/pull/3456](https://redirect.github.com/pi-hole/web/pull/3456) - [@​casperklein](https://redirect.github.com/casperklein) made their first contribution in [https://github.com/pi-hole/web/pull/3495](https://redirect.github.com/pi-hole/web/pull/3495) Full Changelog: https://github.com/pi-hole/web/compare/v6.1...v6.2 #### What’s Changed (Core v6.1) - build gravityDBfile_default like the other variables by [@​mwoolweaver](https://redirect.github.com/mwoolweaver) in [https://github.com/pi-hole/pi-hole/pull/6133](https://redirect.github.com/pi-hole/pi-hole/pull/6133) - Add CentOS 10 to test suite by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6126](https://redirect.github.com/pi-hole/pi-hole/pull/6126) - Ensure gravity_Cleanup() checks the correct directory by [@​mwoolweaver](https://redirect.github.com/mwoolweaver) in [https://github.com/pi-hole/pi-hole/pull/6131](https://redirect.github.com/pi-hole/pi-hole/pull/6131) - Add recommended fields to the deb package by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6054](https://redirect.github.com/pi-hole/pi-hole/pull/6054) - Add webserver log to piholeLogFlush.sh by [@​jacklul](https://redirect.github.com/jacklul) in [https://github.com/pi-hole/pi-hole/pull/6049](https://redirect.github.com/pi-hole/pi-hole/pull/6049) - Update update.sh, updatecheck.sh and uninstall.sh to honour pihole.to… by [@​nexusgoblin](https://redirect.github.com/nexusgoblin) in [https://github.com/pi-hole/pi-hole/pull/5981](https://redirect.github.com/pi-hole/pi-hole/pull/5981) - Move list parsing entirely into FTL by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/pi-hole/pull/6105](https://redirect.github.com/pi-hole/pi-hole/pull/6105) - Remove no-longer-needed pihole sudoers file by [@​PromoFaux](https://redirect.github.com/PromoFaux) in [https://github.com/pi-hole/pi-hole/pull/6143](https://redirect.github.com/pi-hole/pi-hole/pull/6143) - versions file should readable by others (make pihole -v work for non-root users) by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6002](https://redirect.github.com/pi-hole/pi-hole/pull/6002) - Reduce code duplication in piholeLogFlush by [@​PromoFaux](https://redirect.github.com/PromoFaux) in [https://github.com/pi-hole/pi-hole/pull/6148](https://redirect.github.com/pi-hole/pi-hole/pull/6148) - Add ON DELETE CASCADE to FOREIGN KEY REFERENCES in gravity.db by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/pi-hole/pull/6113](https://redirect.github.com/pi-hole/pi-hole/pull/6113) - Install on IPv6-only/DNS64/NAT64 system by [@​rrobgill](https://redirect.github.com/rrobgill) in [https://github.com/pi-hole/pi-hole/pull/6144](https://redirect.github.com/pi-hole/pi-hole/pull/6144) - Treat FTL return data as strings – part II by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6184](https://redirect.github.com/pi-hole/pi-hole/pull/6184) - Remove duplicated code checking if adlist domain is blocked locally by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6183](https://redirect.github.com/pi-hole/pi-hole/pull/6183) - Fix gravity waiting forever for DNS by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6196](https://redirect.github.com/pi-hole/pi-hole/pull/6196) - Remove check for supported OS by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6206](https://redirect.github.com/pi-hole/pi-hole/pull/6206) - Remove unused $target from gravity by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6192](https://redirect.github.com/pi-hole/pi-hole/pull/6192) - Remove reference to telnet and chronometer in README by [@​rrobgill](https://redirect.github.com/rrobgill) in [https://github.com/pi-hole/pi-hole/pull/6188](https://redirect.github.com/pi-hole/pi-hole/pull/6188) - Add Fedora 42 to tests by [@​darkexplosiveqwx](https://redirect.github.com/darkexplosiveqwx) in [https://github.com/pi-hole/pi-hole/pull/6177](https://redirect.github.com/pi-hole/pi-hole/pull/6177) - Extend .gitignore by [@​darkexplosiveqwx](https://redirect.github.com/darkexplosiveqwx) in [https://github.com/pi-hole/pi-hole/pull/6215](https://redirect.github.com/pi-hole/pi-hole/pull/6215) - Use CODEOWNERS instead of deprecated dependbot/reviewers by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6213](https://redirect.github.com/pi-hole/pi-hole/pull/6213) - Set dns.interface during installation by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6216](https://redirect.github.com/pi-hole/pi-hole/pull/6216) - Allow alternative cron daemons on Debian by [@​z0rc](https://redirect.github.com/z0rc) in [https://github.com/pi-hole/pi-hole/pull/6180](https://redirect.github.com/pi-hole/pi-hole/pull/6180) - Fix API logic in api.sh by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6193](https://redirect.github.com/pi-hole/pi-hole/pull/6193) - Do not try to upgrade gravity if it does not exist by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6218](https://redirect.github.com/pi-hole/pi-hole/pull/6218) - All gravity related files and dirs should be owned by pihole:pihole by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6186](https://redirect.github.com/pi-hole/pi-hole/pull/6186) - Give FTL 60 seconds for graceful shutdown by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6187](https://redirect.github.com/pi-hole/pi-hole/pull/6187) - Use shell parameter expansion to split http_code and payload for api.sh by [@​dschaper](https://redirect.github.com/dschaper) in [https://github.com/pi-hole/pi-hole/pull/6230](https://redirect.github.com/pi-hole/pi-hole/pull/6230) - Change FTLcheckUpdate to use api.github.com and jq to retrieve tag_name by [@​rdwebdesign](https://redirect.github.com/rdwebdesign) in [https://github.com/pi-hole/pi-hole/pull/6229](https://redirect.github.com/pi-hole/pi-hole/pull/6229) - Update get_available_interfaces() to correctly filter loopback device (lo) by [@​PiotrTyrakowski](https://redirect.github.com/PiotrTyrakowski) in [https://github.com/pi-hole/pi-hole/pull/6236](https://redirect.github.com/pi-hole/pi-hole/pull/6236) - Allow simple pihole api output, containing only the JSON payload by [@​rdwebdesign](https://redirect.github.com/rdwebdesign) in [https://github.com/pi-hole/pi-hole/pull/6096](https://redirect.github.com/pi-hole/pi-hole/pull/6096) - Function gravity_CheckDNSResolutionAvailable() should return 0 if DNS resolution is available by [@​rdwebdesign](https://redirect.github.com/rdwebdesign) in [https://github.com/pi-hole/pi-hole/pull/6240](https://redirect.github.com/pi-hole/pi-hole/pull/6240) - Use a more general method to determine whether systemd is the init system by [@​DL6ER](https://redirect.github.com/DL6ER) in [https://github.com/pi-hole/pi-hole/pull/6043](https://redirect.github.com/pi-hole/pi-hole/pull/6043) - Use PID1 to determine which command to use when toggeling services by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6245](https://redirect.github.com/pi-hole/pi-hole/pull/6245) - Allow to get API URL from local.api.ftl even if DNS port has changed by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/pi-hole/pull/6252](https://redirect.github.com/pi-hole/pi-hole/pull/6252) ##### New Contributors - [@​nexusgoblin](https://redirect.github.com/nexusgoblin) made their first contribution in [https://github.com/pi-hole/pi-hole/pull/5981](https://redirect.github.com/pi-hole/pi-hole/pull/5981) - [@​darkexplosiveqwx](https://redirect.github.com/darkexplosiveqwx) made their first contribution in [https://github.com/pi-hole/pi-hole/pull/6177](https://redirect.github.com/pi-hole/pi-hole/pull/6177) - [@​z0rc](https://redirect.github.com/z0rc) made their first contribution in [https://github.com/pi-hole/pi-hole/pull/6180](https://redirect.github.com/pi-hole/pi-hole/pull/6180) Full Changelog: https://github.com/pi-hole/pi-hole/compare/v6.0.6...v6.1 *** </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
6cd685128a |
chore(helm): update image docker.io/lancachenet/lancache-dns digest to 923585f (#35832)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/lancachenet/lancache-dns | digest | `89717d8` -> `923585f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
3fa2fe6884 |
chore(helm): update image ghcr.io/sethforprivacy/simple-monerod digest to e5e635f (#35860)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sethforprivacy/simple-monerod](https://redirect.github.com/sethforprivacy/simple-monerod-docker) | digest | `eb143b5` -> `e5e635f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
6a0c6e9449 |
chore(helm): update image docker.io/binwiederhier/ntfy v2.11.0 → v2.12.0 (#35897)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/binwiederhier/ntfy](https://ntfy.sh/) ([source](https://redirect.github.com/binwiederhier/ntfy)) | minor | `4a7d0f0` -> `e1a5e73` | --- > [!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>binwiederhier/ntfy (docker.io/binwiederhier/ntfy)</summary> ### [`v2.12.0`](https://redirect.github.com/binwiederhier/ntfy/releases/tag/v2.12.0) [Compare Source](https://redirect.github.com/binwiederhier/ntfy/compare/v2.11.0...v2.12.0) This is mainly a maintenance release that updates dependencies, though since it's been over a year, there are a few new features and bug fixes as well. Thanks to everyone who contributed to this release, and special thanks to [@​wunter8](https://redirect.github.com/wunter8) for his continued user support in Discord/Matrix/GitHub! You rock, man! **Features:** - Add username/password auth to email publishing ([#​1164](https://redirect.github.com/binwiederhier/ntfy/pull/1164), thanks to [@​bishtawi](https://redirect.github.com/bishtawi)) - Write VAPID keys to file in `ntfy webpush --output-file` ([#​1138](https://redirect.github.com/binwiederhier/ntfy/pull/1138), thanks to [@​nogweii](https://redirect.github.com/nogweii)) - Add Docker major/minor version to image tags ([#​1271](https://redirect.github.com/binwiederhier/ntfy/pull/1271), thanks to [@​RoboMagus](https://redirect.github.com/RoboMagus)) - Add `latest` subscription param for grabbing just the most recent message ([#​1216](https://redirect.github.com/binwiederhier/ntfy/pull/1216), thanks to [@​wunter8](https://redirect.github.com/wunter8)) - Allow using `NTFY_PASSWORD_HASH` in `ntfy user` command instead of raw password ([#​1340](https://redirect.github.com/binwiederhier/ntfy/pull/1340), thanks to [@​Tom-Hubrecht](https://redirect.github.com/Tom-Hubrecht) for implementing) - You can now change passwords via `v1/users` API ([#​1267](https://redirect.github.com/binwiederhier/ntfy/pull/1267), thanks to [@​wunter8](https://redirect.github.com/wunter8) for implementing) - Make WebPush subscription warning/expiry configurable, increase default to 55/60 days ([#​1212](https://redirect.github.com/binwiederhier/ntfy/pull/1212), thanks to [@​KuroSetsuna29](https://redirect.github.com/KuroSetsuna29)) - Support [systemd user service](https://docs.ntfy.sh/subscribe/cli/#using-the-systemd-service) `ntfy-client.service` ([#​1002](https://redirect.github.com/binwiederhier/ntfy/pull/1002), thanks to [@​dandersch](https://redirect.github.com/dandersch)) **Bug fixes + maintenance:** - Security updates for dependencies and Docker images ([#​1341](https://redirect.github.com/binwiederhier/ntfy/pull/1341)) - Upgrade to Vite 6 ([#​1342](https://redirect.github.com/binwiederhier/ntfy/pull/1342), thanks Dependabot) - Fix iOS delivery issues for read-protected topics ([#​1207](https://redirect.github.com/binwiederhier/ntfy/pull/1287), thanks a lot to [@​barart](https://redirect.github.com/barart)!) - Add `Date` header to outgoing emails to avoid rejection ([#​1141](https://redirect.github.com/binwiederhier/ntfy/pull/1141), thanks to [@​pcouy](https://redirect.github.com/pcouy)) - Fix IP address parsing when behind a proxy ([#​1266](https://redirect.github.com/binwiederhier/ntfy/pull/1266), thanks to [@​mmatuska](https://redirect.github.com/mmatuska)) - Make sure UnifiedPush messages are not treated as attachments ([#​1312](https://redirect.github.com/binwiederhier/ntfy/pull/1312), thanks to [@​vkrause](https://redirect.github.com/vkrause)) - Add OCI image version to Docker image ([#​1307](https://redirect.github.com/binwiederhier/ntfy/pull/1307), thanks to [@​jlssmt](https://redirect.github.com/jlssmt)) - WebSocket returning incorrect HTTP error code ([#​1338](https://redirect.github.com/binwiederhier/ntfy/pull/1338) / [#​1337](https://redirect.github.com/binwiederhier/ntfy/pull/1337), thanks to [@​wunter8](https://redirect.github.com/wunter8) for debugging and implementing) - Make Markdown in the web app scrollable horizontally ([#​1262](https://redirect.github.com/binwiederhier/ntfy/pull/1262), thanks to [@​rake5k](https://redirect.github.com/rake5k) for fixing) - Make sure WebPush subscription topics are actually deleted (no ticket) - Increase the number of access tokens per user to 60 ([#​1308](https://redirect.github.com/binwiederhier/ntfy/issues/1308)) - Allow specifying `cache` and `firebase` via JSON publishing ([#​1119](https://redirect.github.com/binwiederhier/ntfy/issues/1119)/[#​1123](https://redirect.github.com/binwiederhier/ntfy/pull/1123), thanks to [@​stendler](https://redirect.github.com/stendler)) **Documentation:** - Lots of new integrations and projects. Amazing! - [ntfy-me-mcp](https://redirect.github.com/gitmotion/ntfy-me-mcp) - [UptimeObserver](https://uptimeobserver.com) - [alertmanager-ntfy-relay](https://redirect.github.com/therobbielee/alertmanager-ntfy-relay) - [Monibot](https://monibot.io/) - [Daily_Fact_Ntfy](https://redirect.github.com/thiswillbeyourgithub/Daily_Fact_Ntfy) - [EasyMorph](https://help.easymorph.com/doku.php?id=transformations:sendntfymessage) - [ntfy-run](https://redirect.github.com/quantum5/ntfy-run) - [Clipboard IO](https://redirect.github.com/jim3692/clipboard-io) - [ntfy-me-mcp](https://redirect.github.com/gitmotion/ntfy-me-mcp) - [InvaderInformant](https://redirect.github.com/patricksthannon/InvaderInformant) - Various docs updates ([#​1161](https://redirect.github.com/binwiederhier/ntfy/pull/1161), thanks to [@​OneWeekNotice](https://redirect.github.com/OneWeekNotice)) - Typo in config docs ([#​1177](https://redirect.github.com/binwiederhier/ntfy/pull/1177), thanks to [@​hoho4190](https://redirect.github.com/hoho4190)) - Typo in CLI docs ([#​1172](https://redirect.github.com/binwiederhier/ntfy/pull/1172), thanks to [@​anirvan](https://redirect.github.com/anirvan)) - Correction about MacroDroid ([#​1137](https://redirect.github.com/binwiederhier/ntfy/pull/1137), thanks to [@​ShlomoCode](https://redirect.github.com/ShlomoCode)) - Note about fail2ban in Docker ([#​1175](https://redirect.github.com/binwiederhier/ntfy/pull/1175)), thanks to [@​Measurity](https://redirect.github.com/Measurity)) - Lots of other tiny docs updates, thanks to everyone who contributed! **Languages** - Update new languages from Weblate. Thanks to all the contributors! - Added Tamil (தமிழ்) as a new language to the web app </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
ca41fdec01 |
chore(helm): update image docker.io/jorenn92/maintainerr 2.15.0 → 2.17.0 (#35901)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jorenn92/maintainerr](https://redirect.github.com/jorenn92/Maintainerr) | minor | `861fa79` -> `d070076` | --- > [!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>jorenn92/Maintainerr (docker.io/jorenn92/maintainerr)</summary> ### [`v2.17.0`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#2170-2025-05-29) [Compare Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.16.0...v2.17.0) ##### Bug Fixes - Incorrect sectionResults operator ([#​1805](https://redirect.github.com/jorenn92/Maintainerr/issues/1805)) ([4c97819](https://redirect.github.com/jorenn92/Maintainerr/commit/4c97819ae31f807425b497fbcb96941168b3c398)) - prepend missing basePath occurences ([#​1806](https://redirect.github.com/jorenn92/Maintainerr/issues/1806)) ([3e13645](https://redirect.github.com/jorenn92/Maintainerr/commit/3e13645fa505ad81a7b9cbbbe8627c82fdcc0d24)) - Prevent undefined base path appearing in path ([#​1807](https://redirect.github.com/jorenn92/Maintainerr/issues/1807)) ([e8b8815](https://redirect.github.com/jorenn92/Maintainerr/commit/e8b8815ec40abff0e07f21672f938526a82ef51b)) ##### Features - Add additional \*arr quality profile rules ([#​1743](https://redirect.github.com/jorenn92/Maintainerr/issues/1743)) ([beb326a](https://redirect.github.com/jorenn92/Maintainerr/commit/beb326a47a13f480ab858e1a7a0c178f474425af)) ### [`v2.16.0`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#2160-2025-05-28) [Compare Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.15.0...v2.16.0) ##### Bug Fixes - Rule groups not in consistent order ([#​1787](https://redirect.github.com/jorenn92/Maintainerr/issues/1787)) ([fe5c0d2](https://redirect.github.com/jorenn92/Maintainerr/commit/fe5c0d286406cf7e5fb13a6725be2b06f54bc5c0)) - Tautulli settings not updating until restart ([#​1804](https://redirect.github.com/jorenn92/Maintainerr/issues/1804)) ([ddae9d3](https://redirect.github.com/jorenn92/Maintainerr/commit/ddae9d3fd4b6932bb56662c1dea79597ccb9ec13)) - Test media failing due to missing AbortSignal ([#​1802](https://redirect.github.com/jorenn92/Maintainerr/issues/1802)) ([3d088b0](https://redirect.github.com/jorenn92/Maintainerr/commit/3d088b0de1445b5de7055f30673aaf36a8ba6826)) ##### Features - Request stop of running rules ([#​1735](https://redirect.github.com/jorenn92/Maintainerr/issues/1735)) ([7a08d94](https://redirect.github.com/jorenn92/Maintainerr/commit/7a08d94f490abbe4bfd68d66ed29a5c35aa5ba10)) - Save rule results against collection log ([#​1777](https://redirect.github.com/jorenn92/Maintainerr/issues/1777)) ([f379b39](https://redirect.github.com/jorenn92/Maintainerr/commit/f379b39bb8df4009eb0b5cae5374aee904310fe2)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
ceb43440f9 | chore(helm): update image docker.io/advplyr/audiobookshelf 2.23.0 → 2.24.0 (#35895) | ||
|
|
4a8f1fbed7 |
chore(helm): update image docker.io/inovector/mixpost v2.1.3 → v2.2.0 (#35900)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/inovector/mixpost | minor | `2320670` -> `f819c18` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
60eb832201 | chore(helm): update image ghcr.io/kiwix/kiwix-serve digest to 6ac2c4f (#35845) | ||
|
|
e3a767971b |
chore(helm): update image ghcr.io/home-operations/theme-park digest to 810bc35 (#35844)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/theme-park](https://ghcr.io/home-operations/theme-park) ([source](https://redirect.github.com/themepark-dev/theme.park)) | digest | `f43330e` -> `810bc35` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
17be35af57 |
chore(helm): update image docker.io/kubernetesui/dashboard-api 1.12.0 → 1.13.0 (#35902)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/kubernetesui/dashboard-api](https://redirect.github.com/kubernetes/dashboard) | minor | `6639645` -> `96642ed` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
6cb93b4431 |
chore(helm): update image docker.io/acockburn/appdaemon 4.5.2 → 4.5.7 (#35876)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/acockburn/appdaemon](https://redirect.github.com/AppDaemon/appdaemon) | patch | `30b50d2` -> `8564d24` | --- > [!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>AppDaemon/appdaemon (docker.io/acockburn/appdaemon)</summary> ### [`v4.5.7`](https://redirect.github.com/AppDaemon/appdaemon/releases/tag/4.5.7) [Compare Source](https://redirect.github.com/AppDaemon/appdaemon/compare/4.5.5...4.5.7) #### 4.5.7 **Features** None **Fixes** - Fixed issue with getter that prevented app initialization **Breaking Changes** None **Changes in Behavior** None ### [`v4.5.5`](https://redirect.github.com/AppDaemon/appdaemon/releases/tag/4.5.5) [Compare Source](https://redirect.github.com/AppDaemon/appdaemon/compare/4.5.4...4.5.5) #### 4.5.5 **Features** None **Fixes** - Fixed an error with `RequestHandlerException` in the HTTP subsystem - Fixed uptime sensor returning negative days in AUI **Breaking Changes** None **Changes in Behavior** None ### [`v4.5.4`](https://redirect.github.com/AppDaemon/appdaemon/releases/tag/4.5.4) [Compare Source](https://redirect.github.com/AppDaemon/appdaemon/compare/4.5.3...4.5.4) #### 4.5.4 (2025-05-29) **Features** None **Fixes** - Fixed a cosmetic error on admin stream disconnect - Fixed spurious entry in service dictionary causing dashboard \`\__name\`\` errors - Added setter for setter for `pin_apps` - Passing through keyword arguments to `render_template` - Fixed a bug in the error text for apps in a custom app_dir - Fix for wait_state - contributed by [Kostas Chatzikokolakis](https://redirect.github.com/chatziko) - fix constrain_input_select when not a list - contributed by [Xavi Moreno](https://redirect.github.com/xaviml) **Breaking Changes** None **Changes in Behavior** None ### [`v4.5.3`](https://redirect.github.com/AppDaemon/appdaemon/releases/tag/4.5.3) [Compare Source](https://redirect.github.com/AppDaemon/appdaemon/compare/4.5.2...4.5.3) #### 4.5.3 **Features** - Filled in `integration_entities` stub **Fixes** - Reverted async methods - `set_app_pin` - `get_app_pin` - `set_pin_thread` - `get_pin_thread` - `get_plugin_config` - `namespace_exists` - `get_plugin_config` - `anyone_home` - `everyone_home` - `noone_home` - Fixed a fictitious reference to `performance` writeback mode **Breaking Changes** None **Changes in Behavior** None </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=--> |
||
|
|
1b7766dbd2 |
chore(helm): update image public.ecr.aws/bitnami/redis digest to f004fdf (#35869)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [public.ecr.aws/bitnami/redis](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/redis)) | digest | `f021529` -> `f004fdf` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
81ec3155b9 | chore(helm): update image docker.io/deluan/navidrome 0.55.2 → 0.56.1 (#35898) | ||
|
|
0576eadfbb | chore(helm): update image ghcr.io/linuxserver/filezilla digest to 33bcc42 (#35850) | ||
|
|
1190eb84da |
chore(helm): update image docker.io/kubernetesui/dashboard-auth 1.2.4 → 1.3.0 (#35903)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/kubernetesui/dashboard-auth](https://redirect.github.com/kubernetes/dashboard) | minor | `a8bdc56` -> `8641c11` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
502da4cfba |
chore(helm): update image ghcr.io/linuxserver/emulatorjs digest to 7508f12 (#35849)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/emulatorjs](https://redirect.github.com/linuxserver/docker-emulatorjs/packages) ([source](https://redirect.github.com/linuxserver/docker-emulatorjs)) | digest | `e62672f` -> `7508f12` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
6d9a883822 |
chore(helm): update image ghcr.io/linuxserver/digikam digest to da93f53 (#35848)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/digikam](https://redirect.github.com/linuxserver/docker-digikam/packages) ([source](https://redirect.github.com/linuxserver/docker-digikam)) | digest | `f96b7de` -> `da93f53` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
cbfebb02d9 | chore(helm): update image lscr.io/linuxserver/calibre-web digest to efd9388 (#35864) | ||
|
|
46c3cf3f9b |
chore(helm): update image tccr.io/tccr/nextcloud-fpm digest to ba0ee2a (#35872)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/nextcloud-fpm](https://redirect.github.com/truecharts/public) | digest | `bd06908` -> `ba0ee2a` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
56a14ec909 |
chore(helm): update image docker.io/difegue/lanraragi v.0.9.40 → v.0.9.41 (#35878)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/difegue/lanraragi | patch | `b9bc3e5` -> `67725eb` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
050eb238af |
chore(helm): update image public.ecr.aws/bitnami/matomo digest to 2191294 (#35866)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [public.ecr.aws/bitnami/matomo](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/matomo)) | digest | `31068f1` -> `2191294` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
1923a6d849 | chore(helm): update image docker.io/collabora/code 25.04.2.1.1 → 25.04.2.2.1 (#35877) | ||
|
|
0287b2cb28 |
chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to d21d95a (#35833)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/lmscommunity/lyrionmusicserver | digest | `d62da07` -> `d21d95a` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |