Missing jar in Release v0.98.0 breaks https://dtdg.co/latest-java-tracer
See original GitHub issueThe Add assets to release workflow did not run for Release v0.98.0
. The https://dtdg.co/latest-java-tracer link no longer works because the jar hasn’t been added to the release.
$ curl --location -i https://dtdg.co/latest-java-tracer
HTTP/2 302
[...]
location: https://github.com/DataDog/dd-trace-java/releases/latest/download/dd-java-agent.jar
HTTP/2 302
[...]
location: https://github.com/DataDog/dd-trace-java/releases/download/v0.98.0/dd-java-agent.jar
HTTP/2 404
[...]
Issue Analytics
- State:
- Created a year ago
- Reactions:6
- Comments:8 (4 by maintainers)
Top Results From Across the Web
No results found
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 Free
Top 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
I delete the release notes for 0.98.0 so the latest link will work again. I think we will have to manually recreate the release
I’ve updated our release process to add a step where we mark the release as pre-release until the workflow runs, then we will promote it to the latest release.