Commit Graph

3 Commits (2.7)

Author SHA1 Message Date
Geoffrey Wossum c6c00b8eea
build(flux): update flux to v0.195.1 (#25060)
* feat: update flux to latest head (#25051)

* feat: update flux to latest head

Flux has updated some dependencies, including prometheus. Prometheus
has changed in some incompatible ways. Update the flux dependency
to a newer version with the updated prometheus dependency and apply
some small fixes to make everything build. This is in preparation
for a flux release later in the week.

The biggest change is in some tests that were using runtime.DeepEqual
to check the correctness of prometheus metrics. The internals of
these types have changed such that this is not a safe thing to do
anymore. The test now verifies the string representations, as
produced by String(), match.

* fix: update CI script

The scripts/ci/check-system-go-matches-go-mod.sh is failing because
newer go toolchains include the bugfix version in go.mod's go
directive. Update the script to check the major and minor versions
reported by both tools match.

(cherry picked from commit fd0531761c)

* build(flux): update flux to v0.195.1 (#25052)

(cherry picked from commit f4ef091f50)
2024-06-13 11:10:23 -05:00
Jonathan A. Sternberg 0ae8bebd75
refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
Chris Goller a8a48ac5d7 feat(prometheus): add transformers and codecs 2019-01-21 13:05:58 -06:00