Replies: 2 comments 1 reply
|
The Releases page is genuinely stale: the newest published release object is v18.10.0 (2026-07-09). Everything after it exists as git tags (v18.10.1, v18.10.3, v18.10.6, v18.10.7, v17.7.27, v17.7.28, and now v18.11.0) but has no matching GitHub Release. Requests to the releases-by-tag API return 404 for each one I checked (v18.10.6, v18.10.7, v17.7.27, v17.7.28, v18.11.0), and the releases listing tops out at v18.10.0 / v17.7.26. So this is not a client or cache problem on your side. Two refinements to the premise:
References:
Checked against the live REST and git-tag APIs and the docs changelog today (2026-08-25); I did not ask the maintainers why the Releases page stopped updating. |
|
@r0mant : as the person who seems to be in charge of releases, may i please ask for your input on this? this also affects the built-in update mechanism: teleport/lib/versioncontrol/github/github.go Line 109 in 1283425 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Looking at https://github.com/gravitational/teleport/releases, the latest release looks to be 18.10.0 but https://goteleport.com/docs/changelog/ already lists 18.10.7 as the latest and so do the git tags in this repository. (.1 to .6 are apparently binary-only releases, but .7 is AFAICT a regular one)
Is the GH releases page no longer maintained? If so, is there an RSS feed (or other API) that can be used to monitor for new releases?
All reactions