promu icon indicating copy to clipboard operation
promu copied to clipboard

Prometheus Utility Tool

Results 38 promu issues
Sort by recently updated
recently updated
newest added

Hi, for Thanos we have been using [email protected] (no shame) but I was working to upgrade this due to the awesome parallelism feature :) I'm not going to lie, I've...

question

Signed-off-by: Wiard van Rij Relates to https://github.com/prometheus/promu/issues/228 I'll place more info in the issue

Ok, Why does i have this error if i simply do it: ``` go get -u github.com/prometheus/promu cannot find package "github.com/google/go-github/v25/github" in any of: /usr/lib/golang/src/github.com/google/go-github/v25/github (from $GOROOT) /home/worker/go/src/github.com/google/go-github/v25/github (from $GOPATH)...

Make the crossbuild docker image a flag to allow local testing. * Only pull the docker image if the default is used. Signed-off-by: Ben Kochie

Moving forward with release automation, I suggest to add a 'promu bump' command that updates the CHANGELOG.md file by looking at the pull requests merged since the current version. It...

Hi guys, seems I've found issue with `release`, it fails on creation with next trace: >> create release Using config file: .promu.yml Running command: release [--verbose --timeout=10s --retry=5 /home/runner/work/syncthing_exporter/syncthing_exporter/.tarballs] !!...

It would be useful to add a `packages` command that would build `deb` and `rpm` format packages for various Linux distributions. We could use native packaging utilties, or something [fpm](https://github.com/jordansissel/fpm).

Version: `9583e5a6448f97c6294dca72dd1d173e28f8d4a4` Output: ``` make tarballs-release >> Publishing tarballs /go/bin/promu-9583e5a6448f97c6294dca72dd1d173e28f8d4a4 crossbuild -v tarballs Using config file: .promu.yml Running command: crossbuild [-v tarballs] >> building release tarballs + cp -a .build/darwin-amd64/thanos...

It would be nice to parameterize promu to use different golang builder image, plus make you we push golang builder to dockerhub as well here: https://github.com/prometheus/promu/blob/d629dfcdec49387b42164f3fe6dad353f922557e/cmd/crossbuild.go#L32 Rationales: quay.io is down...