Skip to content

Commit

Permalink
Project import generated by Copybara. (#1232)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 822da6158def4cfa5be88cccf8be4ddcbf5c3ab7
  • Loading branch information
alesnovak-s1 authored Jan 11, 2024
1 parent 1245df0 commit 7090587
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Scalyr Agent 2 Changes By Release
=================================

## 2.2.9 "Tandi" - Jan 11, 2024
<!---
Packaged by Ales Novak <[email protected]> on Jan 11, 2024 00:00 -0800
--->

Feature:
* Support for CRI multi lines - implementing support for the following format: https://github.com/kubernetes/design-proposals-archive/blob/main/node/kubelet-cri-logging.md

Fix:
* Python2 suport for Syslog monitor fixed

Security Fix:
* Alpine image upgraded from 3.18.13 to 3.18.14 to fix recently found vulnerabilities

## 2.2.8 "Marcus" - Nov 20, 2023
<!---
Packaged by Ales Novak <[email protected]> on Nov 20, 2023 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.8
2.2.9
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.8
image: scalyr/scalyr-k8s-agent:2.2.9
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.8
image: scalyr/scalyr-k8s-agent:2.2.9
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.8
image: scalyr/scalyr-k8s-agent:2.2.9
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.8
image: scalyr/scalyr-k8s-agent:2.2.9
imagePullPolicy: Always
name: scalyr-agent
securityContext:
Expand Down

0 comments on commit 7090587

Please sign in to comment.