From 709058761f40002b11be8e92828017ef2201ca47 Mon Sep 17 00:00:00 2001 From: alesnovak-s1 <138495238+alesnovak-s1@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:30:05 +0100 Subject: [PATCH] Project import generated by Copybara. (#1232) GitOrigin-RevId: 822da6158def4cfa5be88cccf8be4ddcbf5c3ab7 --- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- k8s/default-namespace/scalyr-agent-2.yaml | 2 +- k8s/no-kustomize/scalyr-agent-2.yaml | 2 +- k8s/scalyr-agent-2-envfrom.yaml | 2 +- k8s/scalyr-agent-2.yaml | 2 +- 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce1652b62..08602a804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Scalyr Agent 2 Changes By Release ================================= +## 2.2.9 "Tandi" - Jan 11, 2024 + + +Feature: +* Support for CRI multi lines - implementing support for the following format: https://github.com/kubernetes/design-proposals-archive/blob/main/node/kubelet-cri-logging.md + +Fix: +* Python2 suport for Syslog monitor fixed + +Security Fix: +* Alpine image upgraded from 3.18.13 to 3.18.14 to fix recently found vulnerabilities + ## 2.2.8 "Marcus" - Nov 20, 2023