~jsimpso/prometheus-snap:update_2

Last commit made on 2022-08-16
Get this branch:
git clone -b update_2 https://git.launchpad.net/~jsimpso/prometheus-snap
Only James Simpson can upload to this branch. If you are James Simpson please log in for upload directions.

Branch merges

Branch information

Name:
update_2
Repository:
lp:~jsimpso/prometheus-snap

Recent commits

7b75fef... by James Simpson

Make snap wrapper shellcheck compliant

d6df254... by James Simpson

Update daemon_arguments, add logo, remove todo

b326947... by Benjamin Allot

Shellcheck lint on the override and Go 1.18

c99ed25... by Benjamin Allot

Removing temporary workaround for non-adm64 arch

04e6dab... by Benjamin Allot

Update prometheus to 2.34.0

a8b1cbd... by Benjamin Allot

Merge remote-tracking branch 'origin/rock'

eae85c9... by Sergio Durigan Junior

Disable template/template_test.go

The test is failing on non-amd64 architectures.

Signed-off-by: Sergio Durigan Junior <email address hidden>

f426b01... by Sergio Durigan Junior

Update prometheus to 2.33.5

- Also update nodejs to 16.14.0 (latest LTS version).

- Remove unnecessary hack to fix bug with previous prometheus release,
  since it's been fixed in this new version.

Signed-off-by: Sergio Durigan Junior <email address hidden>

1b20947... by Sergio Durigan Junior

Temporarily disable template_test.go

This test is failing on non-amd64 architectures, but it's very likely
that the cause is the architecture-dependent way that Go treats
conversions between floats and ints. For more details, see:

https://github.com/prometheus/prometheus/issues/10185

Signed-off-by: Sergio Durigan Junior <email address hidden>

0e19ffe... by Sergio Durigan Junior

Update prometheus to 2.32.1.

This required:

- A new NodeJS (version 16).

- A new Go (version 17).

- A change in the order of our build commands. We were running the
  tests and then building the software, but that doesn't work anymore.

Signed-off-by: Sergio Durigan Junior <email address hidden>