Skip to content
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

.NET 6 SDK latest version endpoint returns incorrect version #29878

Closed
Freakazoid182 opened this issue Jan 11, 2023 · 5 comments
Closed

.NET 6 SDK latest version endpoint returns incorrect version #29878

Freakazoid182 opened this issue Jan 11, 2023 · 5 comments
Labels
Area-DotNet Test untriaged Request triage from a team member

Comments

@Freakazoid182
Copy link

Freakazoid182 commented Jan 11, 2023

My apologies if this isn't the correct place to raise this issue.

Describe the bug

.NET 6 SDK latest version endpoint isn't outputting the correct version

To Reproduce

Go to https://dotnetcli.azureedge.net/dotnet/Sdk/6.0/latest.version

Currently shows 6.0.113. The latest version should be 6.0.405 (at time of writing).

We use this endpoint to keep our own custom build containers up to date with the latest SDK patches through nightly updates. This came to light because we configured a minimal version of 6.0.201 on our project's global.json

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-DotNet Test untriaged Request triage from a team member labels Jan 11, 2023
@aadje
Copy link

aadje commented Jan 11, 2023

The latest-sdk is set to 6.0.405 in
https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/6.0/releases.json

The version was likely updated as part of the .NET January 2023 security releases dotnet/runtime#80449

@baronfel
Copy link
Member

@leecow do you know who we can talk to about the latest SDK version URL?

@leecow
Copy link
Member

leecow commented Jan 11, 2023

dotnet/Sdk/6.0/latest.version is different from what's presented in the releases.json.

@rbhanda or @dcwhittaker - can you please take a look?

@rbhanda
Copy link
Contributor

rbhanda commented Jan 11, 2023

I have updated the https://dotnetcli.azureedge.net/dotnet/Sdk/6.0/latest.version to 6.0.405.

@Freakazoid182
Copy link
Author

Thank you for resolving the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-DotNet Test untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

5 participants