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
&& echo "Downloading Azure DevOps Agent version ${ARG_VSTS_AGENT_VERSION} for ${ARG_TARGETARCH}"
36
-
RUN curl -LsS https://vstsagentpackage.azureedge.net/agent/${ARG_VSTS_AGENT_VERSION}/vsts-agent-${ARG_TARGETARCH}-${ARG_VSTS_AGENT_VERSION}.tar.gz | tar -xz
37
-
36
+
RUN curl -LsS https://download.agent.dev.azure.com/agent/${ARG_VSTS_AGENT_VERSION}/vsts-agent-${ARG_TARGETARCH}-${ARG_VSTS_AGENT_VERSION}.tar.gz | tar -xz
@@ -30,6 +31,13 @@ The table presented below outlines the correspondence between Helm chart version
30
31
31
32
## Important Release Notes
32
33
34
+
### 2.4.0
35
+
36
+
With the **2.4.0 release**, the helm chart has been updated to use the latest Azure DevOps agent version **4.258.1**.
37
+
38
+
-:white_check_mark:[fix: Update download URL of the Azure DevOps agent](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/41)
39
+
-:white_check_mark: Upgrade VSTS agent to **4.258.1**
40
+
33
41
### 2.3.0
34
42
35
43
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.
@@ -26,6 +27,13 @@ The table presented below outlines the correspondence between Helm chart version
26
27
27
28
## Important Release Notes
28
29
30
+
### 2.4.0
31
+
32
+
With the **2.4.0 release**, the helm chart has been updated to use the latest Azure DevOps agent version **4.258.1**.
33
+
34
+
-:white_check_mark:[fix: Update download URL of the Azure DevOps agent](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/41)
35
+
-:white_check_mark: Upgrade VSTS agent to **4.258.1**
36
+
29
37
### 2.3.0
30
38
31
39
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.
0 commit comments