-
Notifications
You must be signed in to change notification settings - Fork 904
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
Update Minimum Windows Server OS to Server 2008 R2 #2903
Comments
For clarity, we support Windows Server 2008 R2 in Azure as that is what is currently supported by Microsoft, up to January 2024. |
In the README, we should remove the supported operating systems and point to the docs instead. This gives us one place to update this as it moves forward. |
I agree that it's not ideal that we have this documented in multiple places... However, if we're going to point folks to a doc page instead of embedding information in the package, we'll need to ensure that the doc page is very explicit about which OSes are supported by which versions of the package, so that folks aren't misled if they're installing a slightly older package and going off the documentation which perhaps might be more recently updated than the package itself. For example, say in future (choco v3.x?) we dropped support for Windows Server 2008(R2) entirely and then updated our docs to say that. Folks installing v2.x who're looking at that doc might think that also applies to v2.x when that's not the case. |
If we do that, then we are going to have the issue of what the package supports and what Chocolatey Software supports. In the example:
We wouldn't support 2.x of Chocolatey CLI for open-source users, even though the software may actually run. In the same way that Chocolatey CLI currently works on Windows 7 (for some users) we do not support it. |
That makes sense, I guess I misunderstood a bit what we were talking about here, sorry. 🙂 |
It may be worth having two pieces of information separating out what is "supported" vs what is likely "compatible". That way, people who want to go off and run on unsupported operating systems will have some idea of what is possible. |
"compatible" says "supported" to me. If something is "compatible" then, it should work. When it doesn't people will understandably ask questions as to why. If we don't support it, what do we say? I know this sounds like its terminology, but I feel we have to set expectations clearly. There may be a way to do that, providing both. |
Update docs and templates referring to OSes, and application manifest to put 2008r2 as the minimum supported OS.
Update docs and templates referring to OSes, and application manifest to put 2008r2 as the minimum supported OS.
Update docs and templates referring to OSes, and application manifest to put 2008r2 as the minimum supported OS.
Update docs and templates referring to OSes, and application manifest to put 2008r2 as the minimum supported OS.
🎉 This issue has been resolved in version 2.0.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
Is Your Feature Request Related To A Problem? Please describe.
As per the supported operating systems for .Net 4.8, Windows 7 or newer and Windows Server 2008 R2 or newer are supported.
https://learn.microsoft.com/en-us/dotnet/framework/get-started/system-requirements
Currently, from everywhere I have looked, Windows 7 is listed the minimum support Windows Client OS for Chocolatey CLI so that is good to go.
However, the same does not seem to go for Window Server, as Server 2003 or 2008 seem to be the minimum version listed, so things will have to be updated at or ahead of the 2.0 release.
Describe The Solution. Why is it needed?
There are a number of locations to update in this repository:
choco/src/chocolatey.console/choco.exe.manifest
Lines 53 to 54 in edde979
choco/README.md
Line 80 in 8c3cdea
choco/src/chocolatey/infrastructure/platforms/Platform.cs
Lines 137 to 148 in 8c3cdea
I think I got them, but I easily could have missed somewhere.
Additional Context.
Additional issues should be opened for other locations that may have minimum supported OS information:
Related Issues
The text was updated successfully, but these errors were encountered: