⚠️ 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:
- New environment variable:
LOGTAIL_MODE=true - 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
- checkpoint:
- (Manual update required) Pipeline changes:
- Add
global.UsingOldContentTag = trueto all pipelines - The legacy file collector
file_loghas been deprecated and replaced byinput_file.
Configuration reference: input-file documentation
- Add
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-agenton older Linux versions.