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
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=stableelement.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