Skip to content

Commit 920b79e

Browse files
committed
Bump chart version to 2.1.1 and update README with sideContainers support details
1 parent dbb0097 commit 920b79e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,22 @@ The table presented below outlines the correspondence between Helm chart version
1919

2020
| Helm Version | Docker Tag | Agent Version |
2121
|--------------|------------|---------------|
22+
| 2.1.1 | 3.248.0-stable-v2.1.0 | 3.248.0 |
2223
| 2.1.0 | 3.248.0-stable-v2.1.0 | 3.248.0 |
2324
| 2.0.1 | 3.248.0 | 3.248.0 |
2425
| 2.0.0 | 3.232.3 | 3.232.3 |
2526
| 1.0.7 | 2.214.1 | 2.214.1 |
2627

2728
## Important Release Notes
2829

30+
### 2.1.1
31+
32+
This helm release deploys the same agent version but contains `sideContainers` support for helm chart.
33+
34+
- :white_check_mark: [Feature add sideContainers support](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/33)
35+
- :white_check_mark: [Add sidecar containers](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/31)
36+
37+
2938
### 2.1.0
3039

3140
This release includes the same agent version but different Docker image tag and **different bash invocations**!

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: azure-devops-agent
33
description: Dockerized build agent for Azure DevOps
44
type: application
5-
version: 2.1.0
5+
version: 2.1.1
66
appVersion: "3.248.0-stable-v2.1.0"
77
keywords:
88
- azure devops

chart/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The table presented below outlines the correspondence between Helm chart version
88

99
| Helm Version | Docker Tag | Agent Version |
1010
|--------------|------------|---------------|
11+
| 2.1.1 | 3.248.0-stable-v2.1.0 | 3.248.0 |
1112
| 2.1.0 | 3.248.0-stable-v2.1.0 | 3.248.0 |
1213
| 2.0.1 | 3.248.0 | 3.248.0 |
1314
| 2.0.0 | 3.232.3 | 3.232.3 |

0 commit comments

Comments
 (0)