Skip to content

Commit 69046ec

Browse files
authored
Update version to 6.2.1 for servicing (#2062)
1 parent d0d6952 commit 69046ec

File tree

4 files changed

+9
-22
lines changed

4 files changed

+9
-22
lines changed
Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
1-
Today we are releasing the 6.2.0 build of the `dotnet monitor` tool. This release includes:
2-
3-
- Allow for pushing a message to a queue when writing to Azure egress (#163)
4-
- Allow for simplified process filter configuration (#636)
5-
- Allow `config show` command to list configuration sources (#277)
6-
- Added collection rule defaults (#1595)
7-
- Added collection rule templates (#1921)
8-
- Added CPU usage, GC heap size, and threadpool queue length triggers (#1911)
9-
- Added Managed Service Identity support for egress (#1884)
10-
- Added Process.RuntimeId token for collection rule action properties (#1870)
11-
- Fix egress operations to report failed egress to operation service (#1884)
12-
- Prevent process enumeration from pruning processes that are capturing gcdumps (#1927)
13-
- Show warning when using collection rules in `connect` mode (#1844)
14-
- Prevent auth configuration warnings when using `--no-auth` switch (#1845)
1+
Today we are releasing the 6.2.1 build of the `dotnet monitor` tool. This release includes:

dotnet-monitor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ stages:
180180
- MacOS_x64_Release
181181
- MacOS_arm64_Release
182182
pool:
183-
name: NetCore1ESPool-Internal
183+
name: NetCore1ESPool-Svc-Internal
184184
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019
185185
enablePublishUsingPipelines: true
186186
enableMicrobuild: true
@@ -212,7 +212,7 @@ stages:
212212
- Pack_Sign
213213
publishUsingPipelines: true
214214
pool:
215-
name: NetCore1ESPool-Internal
215+
name: NetCore1ESPool-Svc-Internal
216216
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019
217217
# These are the stages that perform validation of several SDL requirements and publish the bits required to the designated feed.
218218
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<PropertyGroup Label="Versioning">
33
<RepositoryUrl>https://github.com/dotnet/dotnet-monitor</RepositoryUrl>
4-
<VersionPrefix>6.2.0</VersionPrefix>
5-
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
4+
<VersionPrefix>6.2.1</VersionPrefix>
5+
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
88
<!--

eng/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
# Public Linux Build Pool
4444
${{ if in(parameters.osGroup, 'Linux', 'Linux_Musl') }}:
4545
${{ if eq(variables['System.TeamProject'], 'public') }}:
46-
name: NetCore1ESPool-Public
46+
name: NetCore1ESPool-Svc-Public
4747
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
4848

4949
# Official Build Linux Pool
5050
${{ if ne(variables['System.TeamProject'], 'public') }}:
51-
name: NetCore1ESPool-Internal
51+
name: NetCore1ESPool-Svc-Internal
5252
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
5353

5454
# Build OSX Pool
@@ -58,11 +58,11 @@ jobs:
5858
# Public Windows Build Pool
5959
${{ if eq(parameters.osGroup, 'Windows') }}:
6060
${{ if eq(variables['System.TeamProject'], 'public') }}:
61-
name: NetCore1ESPool-Public
61+
name: NetCore1ESPool-Svc-Public
6262
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Open
6363

6464
${{ if ne(variables['System.TeamProject'], 'public') }}:
65-
name: NetCore1ESPool-Internal
65+
name: NetCore1ESPool-Svc-Internal
6666
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019
6767

6868
${{ if eq(parameters.osGroup, 'Linux') }}:

0 commit comments

Comments
 (0)