Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Conversation

mhilton
Copy link
Contributor

@mhilton mhilton commented Jun 11, 2024

Update the flux version used in influxdb

Describe your proposed changes here.

  • I've read the contributing section of the project README.
  • Signed CLA (if not already signed).

@mhilton mhilton requested a review from a team June 11, 2024 06:50
Copy link
Contributor

@davidby-influx davidby-influx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for this!

@mhilton mhilton merged commit f4ef091 into main-2.x Jun 12, 2024
25 checks passed
@gwossum gwossum mentioned this pull request Jun 12, 2024
gwossum added a commit that referenced this pull request Jun 12, 2024
gwossum added a commit that referenced this pull request Jun 13, 2024
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants