You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,19 @@
1
1
Scalyr Agent 2 Changes By Release
2
2
=================================
3
3
4
-
## 2.1.20 "TBD" - TBD
4
+
## 2.1.20 "Tabeisshi" - April 19, 2021
5
5
6
6
<!---
7
-
Packaged by Yan Shnayder <yan@scalyr.com> on Mar 9, 2021 14:00 -0800
7
+
Packaged by Arthur Kamalov <arthur@scalyr.com> on April 19, 2021 21:00 -0800
8
8
--->
9
9
10
10
Improvements:
11
11
* Add support for collecting some metrics Kubernetes when running in a CRI runtime.
12
12
13
13
Bug fixes:
14
14
* Ensure pod digest which we calculate and use to determine if pod info in the Kubernetes monitor has changed is deterministic and doesn't depend on dictionary item ordering.
15
+
* Fix a race condition in the worker session checkpoint read/write logic, which was introduced with the ``multi-worker`` feature.
16
+
15
17
16
18
Other:
17
19
* Changed the logging level of "not found" errors while querying pods from the Kubernetes API from ERROR to DEBUG, as these errors are always transient and result in no data loss.
0 commit comments