question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Previous version returned in latest.version CDN

See original GitHub issue

Not 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:closed
  • Created a year ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
rbhandacommented, Sep 15, 2022

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.

0reactions
aelijcommented, Sep 22, 2022

Thanks, I see the correct version. You may want to add purging to your deployment pipeline.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found