FTL 6.3.1#2673
Merged
Merged
Conversation
… the Pi-hole diagnosis system Signed-off-by: Dominik <dl6er@dl6er.de>
…pdates Bumps the github_action-dependencies group with 3 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) Updates `actions/download-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) Updates `github/codeql-action` from 4.30.9 to 4.31.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@16140ae...4e94bd1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_action-dependencies - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_action-dependencies - dependency-name: github/codeql-action dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_action-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…g memory of the process. This has consequences for all similar strings, even if saved in other variables as Lua internalized string so all equal strings, like "a/b" and whatever has a result similar to "a/b" are actually one and the same string to save memory Signed-off-by: Dominik <dl6er@dl6er.de>
Fix pihole.format_path(string) modifying string in-place
Sync master back into development
…opment-github_action-dependencies-c011a25461 Bump the github_action-dependencies group across 1 directory with 3 updates
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br> Signed-off-by: Dominik <DL6ER@users.noreply.github.com>
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
[Meta] Attach binaries to the correct release
…ser is not using it (no HTTPS ports defeined) Signed-off-by: Dominik <dl6er@dl6er.de>
Do not try to renew certificate that is not used
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
Replace dots with underscores when creating env var examples
typo Avalid -> "A valid" Signed-off-by: Alexx Roche <github@alexx.net>
typo Avalid -> "A valid" Signed-off-by: Alexx Roche <github@alexx.net>
Development
Member
What's Changed
New Contributors
Full Changelog: v6.3...v6.3.1 |
rdwebdesign
previously approved these changes
Oct 27, 2025
Add new config option for hiding some warnings from diagnosis system
DL6ER
approved these changes
Oct 27, 2025
Member
|
Let's release this today. If we get feedback for the edge-case crash (the situation coming here would already prevented by the code in #2667), we can fix this in a follow-up. It is not a blocker in any way. |
PromoFaux
approved these changes
Oct 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR aim to accomplish?:
v6.3.1 Hotfix release.
By submitting this pull request, I confirm the following:
git rebase)