Serenity
Features:
- New configuration feature
k8s_logs
allows configuring of Kubernetes logs similarly to thelogs
configuration but matches based on Kubernetes pod, namespace, and container name. Please see the RELEASE_NOTES for more details.
Bug fixes:
- Fixed race condition that sometimes resulted in duplicated K8s logs being uploaded on agent restart or configuration update.
Misc:
- The Windows package is now built using
pyInstaller
instead ofpy2exe
. As part of the change, we are no longer supporting 32-bit Windows systems. Nothing else should change due move topyInstaller
.