Skip to content

Commit

Permalink
Add changelog entry, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz-s1 committed May 20, 2022
1 parent c69df81 commit 0c39ccf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
## Scalyr Agent 2 Helm Chart Changes by Release

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

## 0.2.13

- Add support for new ``serviceAccount.annotations`` value with which user can specify which
annotations get added to the created service account.

This is useful in scenarios where IAM Roles for Service Accounts are used in order to give
the pods IAM role so they can retrieve secrets. #13

Contributed by @matthewmrichter.

## 0.2.12

Expand Down
2 changes: 1 addition & 1 deletion charts/scalyr-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: scalyr-agent
description: A Helm chart for deploying the Scalyr agent
type: application
version: 0.2.12
version: 0.2.13
appVersion: 2.1.30
keywords:
- scalyr
Expand Down

0 comments on commit 0c39ccf

Please sign in to comment.