Previous version returned in latest.version CDN
See original GitHub issueNot sure if this is the right repo. I tried to write a small utility that reads the latest version of .NET and creates a PR to update it in several files in our repo.
I found this URI used by the installer script: https://dotnetcli.azureedge.net/dotnet/Sdk/6.0/latest.version
But it returned the previous version, 6.0.400
. Is it possible the CDN isn’t being actively purged when a new .NET version is released?
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Why azure cdn returns me the old version of file with ...
1 Answer 1 ... When you have a CDN configured with Azure Storage and you updated the file in Storage, CDN will still...
Read more >Loading a specific version from the CDN · Issue #165
I'd like to revert to the previous version, v2.15.0. I thought that https://cdn.mxpnl.com/libs/mixpanel-2.15.min.js or https://cdn.
Read more >Website keeps showing old version
My website keeps loading previous (and ugly) versions of my page. I don't have any cache plugins activated and I have purged Cloudflare ......
Read more >My website is showing the old version of the updated article
I updated the old article about 12 hours ago but it still shows the old version and not the updated one. I tried...
Read more >Caching on Vercel's Edge Network
Vercel's Edge Network caches your content at the edge in order to serve data to your users as fast as possible. Learn how...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
One thing that we can do is to clear our CDN cache once the latest.version files are updated. This will ensure that https://dotnetcli.azureedge.net also get the update. @dcwhittaker FYI
Also, I see https://dotnetcli.azureedge.net/dotnet/Sdk/6.0/latest.version now returns
6.0.401
. @aelij let me know if this issue is resolved now.Thanks, I see the correct version. You may want to add purging to your deployment pipeline.