-
Notifications
You must be signed in to change notification settings - Fork 1.7k
lib: dependency updates #10195
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
Merged
Merged
lib: dependency updates #10195
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
efa97fa
lib: cfl: update to v0.6.0
edsiper bafa67f
lib: chunkio: upgrade to v1.5.3
edsiper d0e766e
lib: ctraces: upgrade to v0.6.3
edsiper 72cdaff
lib: cmetrics: upgrade to v1.0.0
edsiper 06cb16d
in_ebpf: remove cmake requirement
edsiper ded893c
lib: nghttp2: upgrade to v1.65.0
edsiper d730f58
lib: fluent-otel-proto: upgrade to v0.9.1
edsiper 349cbc8
lib: librdkafka: upgrade to v2.8.0
edsiper f2a30de
lib: lwrb: cmake requirement >= v3.20
edsiper dfa6336
lib: miniz: cmake requirement >= v3.20
edsiper 8580329
lib: msgpack-c: cmake requirement >= v3.20
edsiper 1c7403a
lib: tutf8e: cmake requirement >= v3.20
edsiper 2f6cc38
lib: ctraces: upgrade to v0.6.4
edsiper 268d565
lib: cprofiles: upgrade to v0.1.1
edsiper 2ed7c9c
lib: monkey: upgrade to v1.8.3
edsiper 499bb6c
lib: onigmo: requires CMake v3.20
edsiper 5822353
lib: snappy: add README.md about original repo
edsiper 161ec2b
cmake: libraries: adjust snappy path
edsiper 03c42af
filter_geoip2: upgrade libmaxminddb to v1.12.2
edsiper 2d4d702
lib: snappy: requires CMake >= v3.20
edsiper eed6572
lib: nghttp2: set proper options and OpenSSL options
edsiper 503c146
lib: cmetrics: detect MSVC first
edsiper 817b13f
lib: nghttp2: define ssize_t as a ptrdiff_t
edsiper ee533f4
packaging: disable Ubuntu 16.04/18.04/20.04 and older Rasbians
edsiper 98d4e69
build: new FLB_KAFKA (default: on) option
edsiper 5f8ef72
build: only include flb_kafka.c if FLB_KAFKA is set
edsiper c2dabff
packaging: distros: centos: fix build
edsiper 25f3e56
packaging: distros: amazonlinux: disable Kafka on amazonlinux:2
edsiper a92a6f9
dockerfiles: centos 7: disable Kafka
edsiper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Global Owners | ||
# ------------- | ||
* @edsiper @leonardo-albertovich | ||
|
||
# CI | ||
# ------------------------- | ||
/.github/ @niedbalski @patrick-stephens @celalettin1286 |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change requires changes in run_code_analysis.sh script, because lpenz/ghaction-cmake:0.19 docker image (https://hub.docker.com/r/lpenz/ghaction-cmake) used in that script contains older version of CMake:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refer to #10238 for one of the possible solutions