Open disq opened 1 year ago
Do you have anything to generate it automatically? Having to do a manual release each time the SDK will be updated will induce an ongoing run load on us that we do not guarantee at the moment. Having something automated on the cq-source-scaleway side seems to be the way to go.
@remyleone It can be a github action, but needs a GitHub secret setup.
Here's an example: https://github.com/cloudquery/cloudquery/blob/main/.github/workflows/publish_plugin_to_hub.yml
I can contribute something like this but it won't work without setting the token (CQ_CI_CLOUDQUERY_HUB_TOKEN
in the link above) which is needed from your side. To do that you'll need to be included in the scaleway team in the hub but I still don't have your corp email for an invite, I can invite you with your gmail though, if that's preferred.
rleone@scaleway.com
Opened #13 for the workflow. Also you should have an invitation in your email.
https://github.com/scaleway/cq-source-scaleway/pull/14 fixes the workflow issues. You'll still need to accept the invite and set up the token as described in the README. (I've slightly changed the name of the secret name in #14 so it's different from before, please refer to that one)
Do you think it's time to tag v2.0.0 with the new SDK? Just follow the steps in the readme and GoReleaser should take care of the rest for GitHub artifacts.
For the hub release you'll need to create a user in cloud.cloudquery.io and get added to the scaleway team (details in the PR description), but in a pinch I can do the release too.