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

make release names package files with libbeat version rather than beat version #10

Open
chris-counteractive opened this issue Nov 8, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@chris-counteractive
Copy link
Collaborator

The packages generated during make release are labeled with the libbeat version (lately, 7.4.0) rather than the beat version (lately, 1.4.1). The version in the actual beat itself, that makes it into the event metadata, is correct. I think this has to do with how environment variables are (or are not) passed to the docker containers used in the build process, but for now I've just been renaming the packages before upload with something like

for f in o365beat-7.4.0-*; do mv "$f" "$(echo "$f" | sed s/7\.4\.0/1\.4\.1/)"; done

Low priority, but worth fixing at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant