diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 21ff558a6e1..51ebb846371 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -30,6 +30,9 @@ https://github.com/elastic/beats/compare/v7.0.0-rc1...master[Check the HEAD diff *Affecting all Beats* +- Relax validation of the X-Pack license UID value. {issue}11640[11640] +- Fix a parsing error with the X-Pack license check on 32-bit system. {issue}11650[11650] + *Auditbeat* *Filebeat* diff --git a/Vagrantfile b/Vagrantfile index b795898812d..a851be38692 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -69,17 +69,19 @@ if [ -d "/vagrant" ] && [ ! -e "beats" ]; then ln -s /vagrant beats; fi SCRIPT # Linux GVM -$linuxGvmProvision = <