You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During normal Logstash startup logstash-core-plugin-api is the one that is loaded first, so it loads versions from ./logstash-core-plugin-api/versions-gem-copy.yml.
Depending on the command/method to see the version, we see different versions
a) bin/logstash --version will load the value from cat ./logstash-core/versions-gem-copy.yml | yq .logstash
b) bin/logstash --debug --version will load the value from cat ./logstash-core-plugin-api/versions-gem-copy.yml | yq .logstash
c) curl localhost:9600 | jq .version will load the value from cat ./logstash-core-plugin-api/versions-gem-copy.yml | yq .logstash-core (constant LOGSTASH_CORE_VERSION).
jsvd
changed the title
inject VERSION_QUALIFIER into the build to be used in version
inject VERSION_QUALIFIER into the build to be displayed to users
Jan 13, 2025
previously in 5.0.0-8.0.0 the version qualifier wasn't present in the build artifacts.
To facilitate distinction between GA and pre-releases like betas and rcs, we'd like for the VERSION_QUALIFIER to be present in the build artifacts.
The text was updated successfully, but these errors were encountered: