[i] Updates are available

I have pihole running on 2 Pis here

On both I have run pihole -up

One pihole shows available updates, one does not

On the one showing available updates I have deleted /etc/pihole/versions and run pihole updatchecker
versions file:

CORE_VERSION=v5.18.2-391-gb22731c6
CORE_BRANCH=development-v6
CORE_HASH=b22731c6
GITHUB_CORE_VERSION=null
GITHUB_CORE_HASH=b22731c6
WEB_VERSION=v5.19-822-g9d8a3dfc
WEB_BRANCH=development-v6
WEB_HASH=9d8a3dfc
GITHUB_WEB_VERSION=null
GITHUB_WEB_HASH=9d8a3dfc
FTL_VERSION=vDev-c9cfd38
FTL_BRANCH=development-v6
FTL_HASH=c9cfd382
GITHUB_FTL_VERSION=null
GITHUB_FTL_HASH=f12d14f3

Debug token: https://tricorder.pi-hole.net/yCuerghH/

I don't know if related but WebGUI says FTL update available but 'pihole -up' doesn't find any updates:

  • Core vDev (development-v6, b22731c6)
  • FTL vDev (development-v6, c9cfd382) ยท Update available!
  • Web interface vDev (development-v6, 9d8a3dfc)

Still:

HoleMan@Pi-Monitor:~ $ pihole -up
  [โœ“] Update local cache of available packages
  [โœ“] Checking for git
  [โœ“] Checking for iproute2
  [โœ“] Checking for dialog
  [โœ“] Checking for ca-certificates

  [i] Checking for updates...
  [i] Pi-hole Core:     up to date
  [i] Web Interface:    up to date
  [i] FTL binary already installed, verifying integrity...
  [i] Local binary up-to-date. No need to download!
  [i] FTL:              up to date
  [i] Warning: You are using FTL from a custom branch (development-v6) and might be missing future releases.

  [โœ“] Everything is up to date!

Yes, this currently affects all ARM builds as the configuration of fail01.dnssec.works changed causing some of our CI containers to fail to build the most recent binaries. So yes, the display is right: There is an update available but you cannot download it as the ARM binaries are not ready.

This will be fixed within

2 Likes

Should be fixed now. I singled out the corresponding change into a dedicated PR to make ease reviewing for the team. It has already been merged!

2 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.