File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff 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
3140This release includes the same agent version but different Docker image tag and ** different bash invocations** !
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : azure-devops-agent
33description : Dockerized build agent for Azure DevOps
44type : application
5- version : 2.1.0
5+ version : 2.1.1
66appVersion : " 3.248.0-stable-v2.1.0"
77keywords :
88 - azure devops
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments