Need method to programmatically track new CloudQuery plugin releases

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?

Hi @uncommon-pelican :wave:

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.