aboutsummaryrefslogtreecommitdiff
path: root/.promu.yml
Commit message (Collapse)AuthorAge
* Remove vendor directoryBen Kochie2020-07-11
| | | | | | Dev summit 2020-07-10 consensus item: Remove vendor from repos. Signed-off-by: Ben Kochie <superq@gmail.com>
* Finish the update to go 1.14 (#1696)Julien Pivotto2020-05-03
| | | | | * Finish the update to go 1.14 Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* Update go to 1.14 (#1692)Julien Pivotto2020-04-28
| | | Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* *: bump Go version to 1.13Simon Pasquier2019-09-16
| | | | Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* *: bump Go version to 1.12 (#1329)Simon Pasquier2019-04-26
| | | Signed-off-by: Simon Pasquier <spasquie@redhat.com>
* Convert to Go modules (#1178)Ben Kochie2018-11-30
| | | | | | | | | | | | | | | | | | * Convert to Go modules * Update promu config. * Convert to Go modules. * Update vendoring. * Update Makefile.common. * Update circleci config. * Use Prometheus release tar for promtool. * Fixup unpack * Use temp dir for unpacking tools. * Use BSD compatible tar command. * OpenBSD mkdir doesn't support `-v`. Signed-off-by: Ben Kochie <superq@gmail.com>
* Fix promu config (#1119)v0.17.0-rc.0Ben Kochie2018-10-20
| | | | | | Rename promu no-cgo config to default promu name to avoid crossbuild problems. Signed-off-by: Ben Kochie <superq@gmail.com>
* Update build (#1081)Ben Kochie2018-09-25
| | | | | | | | | | * Update build * Only use CGO when building non-Linux. * Update build to Go 1.11 * Use tab indenting consistently. Signed-off-by: Ben Kochie <superq@gmail.com>
* Update build (#1041)Ben Kochie2018-08-13
| | | | | | | | | | Update build * Update to Go 1.10. * Enable `ppc64le` build. * Enable MIPS builds. Signed-off-by: Ben Kochie <superq@gmail.com>
* define binary name in promu configuration file (#650)Christian Will2017-08-22
|
* Merge pull request #549 from prometheus/grobie/remove-windowsTobias Schmidt2017-04-11
|\ | | | | Remove Windows support
| * Remove Windows supportTobias Schmidt2017-04-10
| | | | | | | | Use https://github.com/martinlindhe/wmi_exporter instead.
* | Remove netbsd/arm support for nowTobias Schmidt2017-04-11
|/ | | | | | There are crossbuild errors on netbsd/arm with go1.8. Assuming there is only a small minority of people running netbsd on ARM processors, disabling these builds is the fastest workaround.
* Disable broken ppc buildsBen Kochie2016-11-16
| | | | | Disable linux/{ppc64,ppc64le} until we figure out what is wrong with the automated build pipeline.
* Update promu config file following recent changes + use the golang-builder ↵Steve Durrheimer2016-09-09
| | | | base image for tests for CircleCI
* Use promu default go version + use 1.6 tag for cicleci testsSteve Durrheimer2016-08-30
|
* Merge pull request #236 from sdurrheimer/refactor-version-informationsTobias Schmidt2016-05-04
|\ | | | | Make version informations consistent between prometheus components
| * Make version informations consistent between prometheus componentsSteve Durrheimer2016-05-04
| | | | | | | | This also fixes #231 by adding the '-version' flag
* | Make node_exporter statically buildable for linux/amd64Steve Durrheimer2016-05-04
|/
* New release process using docker, circleci and a centralizedSteve Durrheimer2016-04-28
building tool