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

Fix encoding error in fluentd client #5163

Merged
merged 2 commits into from
Jan 17, 2022

Commits on Jan 17, 2022

  1. Fix encoding error in fluentd client

    This change fixes a bug that is caused by incorrectly trying to encode
    any values other than string.
    This bug was a regression introduced with #5107 and caused
    `NoMethodError` errors.
    
    Fixes #5099
    
    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    dc1fc31 View commit details
    Browse the repository at this point in the history
  2. Bump fluent-plugin-grafana-loki to version 1.2.18

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    9f3b364 View commit details
    Browse the repository at this point in the history