-
Notifications
You must be signed in to change notification settings - Fork 71
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
Upgrade fluent-bit to 2.0.9 #1078
Merged
Merged
Conversation
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
04afaf4
to
884aacf
Compare
|
884aacf
to
1691daa
Compare
sophieyfang
approved these changes
Feb 16, 2023
9 tasks
5c57ef4
to
4f78156
Compare
4f78156
to
0f45a6e
Compare
46edbbe
to
e7a9aa2
Compare
stretch, centos7, sles12 and sles15 don't install a new enough CMake (>= 3.12) with their default package managers. stretch has an appropriate version available via backports, and we can install CMake manually on the other platforms. This includes an earlier series of commits rebased into the new generated Dockerfile system: - bff0e5a - 2038796 - 888e6ff - c3bb8ca
e7a9aa2
to
d4b4fdd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Upgrade fluent-bit from 1.9.8 to 2.0.9. Notably, this upgrade includes fixes for the Windows 2012 lockup and Windows time zone parsing issues.
Related issue
How has this been tested?
build_and_test_all.sh
passed all builds + tests (with some flakes/unrelated test failures; see upgrade ticket for details)Checklist:
[1] We document the time zone issue for Windows here. This shouldn't be needed once users upgrade to the new release of Ops Agent which includes this fix, but it may still be worth keeping around for a bit for users who haven't upgraded yet.