pulumiverse / pulumi-cockroach

Pulumi provider for Cockroach DB
Apache License 2.0
7 stars 3 forks source link

The upgrade bridge action is failing #46

Open adinhodovic opened 5 days ago

adinhodovic commented 5 days ago

Hey @ringods,

Seems like this action is continuously failing https://github.com/pulumiverse/pulumi-cockroach/actions/runs/11433713513/job/31806125167 due to GH authentication.

We need this resource https://registry.terraform.io/providers/cockroachdb/cockroach/latest/docs/resources/metric_export_prometheus_config, which was added in May and I expected it to exist in the Pulumi provider.

Thanks!

ringods commented 2 days ago

I'm working on getting https://github.com/pulumi/ci-mgmt/ to work for thirdparty providers (like the Pulumiverse ones). The process around kicking of upgrade-provider tool to upgrade the bridge or upstream provider is in it's last phases. Once that is ready, I can generate the correct workflows from the templates in ci-mgmt.

adinhodovic commented 1 day ago

I'm working on getting https://github.com/pulumi/ci-mgmt/ to work for thirdparty providers (like the Pulumiverse ones). The process around kicking of upgrade-provider tool to upgrade the bridge or upstream provider is in it's last phases. Once that is ready, I can generate the correct workflows from the templates in ci-mgmt.

Awesome, thanks!