Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automated] Merge branch 'release/8.0.3xx' => 'release/8.0.4xx' #42739

Closed

Conversation

github-actions[bot]
Copy link
Contributor

I detected changes in the release/8.0.3xx branch which have not been merged yet to release/8.0.4xx. I'm a robot and am configured to help you automatically keep release/8.0.4xx up to date, so I've opened this PR.

This PR merges commits made on release/8.0.3xx by the following committers:

  • marcpopMSFT
  • dotnet-maestro[bot]
  • manodasanW

Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.

merge button instructions

If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.

Instructions for merging via command line

Run these commands to merge this pull request from the command line.

git fetch
git checkout release/8.0.3xx
git pull --ff-only
git checkout release/8.0.4xx
git pull --ff-only
git merge --no-ff release/8.0.3xx

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet/sdk HEAD:merge/release/8.0.3xx-to-release/8.0.4xx
or if you are using SSH
git push [email protected]:dotnet/sdk HEAD:merge/release/8.0.3xx-to-release/8.0.4xx

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/8.0.3xx-to-release/8.0.4xx'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.

git checkout -b merge/release/8.0.3xx-to-release/8.0.4xx release/8.0.4xx
git pull https://github.com/dotnet/sdk merge/release/8.0.3xx-to-release/8.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/sdk HEAD:merge/release/8.0.3xx-to-release/8.0.4xx
or if you are using SSH
git checkout -b merge/release/8.0.3xx-to-release/8.0.4xx release/8.0.4xx
git pull [email protected]:dotnet/sdk merge/release/8.0.3xx-to-release/8.0.4xx
(make changes)
git commit -m "Updated PR with my changes"
git push [email protected]:dotnet/sdk HEAD:merge/release/8.0.3xx-to-release/8.0.4xx

Contact .NET Core Engineering (dotnet/dnceng) if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.

MichalPavlik and others added 22 commits June 11, 2024 17:37
…ull and push operations. Old set of variables is used for fallback.
**Description**
Added new set of env variables to allow separately specifying credentials for Pull and Push Registry operations. The old set of variables is used as a fallback for the Push Registry operations, and the pull operations _in the specific case_ where the push and pull registries are the same.

**Customer Impact**
Customers that used the environment variable approach (not incredibly common, but some key use cases like `azd` (they are changing) and used different source and target registries (e.g. mcr.microsoft.com for the source, ghcr.io or ACR for target) would send credentials intended for the target to the source.

**Regression**
No - this behavior has been around as long as we supported pull registry authentication.

**Risk**
Low - this includes new tests for the use of the various env vars in the various combinations of push/pull registry domain.
…otnet-runtime build 20240716.12

Microsoft.NET.HostModel , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0
 From Version 8.0.7-servicing.24313.11 -> To Version 8.0.8-servicing.24366.12

Dependency coherency updates

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100
 From Version 8.0.7 -> To Version 8.0.8 (parent: Microsoft.NETCore.App.Runtime.win-x64
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100**: from 8.0.7 to 8.0.8 (parent: Microsoft.NETCore.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:471db9b4-49ec-4921-de46-08dc11e85c3a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: 471db9b4-49ec-4921-de46-08dc11e85c3a
- **Build**: 20240716.12
- **Date Produced**: July 16, 2024 10:31:44 PM UTC
- **Commit**: 08338fcaa5c9b9a8190abb99222fed12aaba956c
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.NET.HostModel**: [from 8.0.7-servicing.24313.11 to 8.0.8-servicing.24366.12][1]
  - **Microsoft.NET.ILLink.Tasks**: [from 8.0.7 to 8.0.8][1]
  - **Microsoft.NETCore.App.Host.win-x64**: [from 8.0.7 to 8.0.8][1]
  - **Microsoft.NETCore.App.Ref**: [from 8.0.7 to 8.0.8][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.7 to 8.0.8][1]
  - **Microsoft.NETCore.DotNetHostResolver**: [from 8.0.7 to 8.0.8][1]
  - **Microsoft.NETCore.Platforms**: [from 8.0.7-servicing.24313.11 to 8.0.8-servicing.24366.12][1]
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: [from 8.0.7-servicing.24313.11 to 8.0.8-servicing.24366.12][1]
  - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: [from 8.0.7-servicing.24313.11 to 8.0.8-servicing.24366.12][1]
  - **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100**: [from 8.0.7 to 8.0.8][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC2aade6beb02ea367fd97c4070a4198802fe61c03&targetVersion=GC08338fcaa5c9b9a8190abb99222fed12aaba956c&_a=files
[2]: dotnet/emsdk@a64772f...e92f92e

[DependencyUpdate]: <> (End)

[marker]: <> (End:471db9b4-49ec-4921-de46-08dc11e85c3a)
…otnet-windowsdesktop build 20240716.8

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0
 From Version 8.0.7 -> To Version 8.0.8

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.7-servicing.24313.7 -> To Version 8.0.8-servicing.24366.7 (parent: Microsoft.WindowsDesktop.App.Ref
…dnceng/internal/dotnet-windowsdesktop

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.NET.Sdk.WindowsDesktop**: from 8.0.7-servicing.24313.7 to 8.0.8-servicing.24366.7 (parent: Microsoft.WindowsDesktop.App.Ref)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:1adb2556-0120-43d1-c468-08dc11e32ec2)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: 1adb2556-0120-43d1-c468-08dc11e32ec2
- **Build**: 20240716.8
- **Date Produced**: July 17, 2024 6:54:51 AM UTC
- **Commit**: 1526afd4eae1d862d586402ef8e005151a919d52
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: [from 8.0.7 to 8.0.8][1]
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 8.0.7 to 8.0.8][1]
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0**: [from 8.0.7-servicing.24314.3 to 8.0.8-servicing.24366.8][1]
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0**: [from 8.0.7-servicing.24314.3 to 8.0.8-servicing.24366.8][1]
  - **Microsoft.NET.Sdk.WindowsDesktop**: [from 8.0.7-servicing.24313.7 to 8.0.8-servicing.24366.7][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC28ae95bc8703be1ebc194391b03b6477cf59bed2&targetVersion=GC1526afd4eae1d862d586402ef8e005151a919d52&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC43bb8cc831c2658e1117415019264bfe6f644f94&targetVersion=GC883fc207bb50622d4458ff09ae6a62548783826a&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:1adb2556-0120-43d1-c468-08dc11e32ec2)
…otnet-aspnetcore build 20240719.8

dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.ObjectPool , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0
 From Version 8.0.7-servicing.24314.2 -> To Version 8.0.8-servicing.24369.8
…dnceng/internal/dotnet-aspnetcore

This pull request updates the following dependencies

[marker]: <> (Begin:911684f3-0faa-4fc9-de45-08dc11e85c3a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: 911684f3-0faa-4fc9-de45-08dc11e85c3a
- **Build**: 20240719.8
- **Date Produced**: July 20, 2024 12:20:35 AM UTC
- **Commit**: 954f61dd38b33caa2b736c73530bd5a294174437
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **dotnet-dev-certs**: [from 8.0.7-servicing.24314.2 to 8.0.8-servicing.24369.8][1]
  - **dotnet-user-jwts**: [from 8.0.7-servicing.24314.2 to 8.0.8-servicing.24369.8][1]
  - **dotnet-user-secrets**: [from 8.0.7-servicing.24314.2 to 8.0.8-servicing.24369.8][1]
  - **Microsoft.AspNetCore.Analyzers**: [from 8.0.7-servicing.24314.2 to 8.0.8-servicing.24369.8][1]
  - **Microsoft.AspNetCore.App.Ref**: [from 8.0.7 to 8.0.8][1]
  - **Microsoft.AspNetCore.App.Ref.Internal**: [from 8.0.7-servicing.24314.2 to 8.0.8-servicing.24369.8][1]
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: [from 8.0.7 to 8.0.8][1]
  - **Microsoft.AspNetCore.Authorization**: [from 8.0.7 to 8.0.8][1]
  - **Microsoft.AspNetCore.Components.SdkAnalyzers**: [from 8.0.7-servicing.24314.2 to 8.0.8-servicing.24369.8][1]
  - **Microsoft.AspNetCore.Components.Web**: [from 8.0.7 to 8.0.8][1]
  - **Microsoft.AspNetCore.DeveloperCertificates.XPlat**: [from 8.0.7-servicing.24314.2 to 8.0.8-servicing.24369.8][1]
  - **Microsoft.AspNetCore.Mvc.Analyzers**: [from 8.0.7-servicing.24314.2 to 8.0.8-servicing.24369.8][1]
  - **Microsoft.AspNetCore.Mvc.Api.Analyzers**: [from 8.0.7-servicing.24314.2 to 8.0.8-servicing.24369.8][1]
  - **Microsoft.AspNetCore.TestHost**: [from 8.0.7 to 8.0.8][1]
  - **Microsoft.Extensions.FileProviders.Embedded**: [from 8.0.7 to 8.0.8][1]
  - **Microsoft.Extensions.ObjectPool**: [from 8.0.7 to 8.0.8][1]
  - **Microsoft.JSInterop**: [from 8.0.7 to 8.0.8][1]
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: [from 8.0.7-servicing.24314.2 to 8.0.8-servicing.24369.8][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/branches?baseVersion=GC2f1db20456007c9515068a35a65afdf99af70bc6&targetVersion=GC954f61dd38b33caa2b736c73530bd5a294174437&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:911684f3-0faa-4fc9-de45-08dc11e85c3a)
…-merge-8.0.3xx-2024-08-13-1058-1f2eff9b-6e1b-4a6b-9763-b22110a47c8d
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Aug 14, 2024
@github-actions github-actions bot requested a review from a team as a code owner August 14, 2024 20:44
@v-wuzhai
Copy link
Member

v-wuzhai commented Aug 15, 2024

I want to wait for the #42701 code flow to merge first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants