-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 fd05317) * build(flux): update flux to v0.195.1 (#25052) (cherry picked from commit f4ef091)
- Loading branch information
Showing
11 changed files
with
345 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.