Skip to content

Commit 2abc1ca

Browse files
authored
Release 2.2.15 (#1272)
1 parent ecf9915 commit 2abc1ca

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

CHANGELOG.md

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

4+
## 2.2.15 "Jain" - May 20, 2024
5+
<!---
6+
Packaged by Ales Novak <[email protected]> on May 20, 2024 00:00 -0800
7+
--->
8+
9+
Features:
10+
Ability to ignore k8s labels (https://github.com/scalyr/scalyr-agent-2/issues/1213).
11+
A user can now define glob filters for including and excluding container and controller labels in logs.
12+
For label to be included it needs to match one of the globs in k8s_label_include_globs and none of the globs in k8s_label_exclude_globs.
13+
14+
From documentation:
15+
| k8s_label_include_globs | Optional, (defaults to ['*']). Specifies a list of K8s labels to be added to logs. |
16+
| k8s_label_exclude_globs | Optional, (defaults to []]). Specifies a list of K8s labels to be ignored and not added to logs. |
17+
18+
Follows the same logic as label_include_globs and label_exclude_globs from the docker_monitor.
19+
420
## 2.2.14 "Tycho" - May 6, 2024
521
<!---
622
Packaged by Ales Novak <[email protected]> on May 6, 2024 00:00 -0800

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.14
1+
2.2.15

k8s/default-namespace/scalyr-agent-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
envFrom:
5151
- configMapRef:
5252
name: scalyr-config
53-
image: scalyr/scalyr-k8s-agent:2.2.14
53+
image: scalyr/scalyr-k8s-agent:2.2.15
5454
imagePullPolicy: Always
5555
name: scalyr-agent
5656
securityContext:

k8s/no-kustomize/scalyr-agent-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
envFrom:
5151
- configMapRef:
5252
name: scalyr-config
53-
image: scalyr/scalyr-k8s-agent:2.2.14
53+
image: scalyr/scalyr-k8s-agent:2.2.15
5454
imagePullPolicy: Always
5555
name: scalyr-agent
5656
securityContext:

k8s/scalyr-agent-2-envfrom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
envFrom:
5050
- configMapRef:
5151
name: scalyr-config
52-
image: scalyr/scalyr-k8s-agent:2.2.14
52+
image: scalyr/scalyr-k8s-agent:2.2.15
5353
imagePullPolicy: Always
5454
name: scalyr-agent
5555
securityContext:

k8s/scalyr-agent-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
envFrom:
5050
- configMapRef:
5151
name: scalyr-config
52-
image: scalyr/scalyr-k8s-agent:2.2.14
52+
image: scalyr/scalyr-k8s-agent:2.2.15
5353
imagePullPolicy: Always
5454
name: scalyr-agent
5555
securityContext:

0 commit comments

Comments
 (0)