Skip to content

Commit 54337ce

Browse files
authored
Merge pull request #199 from scalyr/release-2.0.47
Release 2.0.47
2 parents 2398512 + 67fd76b commit 54337ce

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

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

4+
## 2.0.47 "Zatnikatel" - May 8, 2019
5+
6+
<!---
7+
Packaged by Edward Chee <[email protected]> on May 8, 2019 16:00 -0700
8+
--->
9+
10+
Features
11+
* ContainerD support
12+
* Reduced Agent docker image sizes (using Alpine)
13+
14+
Bugs
15+
* Fix bug where if hashing is used with redaction, non-matching lines are not uploaded
16+
* Fixed code bugs causing Agent not to start in versions of Python < 2.7
17+
* Fixed github issue #180
18+
* Updated docker/README.md
19+
20+
421
## 2.0.46 "Yadera" - Apr 24, 2019
522

623
<!---

VERSION

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

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.46
14+
image: scalyr/scalyr-k8s-agent:2.0.47
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.46
14+
image: scalyr/scalyr-k8s-agent:2.0.47
1515
imagePullPolicy: Always
1616
env:
1717
- name: SCALYR_API_KEY

0 commit comments

Comments
 (0)