scaleway / cq-source-scaleway

CloudQuery Provider for Scaleway
https://www.cloudquery.io/
Apache License 2.0
5 stars 2 forks source link

Time to tag `v2.0.0`? #12

Open disq opened 1 year ago

disq commented 1 year ago

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.

remyleone commented 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.

disq commented 1 year ago

@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.

remyleone commented 1 year ago

rleone@scaleway.com

disq commented 1 year ago

Opened #13 for the workflow. Also you should have an invitation in your email.

disq commented 1 year ago

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)