-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
[Bug]: MicrosoftODBCDriverForSQLServer & MicrosoftOLEDBDriverForSQLServer not offering latest versions #567
Comments
Correct. We're limited by what MS is providing via the download URL |
@aaronparker is it the same reason MicrosoftSsms is offered in very old version? |
With |
For these apps, if we can find an evergreen URL that always points to the latest version, we should be able to fix this issue. I can see on the releases page that the |
Without getting too off subject with SSMS, I think when downloading the very latest Microsoft SSMS (v19.1) the build and app version are the same (Finally - Thank you Microsoft!): (Or at least the Major and Minor version parts) |
Returning to the original issue here,
This will ensure that the latest current version 19.3.2 (as of 22nd Jan 2024) is served by EverGreen and for the Microsoft ODBC Driver For SQL Server manifest (\Manifests\MicrosoftODBCDriverForSQLServer.json) - this should be updated from (lines 10 to 12) to:
This will ensure that the latest current version 18.3.2.1 (as of 22nd Jan 2024) is served by EverGreen |
I believe this issue is now resolved (for now!) |
New versions released today (Security updates for April 2024 Patch Tuesday release) for both Microsoft OLE DB Driver For SQL Server and Microsoft ODBC Driver For SQL Server, I'm guessing the manifest needs the URLs updating again. Links for the latest versions release notes are here (manifest links found by following each link): Plus links for the 'latest' version of the previous channel are here (manifest links found by following each link): |
What happened?
Get-EvergreenApp MicrosoftODBCDriverForSQLServer is currently returning v18.3.1.1, where as the latest version v18.3.2.0 was released during this months patch Tuesday (10th October 2023)
https://learn.microsoft.com/en-us/sql/connect/odbc/windows/release-notes-odbc-sql-server-windows?view=sql-server-ver16
The same issue is occuring with Get-EvergreenApp MicrosoftOLEDBDriverForSQLServer is currently returning v19.3.1.0, where as the latest version v19.3.2.0 was released during this months patch Tuesday (10th October 2023)
https://learn.microsoft.com/en-us/sql/connect/oledb/release-notes-for-oledb-driver-for-sql-server?view=sql-server-ver16
I can only assume the update source Evergreen relies on has not been updated? (thanks Microsoft! (facepalm))
Version
2310.868
What PowerShell edition/s are you running Evergreen on?
PowerShell Core, Windows PowerShell
Which operating system/s are you running Evergreen on?
Windows 10+
Have you reviewed the documentation?
Verbose output
The text was updated successfully, but these errors were encountered: