Remove support for Debian 11#7511
Open
damonbarry wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Debian 11 LTS will not be supported in the upcoming IoT Edge 1.6 release because it will reach end of life so soon after the IoT Edge release (Debian 11 LTS end of life is Aug 31, 2026). It will, however, continue to be supported in IoT Edge 1.5.
This change updates the main branch to remove support for Debian 11.
It also removes the UseDotNet@2 task from several pipelines. They were added to our pipelines temporarily, before our 1ES-hosted images were updated with .NET 10. Now that the images have been updated, the tasks are no longer needed. Also, the tasks cause problems on our Debian 12 arm32v7 agent (possibly the UseDotNet task doesn't support installing on arm32v7?).
I ran all the pipelines, confirmed they pass, and confirmed that Debian 11 host packages are not produced.
Azure IoT Edge PR checklist:
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines and Best Practices
Testing Guidelines