Skip to content

Commit b0e77c7

Browse files
authored
Prepare changes for release - update changelog and make sure we add (#970)
stop_agent_on_failure: true to base docker.json k8s config.
1 parent e852a91 commit b0e77c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

4-
## 2.1.33 "in development" - August 27, 2022
4+
## 2.1.33 "Chaavis" - August 17, 2022
55
<!---
6-
Packaged by Dominic LoBue <[email protected]> on Jul 27, 2022 12:29 -0800
6+
Packaged by Dominic LoBue <[email protected]> on Aug 17, 2022 12:29 -0800
77
--->
88

99
Improvements:
@@ -17,7 +17,6 @@ Other:
1717
* Update agent packages to also bundle new LetsEncrypt CA root certificate (ISRG Root X2). Some of the environments use LetsEncrypt issued certificates.
1818
* Update agent code base to log a warning with the server side SSL certificate in PEM format on SSL certificate validation failure for easier troubleshooting.
1919

20-
2120
Bug fix:
2221
* Set new option ``stop_agent_on_failure`` to ``True`` for the Kubernetes monitor in the agent image for Kubernetes, which has to solve issue with agent not sending pod logs because its Kubernetes monitor is failed.
2322

docker/k8s-config/agent.d/docker.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"monitors":[
33
{
44
"module": "scalyr_agent.builtin_monitors.kubernetes_monitor",
5+
"stop_agent_on_failure": true
56
}
67
]
78
}

0 commit comments

Comments
 (0)