-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Some projects post their various release channels as a single JSON document. I'd like to be able to parse that JSON data for the latest version in the same way I can for deployed versions.
For example, the k3s project's releases are listed at https://update.k3s.io/v1-release/channels, and I'd like to only retrieve the .data from the id=stable element.
Currently I track k3s releases from their GitHub page, but the latest and stable releases are indistinguishable from that page.
Describe the solution you'd like
Support for parsing JSON in latest version config similar to deployed version config
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request