~canonical-server/prometheus:oci-image

Last commit made on 2020-10-01
Get this branch:
git clone -b oci-image https://git.launchpad.net/~canonical-server/prometheus
Members of Canonical Server can upload to this branch. Log in for directions.

Branch information

Name:
oci-image
Repository:
lp:~canonical-server/prometheus

Recent commits

19cd0d9... by Lucas Kanashiro

Do not download promu from Github during build time

The promu binaries for the target architectures were included in this
repo to avoid accessing Internet during the build.

33e98bf... by Lucas Kanashiro

Create OCI image for prometheus version 2.15.2

The yarn package used comes from the upstream apt repository since the
requirements cannot be satisfied by what we have in the archive.

d9613e5... by Bartlomiej Plotka

Merge pull request #6565 from prometheus/fixes-for-2.15.2

Cut release 2.15.2; cherry-picked windows fix and index with unsorted postings support.

bfe3daf... by Bartlomiej Plotka

Cut release 2.15.2

Cherry-picked 2 commits.

Signed-off-by: Bartlomiej Plotka <email address hidden>

13e88e5... by Brian Brazil <email address hidden>

Handle V1 indexes, some of which have unsorted posting offset tables. (#6564)

Fixes #6535

Signed-off-by: Brian Brazil <email address hidden>

ada0945... by Brian Brazil <email address hidden>

Fix tsdb code and tests to work on Windows. (#6547)

Add back Windows CI, we lost it when tsdb was merged into the prometheus
repo. There's many tests failing outside tsdb, so only test tsdb for
now.

Fixes #6513

Signed-off-by: Brian Brazil <email address hidden>

8744510... by Bartlomiej Plotka

Merge pull request #6518 from prometheus/fix-2.15.1

Cut 2.15.1 + cherry-picked fix.

e6e48e6... by Bartlomiej Plotka

Cut release 2.15.1

Signed-off-by: Bartlomiej Plotka <email address hidden>

c2e083c... by Bartlomiej Plotka

Fixed race in Chunks method. (#6515)

Added regression test.

Fixes #6512

Before (not deterministic result due to concurrency):
```
=== RUN TestChunkReader_ConcurrentRead
--- FAIL: TestChunkReader_ConcurrentRead (0.01s)
    db_test.go:2702: unexpected error: checksum mismatch expected:597ad276, actual:597ad276
    db_test.go:2702: unexpected error: checksum mismatch expected:dd0cdbc2, actual:dd0cdbc2
FAIL
```

After succuess on multiple runs.

Signed-off-by: Bartlomiej Plotka <email address hidden>

ec1868b... by Bartlomiej Plotka

Cut 2.15.0 release. (#6509)

Signed-off-by: Bartek Plotka <email address hidden>