* 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 |
||
---|---|---|
.. | ||
auth_service.go | ||
auth_service_test.go | ||
codec.go | ||
codec_test.go | ||
example_test.go | ||
filter.go | ||
filter_test.go | ||
influx.go | ||
metric_recorder.go | ||
prometheus_test.go | ||
sort.go | ||
transformer.go | ||
transformer_test.go |