Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing release artifacts for 1.61.1 #89

Closed
radeksimko opened this issue Jun 14, 2022 · 1 comment
Closed

Missing release artifacts for 1.61.1 #89

radeksimko opened this issue Jun 14, 2022 · 1 comment

Comments

@radeksimko
Copy link

It appears the release artifacts are missing for the latest patch release: https://github.com/lightstep/terraform-provider-lightstep/releases

terraform {
  required_providers {
    lightstep = {
      source = "lightstep/lightstep"
      version = "1.61.1"
    }
  }
}

provider "lightstep" {
  # Configuration options
}
terraform init
Initializing the backend...

Initializing provider plugins...
- Finding lightstep/lightstep versions matching "1.61.1"...
╷
│ Error: Failed to install provider
│
│ Error while installing lightstep/lightstep v1.61.1: could not query provider registry for registry.terraform.io/lightstep/lightstep: failed to retrieve
│ authentication checksums for provider: 404 Not Found
╵
@gdvalle
Copy link
Member

gdvalle commented Dec 8, 2022

Is this resolved now? Seems like they came in several hours later after this issue was opened: https://github.com/lightstep/terraform-provider-lightstep/releases/tag/v1.61.1
image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants