prometheus / node_exporter

Exporter for machine metrics
https://prometheus.io/
Apache License 2.0
11.21k stars 2.36k forks source link

Missing asssets v1.2.0 #2081

Closed frenkye closed 3 years ago

frenkye commented 3 years ago

Hi,

for new version 1.2.0 there is only darwin and source code available, which differ from previous releases. Is this error or new standart?

Hope its error, don't want to change deploy process :)

discordianfish commented 3 years ago

Thanks for the report. That should be fixed now.

For context, looks like a race between creating the gh release and uploading the artifacts: https://app.circleci.com/pipelines/github/prometheus/node_exporter/2209/workflows/6959d92d-b847-4c11-9c8b-c5a5ce80a426/jobs/11667 - we should probably look into retrying in that case.