Skip to content

Commit 0c39ccf

Browse files
committed
Add changelog entry, bump version.
1 parent c69df81 commit 0c39ccf

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
## Scalyr Agent 2 Helm Chart Changes by Release
22

3-
For actual scalyr agent changelog, please see https://github.com/scalyr/scalyr-agent-2/blob/release/CHANGELOG.md.
3+
For actual scalyr agent changelog, please see https://github.com/scalyr/scalyr-agent-2/blob/release/CHANGELOG.md
4+
5+
## 0.2.13
6+
7+
- Add support for new ``serviceAccount.annotations`` value with which user can specify which
8+
annotations get added to the created service account.
9+
10+
This is useful in scenarios where IAM Roles for Service Accounts are used in order to give
11+
the pods IAM role so they can retrieve secrets. #13
12+
13+
Contributed by @matthewmrichter.
414

515
## 0.2.12
616

charts/scalyr-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: scalyr-agent
33
description: A Helm chart for deploying the Scalyr agent
44
type: application
5-
version: 0.2.12
5+
version: 0.2.13
66
appVersion: 2.1.30
77
keywords:
88
- scalyr

0 commit comments

Comments
 (0)