Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ venv/
ci/test-values.yaml
charts/*/ci/*-values.yaml
charts/scalyr-agent/README.md
.idea/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

For actual scalyr agent changelog, please see https://github.com/scalyr/scalyr-agent-2/blob/release/CHANGELOG.md

## 0.2.46

- Update chart for DataSet agent v2.2.18 release.

## 0.2.45

- Update chart for DataSet agent v2.2.16 release.
Expand Down
4 changes: 2 additions & 2 deletions charts/scalyr-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: scalyr-agent
description: A Helm chart for deploying the Scalyr agent
type: application
version: 0.2.45
appVersion: 2.2.16
version: 0.2.46
appVersion: 2.2.18
keywords:
- scalyr
- logging
Expand Down