open-telemetry / opentelemetry.io

The OpenTelemetry website and documentation
https://opentelemetry.io
Creative Commons Attribution 4.0 International
543 stars 1.2k forks source link

[CI] Registry auto-update script should ensure that package versions actually exist #5124

Open chalin opened 2 months ago

chalin commented 2 months ago

..., this isn't currently the case: e.g., https://github.com/open-telemetry/opentelemetry.io/pull/5114#discussion_r1735343891

svrnm commented 2 months ago

It does, because it pulls the versions from the package registries. The problem is the builder, because we make use of that version from https://pkg.go.dev/go.opentelemetry.io/collector/cmd/builder?tab=versions while we reference the releases page for downloads. That might require a "github" registry or something to check at the right place.