Skip to content

Commit

Permalink
Release 2.2.15 (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
alesnovak-s1 authored May 20, 2024
1 parent ecf9915 commit 2abc1ca
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Scalyr Agent 2 Changes By Release
=================================

## 2.2.15 "Jain" - May 20, 2024
<!---
Packaged by Ales Novak <[email protected]> on May 20, 2024 00:00 -0800
--->

Features:
Ability to ignore k8s labels (https://github.com/scalyr/scalyr-agent-2/issues/1213).
A user can now define glob filters for including and excluding container and controller labels in logs.
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.

From documentation:
| k8s_label_include_globs | Optional, (defaults to ['*']). Specifies a list of K8s labels to be added to logs. |
| k8s_label_exclude_globs | Optional, (defaults to []]). Specifies a list of K8s labels to be ignored and not added to logs. |

Follows the same logic as label_include_globs and label_exclude_globs from the docker_monitor.

## 2.2.14 "Tycho" - May 6, 2024
<!---
Packaged by Ales Novak <[email protected]> on May 6, 2024 00:00 -0800
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.14
2.2.15
2 changes: 1 addition & 1 deletion k8s/default-namespace/scalyr-agent-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
envFrom:
- configMapRef:
name: scalyr-config
image: scalyr/scalyr-k8s-agent:2.2.14
image: scalyr/scalyr-k8s-agent:2.2.15
imagePullPolicy: Always
name: scalyr-agent
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion k8s/no-kustomize/scalyr-agent-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
envFrom:
- configMapRef:
name: scalyr-config
image: scalyr/scalyr-k8s-agent:2.2.14
image: scalyr/scalyr-k8s-agent:2.2.15
imagePullPolicy: Always
name: scalyr-agent
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion k8s/scalyr-agent-2-envfrom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
envFrom:
- configMapRef:
name: scalyr-config
image: scalyr/scalyr-k8s-agent:2.2.14
image: scalyr/scalyr-k8s-agent:2.2.15
imagePullPolicy: Always
name: scalyr-agent
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion k8s/scalyr-agent-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
envFrom:
- configMapRef:
name: scalyr-config
image: scalyr/scalyr-k8s-agent:2.2.14
image: scalyr/scalyr-k8s-agent:2.2.15
imagePullPolicy: Always
name: scalyr-agent
securityContext:
Expand Down

0 comments on commit 2abc1ca

Please sign in to comment.