Github traefik TAG 2.11

Hi,

Traefik 2.11 tags are no longer availables on https://api.github.com/repos/traefik/traefik/tags
We are using this URL to automatically check new versions to upgrade when there are security issues or bug fix.
Is there another way to get the new release via curl ?

Regards,

According to doc, v2 is still maintained, so shouldn’t just vanish.

It seems Github is sorting and limiting the results by default, you can try

https://api.github.com/repos/traefik/traefik/tags?per_page=100
1 Like

Can you explain more in details.

Github APi by default returns a limited number of results. You can extend that number to 100.

When all older v2 move out of the first 100 results, you need to start paging.

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