From 84a935389b39b9aec04e9211780a498644b96c89 Mon Sep 17 00:00:00 2001 From: alesnovak-s1 <138495238+alesnovak-s1@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:32:20 +0100 Subject: [PATCH] Agent release 2.2.18 (#1307) * Agent release 2.2.18 * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Jenkins Automation --- CHANGELOG.md | 12 ++++++++++++ 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, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8250a67c2..52429ba48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Scalyr Agent 2 Changes By Release ================================= +## 2.2.18 "Zack" - Nov 5, 2024 + + +Changes: +* Introducing a a new config key `agent_status_timeout` and setting it to 30s by default. Until version 2.2.17 it was hardcoded to 5 seconds. + +Fixes: +* Fixed a bug where pod logs were removed from ingestion because of a temporrary K8s API error and the agent was not able to add them again. + + ## 2.2.17 "Sinthia" - Sep 17, 2024