You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update VSTS agent version to 4.255.0 in Dockerfile
* Bump chart version to 2.3.0
* feat: Add `git-lfs` to base image (#37) by hangy
* docs: Update README with release notes for version 2.3.0 and add `git-lfs` support
* refactor: Update resource limits section in values.yaml to be commented out (#39)
* docs: Update README with breaking change regarding container resource requests and limits
* fix: Update appVersion and image tag to v2.3.0-vsts-v2.255.0
---------
Co-authored-by: hangy <hangy@hangy.de>
Copy file name to clipboardExpand all lines: README.md
+44-38Lines changed: 44 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ You can watch the tutorial video below to learn how to deploy Azure DevOps agent
14
14
15
15
[](https://www.youtube.com/watch?v=qep2l1oxknk)
16
16
17
-
18
17
## Compatibility Matrix
19
18
20
19
The table presented below outlines the correspondence between Helm chart versions, Docker tags, and the Azure DevOps agent versions included within those Docker images.
@@ -30,6 +30,23 @@ The table presented below outlines the correspondence between Helm chart version
30
30
31
31
## Important Release Notes
32
32
33
+
### 2.3.0
34
+
35
+
With the **2.3.0 release**, the helm chart has been updated to use the latest Azure DevOps agent version **4.255.0** and `git-lfs` support has been added.
36
+
37
+
-:white_check_mark:[Upgrade VSTS agent to 4.255.0](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/38)
-:white_check_mark:[BREAKING CHANGE: Change container resources requests and limits to NULL / empty / `{}`](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/39)
40
+
41
+
42
+
#### IMPORTANT & BREAKING CHANGE
43
+
44
+
- The values of **requests and limits for the container resources** have been changed from specific values to NULL / empty / `{}`.
45
+
46
+
> This means that the container will use the default values of the Kubernetes cluster for CPU and memory resources. Please make sure to adjust the values according to your needs if you want to set specific values for CPU and memory resources.
47
+
48
+
**To see the changes**, please visit the [values.yaml changes for PR 39](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/39/files)
49
+
33
50
### 2.2.0
34
51
35
52
This helm release uses the latest stable Azure Devops Agent version which is **4.251.0**.
@@ -44,13 +61,11 @@ This helm release deploys the same agent version but contains `sideContainers` s
0 commit comments