diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 3a2a4de4c3a..287e11803e8 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -8,7 +8,7 @@ // Template, add newest changes here === Beats version HEAD -https://github.com/elastic/beats/compare/v5.1.0...5.1[Check the HEAD diff] +https://github.com/elastic/beats/compare/v5.1.1...5.1[Check the HEAD diff] ==== Breaking changes @@ -61,9 +61,9 @@ https://github.com/elastic/beats/compare/v5.1.0...5.1[Check the HEAD diff] //////////////////////////////////////////////////////////// -[[release-notes-5.1.0]] -=== Beats version 5.1.0 -https://github.com/elastic/beats/compare/v5.0.2...v5.1.0[View commits] +[[release-notes-5.1.1]] +=== Beats version 5.1.1 +https://github.com/elastic/beats/compare/v5.0.2...v5.1.1[View commits] ==== Breaking changes diff --git a/dev-tools/packer/version.yml b/dev-tools/packer/version.yml index b714f27942c..4f280a7d487 100644 --- a/dev-tools/packer/version.yml +++ b/dev-tools/packer/version.yml @@ -1 +1 @@ -version: "5.1.0" +version: "5.1.1" diff --git a/filebeat/filebeat.template-es2x.json b/filebeat/filebeat.template-es2x.json index 08448fcbd0e..c91a6d60014 100644 --- a/filebeat/filebeat.template-es2x.json +++ b/filebeat/filebeat.template-es2x.json @@ -7,7 +7,7 @@ } }, "_meta": { - "version": "5.1.0" + "version": "5.1.1" }, "dynamic_templates": [ { diff --git a/filebeat/filebeat.template.json b/filebeat/filebeat.template.json index 7098413e297..a49b7194d33 100644 --- a/filebeat/filebeat.template.json +++ b/filebeat/filebeat.template.json @@ -5,7 +5,7 @@ "norms": false }, "_meta": { - "version": "5.1.0" + "version": "5.1.1" }, "dynamic_templates": [ { diff --git a/heartbeat/heartbeat.template-es2x.json b/heartbeat/heartbeat.template-es2x.json index 742dd889042..1112efacb09 100644 --- a/heartbeat/heartbeat.template-es2x.json +++ b/heartbeat/heartbeat.template-es2x.json @@ -7,7 +7,7 @@ } }, "_meta": { - "version": "5.1.0" + "version": "5.1.1" }, "dynamic_templates": [ { diff --git a/heartbeat/heartbeat.template.json b/heartbeat/heartbeat.template.json index 618fcc873c8..1cf33994244 100644 --- a/heartbeat/heartbeat.template.json +++ b/heartbeat/heartbeat.template.json @@ -5,7 +5,7 @@ "norms": false }, "_meta": { - "version": "5.1.0" + "version": "5.1.1" }, "dynamic_templates": [ { diff --git a/libbeat/beat/version.go b/libbeat/beat/version.go index f593f3c70c7..def1eb8636b 100644 --- a/libbeat/beat/version.go +++ b/libbeat/beat/version.go @@ -1,3 +1,3 @@ package beat -const defaultBeatVersion = "5.1.0" +const defaultBeatVersion = "5.1.1" diff --git a/metricbeat/metricbeat.template-es2x.json b/metricbeat/metricbeat.template-es2x.json index ff5a0e98aeb..c469abbc439 100644 --- a/metricbeat/metricbeat.template-es2x.json +++ b/metricbeat/metricbeat.template-es2x.json @@ -7,7 +7,7 @@ } }, "_meta": { - "version": "5.1.0" + "version": "5.1.1" }, "dynamic_templates": [ { diff --git a/metricbeat/metricbeat.template.json b/metricbeat/metricbeat.template.json index b7c80a56b43..bd0b3569ff1 100644 --- a/metricbeat/metricbeat.template.json +++ b/metricbeat/metricbeat.template.json @@ -5,7 +5,7 @@ "norms": false }, "_meta": { - "version": "5.1.0" + "version": "5.1.1" }, "dynamic_templates": [ { diff --git a/packetbeat/packetbeat.template-es2x.json b/packetbeat/packetbeat.template-es2x.json index 336a46e966e..02baf695a90 100644 --- a/packetbeat/packetbeat.template-es2x.json +++ b/packetbeat/packetbeat.template-es2x.json @@ -7,7 +7,7 @@ } }, "_meta": { - "version": "5.1.0" + "version": "5.1.1" }, "dynamic_templates": [ { diff --git a/packetbeat/packetbeat.template.json b/packetbeat/packetbeat.template.json index 85ded03d2e0..7ff8407f57a 100644 --- a/packetbeat/packetbeat.template.json +++ b/packetbeat/packetbeat.template.json @@ -5,7 +5,7 @@ "norms": false }, "_meta": { - "version": "5.1.0" + "version": "5.1.1" }, "dynamic_templates": [ { diff --git a/winlogbeat/winlogbeat.template-es2x.json b/winlogbeat/winlogbeat.template-es2x.json index ee8e4fe0393..56b6ea18b2d 100644 --- a/winlogbeat/winlogbeat.template-es2x.json +++ b/winlogbeat/winlogbeat.template-es2x.json @@ -7,7 +7,7 @@ } }, "_meta": { - "version": "5.1.0" + "version": "5.1.1" }, "dynamic_templates": [ { diff --git a/winlogbeat/winlogbeat.template.json b/winlogbeat/winlogbeat.template.json index d30ac0da82f..5491615d10c 100644 --- a/winlogbeat/winlogbeat.template.json +++ b/winlogbeat/winlogbeat.template.json @@ -5,7 +5,7 @@ "norms": false }, "_meta": { - "version": "5.1.0" + "version": "5.1.1" }, "dynamic_templates": [ {