-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pihole-FTL sqlite3 -ni #1820
Merged
Merged
Conversation
This file contains 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
…ssible via "-ni" Signed-off-by: DL6ER <dl6er@dl6er.de>
yubiuser
reviewed
Dec 9, 2023
Co-authored-by: yubiuser <ckoenig@posteo.de> Signed-off-by: Dominik <DL6ER@users.noreply.github.com>
yubiuser
approved these changes
Dec 9, 2023
Merged
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/pi-hole-ftl-v5-24-and-core-v5-17-3-released/67486/1 |
PrivatePuffin
referenced
this pull request
in truecharts/public
Jan 9, 2024
…c4 by renovate (#17027) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pihole/pihole](https://github.com/pi-hole/docker-pi-hole) | major | `2023.11.0` -> `2024.01.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pi-hole/docker-pi-hole (pihole/pihole)</summary> ### [`v2024.01.0`](https://github.com/pi-hole/docker-pi-hole/releases/tag/2024.01.0) [Compare Source](https://github.com/pi-hole/docker-pi-hole/compare/2023.11.0...2024.01.0) Nothing docker specific this time around. <!-- Release notes generated using configuration in .github/release.yml at development --> #### What's Changed (FTL v5.24) - Update dependabot.yml by [@​PromoFaux](https://github.com/PromoFaux) in [https://github.com/pi-hole/FTL/pull/1587](https://github.com/pi-hole/FTL/pull/1587) - Add pihole-FTL sqlite3 -ni by [@​DL6ER](https://github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/1820](https://github.com/pi-hole/FTL/pull/1820) - Fix possible crash with high client activity by [@​DL6ER](https://github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/1777](https://github.com/pi-hole/FTL/pull/1777) - Implement special domains whitelisting by [@​DL6ER](https://github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/1808](https://github.com/pi-hole/FTL/pull/1808) **Full Changelog**: pi-hole/FTL@v5.23...v5.24 <!-- Release notes generated using configuration in .github/release.yml at development --> #### What's Changed (Core v5.17.3) - Add "-ni" to all sqlite3 invocations (v5) by [@​DL6ER](https://github.com/DL6ER) in [https://github.com/pi-hole/pi-hole/pull/5519](https://github.com/pi-hole/pi-hole/pull/5519) **Full Changelog**: pi-hole/pi-hole@v5.17.2...v5.17.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
GabrielBarzen
referenced
this pull request
in GabrielBarzen/charts
Feb 2, 2024
…c4 by renovate (truecharts#17027) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pihole/pihole](https://github.com/pi-hole/docker-pi-hole) | major | `2023.11.0` -> `2024.01.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pi-hole/docker-pi-hole (pihole/pihole)</summary> ### [`v2024.01.0`](https://github.com/pi-hole/docker-pi-hole/releases/tag/2024.01.0) [Compare Source](https://github.com/pi-hole/docker-pi-hole/compare/2023.11.0...2024.01.0) Nothing docker specific this time around. <!-- Release notes generated using configuration in .github/release.yml at development --> #### What's Changed (FTL v5.24) - Update dependabot.yml by [@&truecharts#8203;PromoFaux](https://github.com/PromoFaux) in [https://github.com/pi-hole/FTL/pull/1587](https://github.com/pi-hole/FTL/pull/1587) - Add pihole-FTL sqlite3 -ni by [@&truecharts#8203;DL6ER](https://github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/1820](https://github.com/pi-hole/FTL/pull/1820) - Fix possible crash with high client activity by [@&truecharts#8203;DL6ER](https://github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/1777](https://github.com/pi-hole/FTL/pull/1777) - Implement special domains whitelisting by [@&truecharts#8203;DL6ER](https://github.com/DL6ER) in [https://github.com/pi-hole/FTL/pull/1808](https://github.com/pi-hole/FTL/pull/1808) **Full Changelog**: pi-hole/FTL@v5.23...v5.24 <!-- Release notes generated using configuration in .github/release.yml at development --> #### What's Changed (Core v5.17.3) - Add "-ni" to all sqlite3 invocations (v5) by [@&truecharts#8203;DL6ER](https://github.com/DL6ER) in [https://github.com/pi-hole/pi-hole/pull/5519](https://github.com/pi-hole/pi-hole/pull/5519) **Full Changelog**: pi-hole/pi-hole@v5.17.2...v5.17.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
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 implement/fix?
This is the v5 backport of #1819. All info therein. We will not add CI tests here but have them in the other PR.
Related issue or feature (if applicable): N/A
Pull request in docs with documentation (if applicable): N/A
By submitting this pull request, I confirm the following:
git rebase
)Checklist:
developmental
branch.