Rel Note and Known Issue edits

This commit is contained in:
Lee Coward 2018-10-01 18:18:10 -07:00
parent 302a6b1b54
commit 8cab9e6dbe
2 changed files with 9 additions and 14 deletions

View file

@ -2,15 +2,6 @@
## .NET Core 2.1.1
#### Offline restore is broken in .NET Core SDK 2.1.301 ([aspnet/1220](https://github.com/aspnet/Universe/issues/1220))
##### Workaround
There are 2 workarounds to resolve this situation
1. Perform an online restore to obtain Microsoft.NETCore.App 2.1.0 from nuget.org before attempting to work offline.
2. Set `RuntimeFrameworkVersion` to 2.1.1. This will prevent nuget from trying to go online, and will allow the app to build and run locally but deployment to a machine that doesnt have 2.1.1 runtime installed will fail.
#### Installing on SLES 12 SP3 reports `krb5-mini` dependency is missing ([core-setup/4262](https://github.com/dotnet/core-setup/issues/4262))
``` bash
@ -45,6 +36,10 @@ If it is not installed, run `zypper install krb5-client`, then install dotnet co
## Previous known issues fixed in this release
[[Fixed]](https://github.com/aspnet/Universe/pull/1218) - [aspnet/1220](https://github.com/aspnet/Universe/issues/1220)
Offline restore is broken in .NET Core SDK 2.1.301.
[[Fixed]](https://github.com/dotnet/coreclr/pull/17975) - [coreclr/17931](https://github.com/dotnet/coreclr/issues/17931) and [dotnet-docker/561](https://github.com/dotnet/dotnet-docker/issues/561)
Using Alpine docker image from system w/ SELinux execheap enforcement triggers segfault.

View file

@ -33,7 +33,7 @@ The following repos have been updated
### Azure AppServices
* Deployment of .NET Core 2.1.5 to Azure App Services will begin on today, September 11, 2018. Deployment will proceed to additional regions and is expected to be complete by the end of the week.
* Deployment of .NET Core 2.1.5 to Azure App Services will begin on today, October 2, 2018. Deployment will proceed to additional regions and is expected to complete by the end of the week.
## .NET Core Lifecycle News
@ -41,13 +41,13 @@ See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blo
### Supported Linux version changes
2.0 is end-of-life
mention end off life date for 1.0/1.1
.NET Core 2.0 went end-of-life yesterday, 10/01/2018.
2.1 was declared LTS last month which began the end of life clock for 1.0 and 1.1. If remaining on the LTS channel is important to you, begin planning to migrate existing 1.0/1.1 applications to 2.1 before support for these channels ends on June 27 2019.
## Notable Changes in 2.1.5
a bit about snaps
maybe something about releases.json if I can get it published
This release includes a number of impactful fixes acrosse. Please see the [commit list](2.1.5-commits.md) for details which now includes details for ASP.NET Core and EntityFrameworkCore.
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/