Hey CQ team,
With the plugins now living in the CloudQuery Hub, do we have a way to find out about new releases programmatically, i.e., an Atom feed?
Hey CQ team,
With the plugins now living in the CloudQuery Hub, do we have a way to find out about new releases programmatically, i.e., an Atom feed?
There’s an API endpoint to list all plugins and their latest version:
curl https://api.cloudquery.io/plugins
And we have our API documented in CloudQuery API Docs.
Internally, we automated new version updates using Renovate custom data source. You can find more about it here and additional information on Renovate’s Custom Datasource.