Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tag for lts releases #92

Open
bluesmoon opened this issue Oct 10, 2024 · 6 comments
Open

Add tag for lts releases #92

bluesmoon opened this issue Oct 10, 2024 · 6 comments

Comments

@bluesmoon
Copy link

Hi folks,

Would it be possible to add a shared tag for lts releases of Julia? This would always map to the latest LTS release, which should be 1.10.5 (or 1.10) at the time of this writing.

In our workflow we only use LTS releases, so it would help to have our CI pull from julia:lts rather than having to figure out if julia:latest is LTS or not.

Thank you.

@tianon
Copy link
Member

tianon commented Oct 10, 2024

I thought for sure we had discussed this somewhere before but now I cannot find it! I'm hesitant because we don't have a data source from upstream that tells us which release is LTS in an easily machine-readable way, but on the flip side, we also hand-maintain which release is "latest" so this is not unreasonable. 👍

@tianon
Copy link
Member

tianon commented Oct 10, 2024

Oh, we do not hand-maintain "latest", that's automatic based on which versions we currently have. Hmm.

@tianon
Copy link
Member

tianon commented Oct 10, 2024

I wonder if we could convince upstream folks to add an lts boolean to https://julialang.org/downloads/#json_release_feed 👀 ❤️

@bluesmoon
Copy link
Author

I'll post on the Julia slack and ask if this is possible. Is latest is always the latest built? i.e., if 1.10.6 is built after 1.11.0 then does 1.10.6 becomes latest?

@tianon
Copy link
Member

tianon commented Oct 10, 2024

No, "latest" will always point to the highest numeric GA release (so until there's a 1.12 or 2.0 that's GA, it will point to whatever the latest patch release of 1.11 is).

@fredrikekre
Copy link

I wonder if we could convince upstream folks to add an lts boolean to https://julialang.org/downloads/#json_release_feed 👀 ❤️

See JuliaLang/VersionsJSONUtil.jl#2. I don't think anyone would object, just nobody has implemented it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants