prometheus / prom2json

A tool to scrape a Prometheus client and dump the result as JSON.
Apache License 2.0
374 stars 90 forks source link

Cut 1.3.1 #108

Closed beorn7 closed 2 years ago

beorn7 commented 2 years ago

As said in the CHANGELOG, this is just precaution, because the previous release is ancient, and people tend to panic if they see binaries built with old Go versions or ancient dependencies.

An argument could be made that we should not cut bugfix releases without any known relevant bug. But maybe, after all those years, it's fine to do it in this case. WDYT?

SuperQ commented 2 years ago

Oh, we should probably drop the vendor dir like we have in all the other projects.

beorn7 commented 2 years ago

I thought perhaps not to change the vendor dir in a bugfix release. But now that you would like it, I realize it isn't really a user-facing thing. So removing that, too.