Skip to content

Tags: max-zaytsev/azure-pipelines-agent

Tags

v2.202.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dotnet-install.sh updated (microsoft#3786)

v2.200.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add dotnet 2.1 installation before signing (microsoft#3766)

* Add dotnet 2.1 installation before signing

* Fix mapping

* Fix version

v2.200.1

Update powershell version of dotmet install script (microsoft#3746)

v2.200.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update error message on PR changes microsoft#3738 (microsoft#3741)

* Change error message

v2.198.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changed image for stage Windows (x86) to windows-2019 (microsoft#3734)

v2.198.2

release 2.198.2

v2.198.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare release 2.198.1 (microsoft#3707)

* fix agentversion, releasenote for hotfix 2.198.1

* [TEE download and removal logic] Fix permissions setting on MacOS (microsoft#3704)

* fix setting permissions on macos

* chmod argument order should be different on macos

* cleanup on each download/extraction attempt

* Update dumping waagent.conf file logic not to write waning on missed "waagent.conf"

Co-authored-by: Daniil Shmelev <72494759+DaniilShmelev@users.noreply.github.com>

Co-authored-by: Tatyana Kostromskaya <86476103+tatyana-kostromskaya@users.noreply.github.com>

v2.198.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[macOS] Return the correct minor version on 11 and later OS. (microso…

…ft#3605)

* [macOS] Return the correct minor version on 11 and later OS.

The OS returned from 11.0 and later is:

11.* = 20.6.0.0
12.* - 21.2.0.0

The minor in those versions is correct. This fix ensures that Agent
capabilities can match the minor version too.

Co-authored-by: Alexander Smolyakov <v-alsmo@microsoft.com>
Co-authored-by: Anatoly Bolshakov <anatoly.bolshakov@akvelon.com>

v2.196.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Patch for Agent v2.196.1 - Removing of changing source directory if I…

…t already exists and adding of tests for this (microsoft#3676)

* Removed changing source directory if It already exists (microsoft#3654)

Co-authored-by: Nikita Ezzhev <v-niezz@microsoft.com>

* Added L0 tests for TrackingManager - MergeTrackingConfigs method (microsoft#3675)

* Added test for tracking config - merge

* Moved agent knob out of mergeTrackingConfig method to increase testability. Added tests for other cases

* Updated release notes and version for patched version

Co-authored-by: Ivan Golubev <ivan.golubev@akvelon.com>
Co-authored-by: Nikita Ezzhev <v-niezz@microsoft.com>
Co-authored-by: Anatoly Bolshakov <anatoly.bolshakov@akvelon.com>

v2.196.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove signing for third party libraries in agent release flow (micro…

…soft#3611)