Skip to content

Commit 203fe27

Browse files
Steve DanielsonSteve Danielson
authored andcommitted
Update to agent v4
1 parent e3a7f8a commit 203fe27

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/pipelines/agents/v3-agent.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ title: Agent software version 3
33
description: Learn how to run pipelines using the version 3 agent software.
44
monikerRange: '>= azure-devops-2022'
55
ms.topic: conceptual
6-
ms.date: 06/27/2025
6+
ms.date: 06/30/2025
77
---
88

99
# Agent software version 3
1010

1111
> [!IMPORTANT]
12-
> Agent software version 3 (using .NET 6) is unsupported for Azure DevOps Services, and the Azure Pipelines team recommends you upgrade to [Agent software version 4](./v4-agent.md) (using .NET 8). If you're running your self-hosted agents on an operating system that isn't supported by .NET 8, you must update your machines to use a newer supported operating system [supported by .NET 8](https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md#net-8---supported-os-versions).
12+
> Agent software version 3 (using .NET 6) is unsupported for Azure DevOps Services, and the Azure Pipelines team recommends you upgrade to [Agent software version 4](./v4-agent.md) (using .NET 8). If you're running your self-hosted agents on an operating system that isn't supported by .NET 8, you must update your machines to use a newer supported operating system [supported by .NET 8](https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md#net-8---supported-os-versions).
13+
>
14+
> To update your self-hosted agents to version 4, see [Upgrade to agent software version 4](./v4-agent.md#upgrade-to-4x-agent-on-supported-operating-systems).
1315
1416
The pipelines team is upgrading the agent software from version 2.x (using .NET Core 3.1) to version 3.x (using .NET 6). The new agent version supports new Apple silicon hardware and newer operating systems like Ubuntu 22.04, or Windows on ARM64.
1517

docs/pipelines/agents/v4-agent.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Agent software version 4
33
description: Learn how to run pipelines using the version 4 agent software.
44
monikerRange: 'azure-devops'
55
ms.topic: conceptual
6-
ms.date: 11/27/2024
6+
ms.date: 06/30/2025
77
---
88

99
# Agent software version 4
@@ -15,6 +15,8 @@ The pipelines team is upgrading the agent software from version 3.x to version 4
1515

1616
If you're running your self-hosted agents on newer operating systems [supported by .NET 8](https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md#net-8---supported-os-versions), the upgrade to the new agent version is automatic.
1717

18+
To manually initiate the update, see [Update self-hosted agents](./agents.md#to-update-self-hosted-agents).
19+
1820
The following operating systems are supported by the 4.x agent.
1921

2022
> [!NOTE]

0 commit comments

Comments
 (0)