Release aws-dd-forwarder-3.50.0 Missing Zip Artifact
See original GitHub issueDescribe what happened:
Automated build job failed to download the lambda archive from the latest release.
Describe what you expected:
The payload for curl -s https://api.github.com/repos/DataDog/datadog-serverless-functions/releases/latest
should contain an element assets
that contains a link to download the produced archive. This is absent in the 3.50.0 release.
Steps to reproduce the issue:
curl -s https://api.github.com/repos/DataDog/datadog-serverless-functions/releases/latest | jq -r '.assets | first | .browser_download_url'
Or, go to https://github.com/DataDog/datadog-serverless-functions/releases, expand Assets, and note that the zipped lambda is missing from this release.
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Maven2: Missing artifact but jars are in place - Stack Overflow
RELEASE. I had to do Maven -> Update Maven Dependencies and check the option for "Force Update of Snapshot/Releases".
Read more >Job artifacts - GitLab Docs
Jobs can output an archive of files and directories. This output is known as a job artifact. You can download job artifacts by...
Read more >actions/upload-artifact - GitHub
Zipped Artifact Downloads. During a workflow run, files are uploaded and downloaded individually using the upload-artifact and download-artifact actions.
Read more >Artifacts Missing – CircleCI Support Center
If you are downloading via curl to a file output and not finding the expected artifact, it may be due to these historical...
Read more >Missing Artifacts
If the missing work item was associated to another item in CA Agile Central?a user story, defect, iteration, release?you can check the other ......
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
Hi @magnetikonline thanks for the report and sorry for the delayed response. It seems like something with the release script broke. I’ve gone ahead and released v3.51.0, which does seem to contain the aforementioned download link. Please let me know if this fixes the issue for you.
Thanks @IvanTopolcic - yep this looks much better:
https://github.com/DataDog/datadog-serverless-functions/compare/aws-dd-forwarder-3.49.0...aws-dd-forwarder-3.51.0
Can see now that
DD_FORWARDER_VERSION
has bumped as well as a newLayerVersion
reference of19
.Have just deployed the latest CloudFormation, everything deployed correctly and log lines in Datadog are tagged with
forwarder_version:3.51.0
as expected. 👍