-
Notifications
You must be signed in to change notification settings - Fork 29
Add fluent-package 6.0.1 #935
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
kenhys
merged 2 commits into
fluent:fluent-package-v6
from
Watson1978:fluent-package-6.0.1
Nov 7, 2025
Merged
Add fluent-package 6.0.1 #935
kenhys
merged 2 commits into
fluent:fluent-package-v6
from
Watson1978:fluent-package-6.0.1
Nov 7, 2025
Conversation
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
Watson1978
commented
Nov 6, 2025
| gem "fluent-plugin-fluent-package-update-notifier", "0.2.3" | ||
| gem "fluent-plugin-obsolete-plugins", "0.2.2" | ||
| gem "fluent-plugin-opentelemetry", "0.3.0" | ||
| gem "fluent-plugin-opentelemetry", "0.4.0" |
Contributor
Author
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.
Minor update.
It just added new in_opentelemetry_metrics plugin,
it has no effect whatsoever on past versions.
f21acea to
dd305f4
Compare
Signed-off-by: Shizuo Fujita <[email protected]>
dd305f4 to
84afb34
Compare
Signed-off-by: Shizuo Fujita <[email protected]>
5eaeb61 to
5708573
Compare
Contributor
Details
Detailsdiff --git a/fluent-package/Gemfile b/fluent-package/Gemfile
index f047dcd..6f653e8 100644
--- a/fluent-package/Gemfile
+++ b/fluent-package/Gemfile
@@ -21,7 +21,7 @@ gem "http_parser.rb", "0.8.0"
gem "yajl-ruby", "1.4.3"
gem "serverengine", "2.4.0"
gem "msgpack", "1.8.0"
-gem "oj", "3.16.11"
+gem "oj", "3.16.12"
gem "tzinfo", "2.0.6"
gem "tzinfo-data", "1.2025.2"
@@ -92,7 +92,7 @@ gem "fluent-plugin-opentelemetry", "0.4.0"
windows_platforms = [:mingw, :x64_mingw] # :mswin
# ffi-win32-extensions doesn't support ffi 1.17.1 or later
-gem "ffi", "1.17.0", platforms: windows_platforms
+gem "ffi", "1.17.2", platforms: windows_platforms
gem "ffi-win32-extensions", "1.1.0", platforms: windows_platforms
# fiddle gem that isn't default gems as of Ruby 3.5
gem "fiddle", "1.1.8", platforms: windows_platforms |
kenhys
approved these changes
Nov 7, 2025
Contributor
kenhys
left a comment
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.
LGTM.
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.
bundle _2.3.27_ update --patchon my Windows PC