Skip to content

Commit

Permalink
Agent release 2.2.18 (#1307)
Browse files Browse the repository at this point in the history
* Agent release 2.2.18

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Jenkins Automation <[email protected]>
  • Loading branch information
alesnovak-s1 and Jenkins Automation authored Nov 5, 2024
1 parent 86a478f commit 84a9353
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Scalyr Agent 2 Changes By Release
=================================

## 2.2.18 "Zack" - Nov 5, 2024
<!---
Packaged by Ales Novak <[email protected]> on Nov 5, 2024 00:00 -0800
--->

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
<!---
Packaged by Ales Novak <[email protected]> on Sep 17, 2024 00:00 -0800
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.17
2.2.18
2 changes: 1 addition & 1 deletion k8s/default-namespace/scalyr-agent-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
envFrom:
- configMapRef:
name: scalyr-config
image: scalyr/scalyr-k8s-agent:2.2.17
image: scalyr/scalyr-k8s-agent:2.2.18
imagePullPolicy: Always
name: scalyr-agent
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion k8s/no-kustomize/scalyr-agent-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
envFrom:
- configMapRef:
name: scalyr-config
image: scalyr/scalyr-k8s-agent:2.2.17
image: scalyr/scalyr-k8s-agent:2.2.18
imagePullPolicy: Always
name: scalyr-agent
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion k8s/scalyr-agent-2-envfrom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
envFrom:
- configMapRef:
name: scalyr-config
image: scalyr/scalyr-k8s-agent:2.2.17
image: scalyr/scalyr-k8s-agent:2.2.18
imagePullPolicy: Always
name: scalyr-agent
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion k8s/scalyr-agent-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
envFrom:
- configMapRef:
name: scalyr-config
image: scalyr/scalyr-k8s-agent:2.2.17
image: scalyr/scalyr-k8s-agent:2.2.18
imagePullPolicy: Always
name: scalyr-agent
securityContext:
Expand Down

0 comments on commit 84a9353

Please sign in to comment.