prometheus/vendor/golang.org/x
Krasi Georgiev 5b8ff9b8a4
Merge the 2.13 release branch (#6169)
* Include tsdb tool in builds (#6085) (#6089)

Add the tsdb tool to promu so that it's included in the release
tarballs.

Signed-off-by: Ben Kochie <superq@gmail.com>

* web/ui: fix for CVE-2019-10215 (#6098)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* cut 2.13 release (#6099)

Signed-off-by: Krasi Georgiev <8903888+krasi-georgiev@users.noreply.github.com>

* Fix panic in ARM builds of Prometheus (#6110)

An extra sync.Pool was added during a refactor which caused some 64 bit,
atomically accessed variables to no longer be 64 bit aligned. By moving
all atomically accessed variables to the beginning of the struct they
are guaranteed to be 64 bit aligned.

Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>

* promql: fix potential panic in the query logger (#6094)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>

* Cut release 2.13.1 (#6145)

Signed-off-by: Krasi Georgiev <8903888+krasi-georgiev@users.noreply.github.com>
2019-10-18 02:21:58 +03:00
..
crypto Update go.mod dependencies before release (#5883) 2019-08-14 11:00:39 +02:00
net *: bump Go version to 1.13 (#6020) 2019-09-13 13:55:18 +01:00
oauth2 Update go.mod dependencies before release (#5883) 2019-08-14 11:00:39 +02:00
sync Update go.mod dependencies before release (#5883) 2019-08-14 11:00:39 +02:00
sys Merge the 2.13 release branch (#6169) 2019-10-18 02:21:58 +03:00
text *: bump Go version to 1.13 (#6020) 2019-09-13 13:55:18 +01:00
time Update go.mod dependencies before release (#5883) 2019-08-14 11:00:39 +02:00
tools Merge the 2.13 release branch (#6169) 2019-10-18 02:21:58 +03:00