-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add Y2038 related breaking change notices #40669
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
Conversation
| > While armhf will remain a supported architecture for noble within its lifespan, there will be no support for the armhf architecture after noble. In future releases, armhf images will not be provided, and it will not be an available foreign architecture. | ||
| From [Ubuntu 24.04 release notes (No 32-bit (armhf) images)](https://discourse.ubuntu.com/t/noble-numbat-release-notes/39890#no-32-bit-armhf-images-96) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you move this to be an intro before the block quote and end it with a colon?
| description: Learn about the .NET 6 behavior on Year 2038 compatible Linxu distros. | ||
| ms.date: 05/01/2024 | ||
| --- | ||
| # .NET 6 is not supported on Year 2038 compatible Arm32 Linux distros |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit confused about this. It's not a breaking change introduced in .NET 6, so I don't really think it belongs here. @PriyaPurkayastha?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where would it otherwise go? Most of these breaks are of that character.
Here's a current customer example: dotnet/sdk#40505
Perhaps the break is that we're not fixing this.
|
|
||
| ## Version introduced | ||
|
|
||
| .NET 8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as .NET 6 file.
|
|
||
| ## Version introduced | ||
|
|
||
| .NET 9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as .NET 6 file.
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
|
|
||
| ## New behavior | ||
|
|
||
| Starting in .NET 9, the `9.0` tag only retrieves 64-bit images. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The discussion here seems to indicate that we would have Arm32 support for Debian 12 which would be provided by the 9.0 tag.
| description: Learn about the .NET 9 behavior on Year 2038 compatible Linxu distros. | ||
| ms.date: 05/01/2024 | ||
| --- | ||
| # .NET 9 is not supported on Year 2038 compatible Arm32 Linux distros |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # .NET 9 is not supported on Year 2038 compatible Arm32 Linux distros | |
| # .NET 9 is not supported on Year 2038 incompatible Arm32 Linux distros |
Or am I missing something?
|
I was given guidance that these changes are not breaking but can be described through OS support documents. |
Related to dotnet/core#9285
Still waiting on final confirmation of this particular plan.
Internal previews
9.0-nobleimages are 64-bit only