Skip to content

Commit dee1fbd

Browse files
committed
Update release notes to mention move to py2installer
1 parent 5439605 commit dee1fbd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ Packaged by Yan Shnayder <[email protected]> on Jun 24, 2020 16:30 -0800
1010
Features:
1111
* New configuration feature `k8s_logs` allows configuring of Kubernetes logs similarly to the `logs` configuration but matches based on Kubernetes pod, namespace, and container name. Please see the [RELEASE_NOTES](https://github.com/scalyr/scalyr-agent-2/blob/master/RELEASE_NOTES.md#217-serenity---june-24-2020) for more details.
1212

13-
Buf fixes:
13+
Bug fixes:
1414
* Fixed race condition that sometimes resulted in duplicated K8s logs being uploaded on agent restart or configuration update.
1515

16+
Misc:
17+
* The Windows package is now built using `pyInstaller` instead of `py2exe`. As part of the change, we are no longer supporting 32-bit Windows systems. Nothing else should change due move to `py2Installer`.
18+
1619
## 2.1.6 "Rama" - June 4, 2020
1720

1821
<!---

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 2.1.7 "Serenity" - June 24, 2020
44

5+
* Windows 32-bit systems are no longer supported.
6+
7+
If you still need support, you should not upgrade beyond version 2.1.6.
8+
59
* Agent configuration files now support a top level json array called `k8s_logs` which lets you specify log
610
configuration for Kubernetes logs.
711

0 commit comments

Comments
 (0)