integrations / terraform-provider-github

Terraform GitHub provider
https://www.terraform.io/docs/providers/github/
MIT License
879 stars 719 forks source link

[BUG]: v6.1.0 is not on Terraform Provider Registry #2191

Closed nikolay closed 5 months ago

nikolay commented 5 months ago

Expected Behavior

Versions v6.1.0 should be available on the Terraform Provider Registry.

Actual Behavior

I get:

╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider integrations/github: no available releases match the given constraints 6.1.0
╵

Terraform Version

Terraform v1.7.4 on darwin_arm64

Affected Resource(s)

Terraform Configuration Files

No response

Steps to Reproduce

No response

Debug Output

No response

Panic Output

No response

Code of Conduct

stevehipwell commented 5 months ago

CC @kfcampbell

kfcampbell commented 5 months ago

This is bizarre. The logs from the latest release don't look meaningfully different to the logs from the previous successful v6.0.1 release, and all the normal release artifacts have been successfully published.

In the past when releases haven't appeared on the registry, it's been due to the release workflow failing and the artifacts not being published on the GitHub releases page, which isn't the case here. I've reached out to Hashicorp to see if they can shed any light on the issue.

stevehipwell commented 5 months ago

@kfcampbell have you checked that the release webhook hasn't been disabled and that it triggered correctly for v6.1.0?

kfcampbell commented 5 months ago

Hashicorp has informed me they've had an intermittant outage last week that affected some new release publishes, and we're looking into steps to resync the release to the registry.

bradam12 commented 5 months ago

Working here now!

stevehipwell commented 5 months ago

Looking good here too.

kfcampbell commented 5 months ago

They've performed a resync and picked up the new release. I'm going to close out this issue.