Skip to content

v1.12.0

Latest

Choose a tag to compare

@dxsup dxsup released this 16 Sep 03:43
d30b9c5

⚠️ Compatibility Notice

This version has upgraded ilogtail, after that container log collection is now supported under the containerd2 runtime.
However, this requires changes to existing deployment and configuration files, including environment variables, mount paths, and pipeline configurations. Without these changes, the system will not function properly.

For users on the default configuration, updates will be automatically applied with the new version.
For users with custom collection configurations, please carefully review and manually apply the required adjustments.

Changes include:

  1. New environment variable:
    LOGTAIL_MODE=true
  2. Mount path adjustments:
    • checkpoint: /usr/local/ilogtail/checkpoint/usr/local/loongcollector/checkpoint
    • user_config: /usr/local/ilogtail/user_yaml_config.d/usr/local/loongcollector/config/local
    • logger-config: /usr/local/ilogtail/plugin_logger.xml/usr/local/loongcollector/conf/plugin_logger.xml
  3. (Manual update required) Pipeline changes:
    • Add global.UsingOldContentTag = true to all pipelines
    • The legacy file collector file_log has been deprecated and replaced by input_file.
      Configuration reference: input-file documentation

Enhancements

  • [BREAKING CHANGE] Log collection is now compatible with the containerd2 runtime (deployment and configuration changes required).

Bug Fixes

  • Fixed an issue where service overview alert status was not filtered by namespace.
  • Fixed incorrect display of anomaly data in fault reports.
  • Added compatibility for apo-one-agent with Alpine Linux (musl-based) base images.
  • Fixed Slice Out of Bound error in profile-agent on older Linux versions.