Skip to content

Commit

Permalink
Bump version 5.4.2 (#4440)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsg authored and monicasarbu committed Jun 2, 2017
1 parent 96f4e80 commit 4c450b0
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion dev-tools/packer/version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: "5.4.1"
version: "5.4.2"
2 changes: 1 addition & 1 deletion filebeat/filebeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion filebeat/filebeat.template-es6x.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"mappings": {
"_default_": {
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion filebeat/filebeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"norms": false
},
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/heartbeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/heartbeat.template-es6x.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"mappings": {
"_default_": {
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/heartbeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"norms": false
},
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion libbeat/beat/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package beat

const defaultBeatVersion = "5.4.1"
const defaultBeatVersion = "5.4.2"
2 changes: 1 addition & 1 deletion libbeat/libbeat.template-es6x.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"mappings": {
"_default_": {
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/metricbeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/metricbeat.template-es6x.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"mappings": {
"_default_": {
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/metricbeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"norms": false
},
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/packetbeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/packetbeat.template-es6x.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"mappings": {
"_default_": {
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/packetbeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"norms": false
},
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/winlogbeat.template-es2x.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/winlogbeat.template-es6x.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"mappings": {
"_default_": {
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/winlogbeat.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"norms": false
},
"_meta": {
"version": "5.4.1"
"version": "5.4.2"
},
"date_detection": false,
"dynamic_templates": [
Expand Down

0 comments on commit 4c450b0

Please sign in to comment.