Pangolin sites show available Newt updates even if there is no new release #117

Closed
opened 2026-04-05 17:01:11 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @JanGrosse on 3/14/2026

Describe the Bug

The "new-version" check currently uses the Newt GitHub tags API to determine the latest version of Newt. This can cause pangolin to report updates that do not actually exist (as of now it reports that a newer version than Newtv1.10.2 exist because the tags endpoint returns already the (upcoming) 1.10.3.

Environment

  • OS Type & Version: (e.g., Ubuntu 22.04): Debian 12
  • Pangolin Version: 1.16.2
  • Gerbil Version: 1.3.0
  • Traefik Version: 3.6.1
  • Newt Version: 1.10.2
  • Olm Version: (if applicable)

To Reproduce

Have everything running on the latest version, go to pangolin -> sites and you should see a update available icon for newt (see screenshot).
You can also manually check the API call to see that it returns for Newt already tag 1.10.3 as seen here

Image

Expected Behavior

Only to report a new version being available it there is an actual release available, not just when a new tag is published.

*Originally created by @JanGrosse on 3/14/2026* ### Describe the Bug The "new-version" check currently uses the Newt GitHub tags API to determine the latest version of Newt. This can cause pangolin to report updates that do not actually exist (as of now it reports that a newer version than Newtv1.10.2 exist because the `tags` endpoint returns already the (upcoming) 1.10.3. ### Environment - OS Type & Version: (e.g., Ubuntu 22.04): Debian 12 - Pangolin Version: 1.16.2 - Gerbil Version: 1.3.0 - Traefik Version: 3.6.1 - Newt Version: 1.10.2 - Olm Version: (if applicable) ### To Reproduce Have everything running on the latest version, go to pangolin -> sites and you should see a update available icon for newt (see screenshot). You can also manually check the API call to see that it returns for Newt already tag 1.10.3 [as seen here](https://api.github.com/repos/fosrl/newt/tags) <img width="1548" height="394" alt="Image" src="https://github.com/user-attachments/assets/b222f5ac-15e0-4a17-a671-014356380fec" /> ### Expected Behavior Only to report a new version being available it there is an actual release available, not just when a new tag is published.
MrUnknownDE added the stale label 2026-04-05 17:01:11 +02:00
Sign in to join this conversation.
No Label stale
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#117