Skip to content

Update Docker image pihole/pihole to v2025.11.1 - autoclosed#324

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pihole-pihole-2025.x
Closed

Update Docker image pihole/pihole to v2025.11.1 - autoclosed#324
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pihole-pihole-2025.x

Conversation

@renovate

@renovate renovate Bot commented Feb 18, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
pihole/pihole major 2023.11.02025.11.1

Release Notes

pi-hole/docker-pi-hole (pihole/pihole)

v2025.11.1

Compare Source

What's Changed (Docker Specific)

New Contributors

Full Changelog: pi-hole/docker-pi-hole@2025.11.0...2025.11.1


What's Changed (FTL v6.4.1)

New Contributors

Full Changelog: pi-hole/FTL@v6.3.3...v6.4

What's Changed (Web v6.4)

New Contributors

Full Changelog: pi-hole/web@v6.3...v6.4

What's Changed (Core v6.3)

New Contributors

Full Changelog: pi-hole/pi-hole@v6.2.2...v6.3

v2025.11.0

Compare Source

Re-release, the riscv64 part of the image is not currently building and preventing the image from being published for other architectures.

I have disabled the riscv64 build for the time being until I have time to debug what is happening with it. I

If you are running this image on riscv64, please get in touch via issues if you are willing to help troubleshoot the process!

Otherwise, nothing specific for Docker, tagging to get an FTL change out:

What's Changed (FTL v6.3.3)

Full Changelog: pi-hole/FTL@v6.3.2...v6.3.3

v2025.10.3

Compare Source

Pi-hole releases are a lot like London Buses. You don't see one for ages, and then they all come along at once

What's Changed (Docker Specific)

Full Changelog: pi-hole/docker-pi-hole@2025.10.2...2025.10.3

What's Changed (FTL v6.3.2)

Full Changelog: pi-hole/FTL@v6.3.1...v6.3.2

What's Changed (Core v6.2.2)

New Contributors

Full Changelog: pi-hole/pi-hole@v6.2.1...v6.2.2

v2025.10.2

Compare Source

Nothing Docker-specific

Tagging to include FTL v6.3.1

What's Changed

New Contributors

Full Changelog: pi-hole/FTL@v6.3...v6.3.1

v2025.10.1

Compare Source

Just a couple of docker tweaks - should fix the issues seen in #​1918

What's Changed

Full Changelog: pi-hole/docker-pi-hole@2025.10.0...2025.10.1

v2025.10.0

Compare Source

What's Changed (Docker Specific)

Full Changelog: pi-hole/docker-pi-hole@2025.08.0...2025.10.0

Release notes for other components

FTL v6.3

What's Changed

New Contributors

Full Changelog: pi-hole/FTL@v6.2.3...v6.3

Core v6.2

What's Changed

New Contributors

Full Changelog: pi-hole/pi-hole@v6.1.4...v6.2

Web v6.3

What's Changed

New Contributors

Full Changelog: pi-hole/web@v6.2.1...v6.3

v2025.08.0

Compare Source

What's Changed (Docker Specfic)

Full Changelog: pi-hole/docker-pi-hole@2025.07.1...2025.08.0

v2025.07.1

Compare Source

What's Changed (Docker Specific)

  • Prevent cosmetic issue where component versions are sometimes labeled as commit hashes by @​PromoFaux in #​1866

Full Changelog: pi-hole/docker-pi-hole@2025.07.0...2025.07.1


What's Changed (Core v6.1.4)

Full Changelog: pi-hole/pi-hole@v6.1.3...v6.1.4

v2025.07.0

Compare Source

What's Changed (Docker Specific)

New Contributors

Full Changelog: pi-hole/docker-pi-hole@2025.06.2...2025.07.0


No Docker Specific Changes - This tag brings in the latest changes from Core v6.1.3

https://pi-hole.net/blog/2025/07/13/pi-hole-core-v6-1-3-released/

What's Changed (Pi-hole Core v6.1.3)

This is a bugfix release for the core Pi-hole code.

Fixes
  • Prevent gravity from failing due to an empty shell variable. #​6191
    This fixes a case where calls to pihole -g failed during list downloads.
  • Require privileged status (root or sudo) for all user calls to pihole. #​6312
    This fixes cases where users are unable to change or update the admin password.
  • Exit installation if FTL binary can not be downloaded. #​6316
    Abort update if FTL branch does not exist. #​6329
    These fix cases where the installation did not fully complete or an update left the installation with mismatched binary and repository versions. Both fixes contributed by @​MichaIng
  • Restore pihole -q function. #​6284
    This fixes a case where running a query immediately failed with an error message for an unknown file.
Miscellaneous Fixes and Improvements
  • Display output from FTL commands in color on the terminal. #​6314
  • Add note to final installation dialog box showing users where to find instructions for allowing a user to run Pi-hole commands without authentication. #​6152
  • Allow pihole tail to search for strings beginning with the hyphen character. #​6318 Contributed by @​rrobgill
  • Do not update the package cache on updates. #​6282
  • Improve default route detection in debugging process. #​6303 Contributed by @​rrobgill
  • Improve detecting loopback interfaces in the installer. #​6269 Contributed by @​deHakkelaar

Full Changelog: pi-hole/pi-hole@v6.1.2...v6.1.3

v2025.06.2

Compare Source

No Docker Specific Changes - This tag brings in the latest changes from FTL 6.2.3

What's Changed (FTL 6.2.3)

This patch release contains fixes for almost all reported bugs (most importantly, it fixes a logging regression where types are missing from pihole.log as well as a crash in filter_servers() deep down in dnsmasq code). There is one remaining issue about the behavior of server=/example.com/1.2.3.4 having changed which we are still working on with the maintainers of dnsmasq.

v2025.06.1

Compare Source

OK, this one actually includes the RISCV binary in the RISCV image.

Thanks to @​LizenzFass78851 for catching a line I missed when adding support back in

What's Changed

Full Changelog: pi-hole/docker-pi-hole@2025.06.0...2025.06.1

v2025.06.0

Compare Source

This release should fix the majority of crashing issues that were seen with FTL 6.2 an 6.2.1. There are still a couple of outliers (pi-hole/FTL#2494, and pi-hole/FTL#2496), but these only seem to be affecting bare metal installs so far. Thank you for your continuing patience

What's Changed (Docker Specific)

  • RISCV arch added back to image 4f34e6f (Does anyone even use the RISCV docker image?)

Full Changelog: pi-hole/docker-pi-hole@2025.05.1...2025.06.0

What's Changed (FTL v6.2.2)

This release addresses crashes reported in pi-hole/FTL#2473 pi-hole/FTL#2475 pi-hole/FTL#2481 and friends.

Full Changelog: pi-hole/FTL@v6.2...v6.2.2

What's Changed (Core v6.1.2)

Full Changelog: pi-hole/pi-hole@v6.1...v6.1.1

v2025.05.1

Compare Source

No functional changes, retag to bring inthe correct web interface version

Full Changelog: pi-hole/docker-pi-hole@2025.05.0...2025.05.1

v2025.05.0

Compare Source

What's Changed (Docker Specific)

New Contributors

Full Changelog: pi-hole/docker-pi-hole@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)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from fd1f118 to 2380c86 Compare February 19, 2025 02:31
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.02.0 Update Docker image pihole/pihole to v2025.02.1 Feb 19, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from 2380c86 to d72d3cc Compare February 21, 2025 03:07
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.02.1 Update Docker image pihole/pihole to v2025.02.3 Feb 21, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from d72d3cc to 48efc0c Compare February 21, 2025 23:02
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.02.3 Update Docker image pihole/pihole to v2025.02.4 Feb 21, 2025
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.02.4 Update Docker image pihole/pihole to v2025.02.5 Feb 24, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from 48efc0c to f1614d1 Compare February 24, 2025 16:14
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.02.5 Update Docker image pihole/pihole to v2025.02.6 Feb 24, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch 2 times, most recently from fc651da to 8d7f066 Compare February 28, 2025 15:43
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.02.6 Update Docker image pihole/pihole to v2025.02.7 Feb 28, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from 8d7f066 to 46e367a Compare March 4, 2025 22:32
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.02.7 Update Docker image pihole/pihole to v2025.03.0 Mar 4, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from 46e367a to 4d3a881 Compare March 30, 2025 18:49
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.03.0 Update Docker image pihole/pihole to v2025.03.1 Mar 30, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from 4d3a881 to 587aa77 Compare April 4, 2025 22:24
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.03.1 Update Docker image pihole/pihole to v2025.04.0 Apr 4, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from 587aa77 to 9418ab3 Compare May 31, 2025 01:22
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.04.0 Update Docker image pihole/pihole to v2025.05.0 May 31, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from 9418ab3 to 2737bde Compare May 31, 2025 08:42
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.05.0 Update Docker image pihole/pihole to v2025.05.1 May 31, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from 2737bde to 59840a5 Compare June 6, 2025 21:50
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.05.1 Update Docker image pihole/pihole to v2025.06.1 Jun 6, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from 59840a5 to d494b00 Compare June 12, 2025 20:52
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.06.1 Update Docker image pihole/pihole to v2025.06.2 Jun 12, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from d494b00 to e35f68a Compare July 14, 2025 23:26
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.06.2 Update Docker image pihole/pihole to v2025.07.1 Jul 14, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from e35f68a to 49faef9 Compare August 4, 2025 15:12
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.07.1 Update Docker image pihole/pihole to v2025.08.0 Aug 4, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch 2 times, most recently from 144a0bb to 91cd727 Compare October 25, 2025 14:09
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.08.0 Update Docker image pihole/pihole to v2025.10.0 Oct 25, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from 91cd727 to b528dee Compare October 26, 2025 21:57
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.10.0 Update Docker image pihole/pihole to v2025.10.1 Oct 26, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from b528dee to 1fd69c6 Compare October 28, 2025 01:50
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.10.1 Update Docker image pihole/pihole to v2025.10.2 Oct 28, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from 1fd69c6 to b912e08 Compare October 28, 2025 22:37
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.10.2 Update Docker image pihole/pihole to v2025.10.3 Oct 28, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from b912e08 to c3ae0a3 Compare November 5, 2025 03:42
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.10.3 Update Docker image pihole/pihole to v2025.11.0 Nov 5, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from c3ae0a3 to a32ed67 Compare November 11, 2025 01:43
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from a32ed67 to 6245398 Compare November 27, 2025 21:03
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.11.0 Update Docker image pihole/pihole to v2025.11.1 Nov 27, 2025
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from 6245398 to 140fd68 Compare December 10, 2025 11:28
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from 140fd68 to f511bd9 Compare February 2, 2026 17:54
| datasource | package       | from      | to        |
| ---------- | ------------- | --------- | --------- |
| docker     | pihole/pihole | 2023.11.0 | 2025.11.1 |
@renovate renovate Bot force-pushed the renovate/pihole-pihole-2025.x branch from f511bd9 to 697d3c5 Compare February 12, 2026 15:48
@renovate renovate Bot changed the title Update Docker image pihole/pihole to v2025.11.1 Update Docker image pihole/pihole to v2025.11.1 - autoclosed Feb 17, 2026
@renovate renovate Bot closed this Feb 17, 2026
@renovate renovate Bot deleted the renovate/pihole-pihole-2025.x branch February 17, 2026 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants