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

Closed adinhodovic closed 3 days ago

adinhodovic commented 1 month 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 4 weeks 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 4 weeks 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!

adinhodovic commented 3 weeks 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.

Will the provider be upgraded to the latest one automatically after that (1.6.0 -> 1.9.0)? Thanks!

ringods commented 3 days ago

@adinhodovic upgrade to the latest bridge, together with upgrade to upstream TF provider v1.9.0, worked in #54. Releasing that one as v0.7.0 right now.

adinhodovic commented 3 days ago

@adinhodovic upgrade to the latest bridge, together with upgrade to upstream TF provider v1.9.0, worked in #54. Releasing that one as v0.7.0 right now.

Thanks!! :rocket: