Skip to content

Commit 84a9353

Browse files
alesnovak-s1Jenkins Automation
andauthored
Agent release 2.2.18 (#1307)
* Agent release 2.2.18 * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Jenkins Automation <[email protected]>
1 parent 86a478f commit 84a9353

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Scalyr Agent 2 Changes By Release
22
=================================
33

4+
## 2.2.18 "Zack" - Nov 5, 2024
5+
<!---
6+
Packaged by Ales Novak <[email protected]> on Nov 5, 2024 00:00 -0800
7+
--->
8+
9+
Changes:
10+
* 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.
11+
12+
Fixes:
13+
* 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.
14+
15+
416
## 2.2.17 "Sinthia" - Sep 17, 2024
517
<!---
618
Packaged by Ales Novak <[email protected]> on Sep 17, 2024 00:00 -0800

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.17
1+
2.2.18

k8s/default-namespace/scalyr-agent-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
envFrom:
5151
- configMapRef:
5252
name: scalyr-config
53-
image: scalyr/scalyr-k8s-agent:2.2.17
53+
image: scalyr/scalyr-k8s-agent:2.2.18
5454
imagePullPolicy: Always
5555
name: scalyr-agent
5656
securityContext:

k8s/no-kustomize/scalyr-agent-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
envFrom:
5151
- configMapRef:
5252
name: scalyr-config
53-
image: scalyr/scalyr-k8s-agent:2.2.17
53+
image: scalyr/scalyr-k8s-agent:2.2.18
5454
imagePullPolicy: Always
5555
name: scalyr-agent
5656
securityContext:

k8s/scalyr-agent-2-envfrom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
envFrom:
5050
- configMapRef:
5151
name: scalyr-config
52-
image: scalyr/scalyr-k8s-agent:2.2.17
52+
image: scalyr/scalyr-k8s-agent:2.2.18
5353
imagePullPolicy: Always
5454
name: scalyr-agent
5555
securityContext:

k8s/scalyr-agent-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
envFrom:
5050
- configMapRef:
5151
name: scalyr-config
52-
image: scalyr/scalyr-k8s-agent:2.2.17
52+
image: scalyr/scalyr-k8s-agent:2.2.18
5353
imagePullPolicy: Always
5454
name: scalyr-agent
5555
securityContext:

0 commit comments

Comments
 (0)