-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: fluent/fluentd
base: v1.16.5
head repository: fluent/fluentd
compare: v1.16.6
- 16 commits
- 14 files changed
- 5 contributors
Commits on Mar 27, 2024
-
ci: do not show test detail immediately (#4454)
TESTOPTS=-v shows running test and the result. If something weird happen, it show error immediately. As rake task executes many tests, so it may be better to delay showing test details later. NOTE: --progress-style=fault-only helps you to focus on failure, but it is inconvenient when test case has stalled. Signed-off-by: Kentaro Hayashi <[email protected]> Co-authored-by: Kentaro Hayashi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44d132c - Browse repository at this point
Copy the full SHA 44d132cView commit details
Commits on May 29, 2024
-
v1.16: keep console v1.23 (#4510)
console gem v1.24 and v1.25 has some specification changes that influence Fluentd. Since they have nothing to do with vulnerability, we should keep the version on v1.16 stable branch. Signed-off-by: Daijiro Fukuda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aeed909 - Browse repository at this point
Copy the full SHA aeed909View commit details -
out_file: add warn message for symlink_path setting (#4512)
Backported from 74b2e3d. (#4502) Signed-off-by: Shingo Nakayama <[email protected]> Signed-off-by: Daijiro Fukuda <[email protected]> Co-authored-by: Shingo Nakayama <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 056f2e4 - Browse repository at this point
Copy the full SHA 056f2e4View commit details
Commits on Jun 7, 2024
-
test: fix timecop version to keep clock specs in tests (#4524)
Backported from 57f821b. --- timecop 0.9.9 supports `Process.clock_gettime`. This breaks specifications of `process_extenstion` of Fluentd and `Fluent::Clock`. `Fluent::Clock` uses `CLOCK_MONOTONIC_RAW` if possible and it does not be affected. However, `CLOCK_MONOTONIC_RAW` is not available on Windows, so the impact on tests on Windows is very significant. For now, we should avoid this effect by fixing the version. Signed-off-by: Daijiro Fukuda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17c66e1 - Browse repository at this point
Copy the full SHA 17c66e1View commit details -
config: yaml_parser: Handle $log_level element for special case
Backported from 236d87d. --- This is because `@log_level` is invalid for YAML. Instead, we should interpret $log_level as `@log_level` on YAML parser. Signed-off-by: Hiroshi Hatake <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2020531 - Browse repository at this point
Copy the full SHA 2020531View commit details -
Merge pull request #4486 from fluent/v1.16-backport-4482
Backport(v1.16): config: yaml_parser: Handle $log_level element for special case (#4482)
Configuration menu - View commit details
-
Copy full SHA for 00ab6e8 - Browse repository at this point
Copy the full SHA 00ab6e8View commit details
Commits on Aug 16, 2024
-
test: fix IOError about Tempfile closed when GC (#4591)
Backported from 3b27984. --- `Tempfile#binmode` returns `File` object, not own `Tempfile` object. So, GC will cause its finalizer and the file can be closed during the test. This is the cause why these tests sometimes fail by `IOError: closed stream`. Signed-off-by: Daijiro Fukuda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 260a7f5 - Browse repository at this point
Copy the full SHA 260a7f5View commit details -
parser_json: fix wrong LoadError warning (#4592)
Backported from 891ce71. --- If Oj is not installed, LoadError with the empty message is raised. So, the current condition `/\boj\z/.match?(ex.message)` does not work and the following meaningless warning is displayed. {datetime} [warn]: #x {id} LoadError After this fix, the log message will be: {datetime} [info]: #x {id} Oj is not installed, and failing back to Yajl for json parser Refactor "rescue" logic because this falling back feature is currently only for "oj" (LoadError can not occur for "json" and "yajl"). Signed-off-by: Daijiro Fukuda <[email protected]> Co-authored-by: Takuro Ashie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2824884 - Browse repository at this point
Copy the full SHA 2824884View commit details
Commits on Aug 20, 2024
-
fluentd command: fix plugin_dirs not to overwrite default value (#4606)
Backported from fe5843f --- This option is explained as "add plugin directory". However, since v1.16.0, the behavior has changed to overwrite the default value unintentionally. (PR: #4064, commit: 41678bf). We should revert it to the original behavior. Signed-off-by: Daijiro Fukuda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9b9a2e - Browse repository at this point
Copy the full SHA a9b9a2eView commit details -
Signed-off-by: Kentaro Hayashi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5db2c6 - Browse repository at this point
Copy the full SHA b5db2c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63adf0d - Browse repository at this point
Copy the full SHA 63adf0dView commit details -
Signed-off-by: Daijiro Fukuda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb5e515 - Browse repository at this point
Copy the full SHA cb5e515View commit details -
v1.16.6: Move #4486 to Bug Fix
Signed-off-by: Daijiro Fukuda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f12fc95 - Browse repository at this point
Copy the full SHA f12fc95View commit details -
Because it does not fix the bug itself. Signed-off-by: Daijiro Fukuda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0cc1f0 - Browse repository at this point
Copy the full SHA f0cc1f0View commit details -
github: backport suppress running CI only for documentation (#4608)
For updating documentation or release task, running GitHub Actions is waste of resource. https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore Signed-off-by: Kentaro Hayashi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0ede80 - Browse repository at this point
Copy the full SHA a0ede80View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa1cfbb - Browse repository at this point
Copy the full SHA fa1cfbbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.16.5...v1.16.6