Skip to content

Commit 9bbec06

Browse files
committed
Creating v2.0.48 in release branch
1 parent 71e5648 commit 9bbec06

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

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

4+
## 2.0.48 "Asgard" - May 22, 2019
5+
6+
<!---
7+
Packaged by Edward Chee <[email protected]> on May 22, 2019 14:00 -0700
8+
--->
9+
10+
Bugs
11+
* Fix memory leak in linux process metrics introduced in v2.0.47 which manifests as high CPU or memory use.
12+
13+
414
## 2.0.47 "Zatnikatel" - May 8, 2019
515

616
<!---

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.47
1+
2.0.48

k8s/scalyr-agent-2-envfrom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
serviceAccountName: scalyr-service-account
1212
containers:
1313
- name: scalyr-agent
14-
image: scalyr/scalyr-k8s-agent:2.0.47
14+
image: scalyr/scalyr-k8s-agent:2.0.48
1515
imagePullPolicy: Always
1616
env:
1717
- name: SCALYR_API_KEY

k8s/scalyr-agent-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
serviceAccountName: scalyr-service-account
1212
containers:
1313
- name: scalyr-agent
14-
image: scalyr/scalyr-k8s-agent:2.0.47
14+
image: scalyr/scalyr-k8s-agent:2.0.48
1515
imagePullPolicy: Always
1616
env:
1717
- name: SCALYR_API_KEY

0 commit comments

Comments
 (0)