celery-exporter icon indicating copy to clipboard operation
celery-exporter copied to clipboard

Tagged releases do not contain executable

Open acidtv opened this issue 2 years ago • 4 comments

I tried to install celery-exporter by downloading a tagged release, 0.4.1, but the .tgz (https://github.com/danihodovic/celery-exporter/releases/download/celery-exporter-0.4.1/celery-exporter-0.4.1.tgz) does not contain an executable file, only the readme and some yaml files.

The 'latest' release tag does contain an executable, but I'd like to specify a version in my ansible config so I can plan upgrades to new versions.

acidtv avatar Nov 22 '22 08:11 acidtv

They're just helm releases atm, we'll need to tagged releases for the exporter itself. The ones that are there is just the chart.

adinhodovic avatar Nov 29 '22 11:11 adinhodovic

Is it on the roadmap to create tagged releases for the exporter?

acidtv avatar Dec 19 '22 14:12 acidtv

Is it on the roadmap to create tagged releases for the exporter?

Not a priority right now. Maybe in Q2 2023

danihodovic avatar Jan 09 '23 12:01 danihodovic

~Not a priority right now. Maybe in Q2 2023~

Not happening. Maybe in 2024. In the meantime you can build the exporter yourself using pyinstaller.

https://github.com/danihodovic/celery-exporter/blob/master/Taskfile.yml#L14-L17

danihodovic avatar May 12 '23 15:05 danihodovic