Skip to content

Commit

Permalink
Bump version to 5.1.1 (#3083)
Browse files Browse the repository at this point in the history
5.1.0 was accidentally published to the apt/yum repos, so in order
to avoid any problems for people that have it installed, we're going
to release 5.1.1.
  • Loading branch information
tsg authored and ruflin committed Nov 30, 2016
1 parent e271d9f commit 25335ad
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
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.1.0"
version: "5.1.1"
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.1.0"
"version": "5.1.1"
},
"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.1.0"
"version": "5.1.1"
},
"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.1.0"
"version": "5.1.1"
},
"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.1.0"
"version": "5.1.1"
},
"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.1.0"
const defaultBeatVersion = "5.1.1"
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.1.0"
"version": "5.1.1"
},
"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.1.0"
"version": "5.1.1"
},
"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.1.0"
"version": "5.1.1"
},
"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.1.0"
"version": "5.1.1"
},
"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.1.0"
"version": "5.1.1"
},
"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.1.0"
"version": "5.1.1"
},
"dynamic_templates": [
{
Expand Down

0 comments on commit 25335ad

Please sign in to comment.