Skip to content

Commit 61f3822

Browse files
tsgmonicasarbu
authored andcommitted
Close changelog for RC2 (elastic#5417)
Also updated the testing env.
1 parent 3903ec6 commit 61f3822

File tree

3 files changed

+44
-20
lines changed

3 files changed

+44
-20
lines changed

CHANGELOG.asciidoc

Lines changed: 42 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Template, add newest changes here
99

1010
=== Beats version HEAD
11-
https://github.com/elastic/beats/compare/v6.0.0-rc1...master[Check the HEAD diff]
11+
https://github.com/elastic/beats/compare/v6.0.0-rc2...master[Check the HEAD diff]
1212

1313
==== Breaking changes
1414

@@ -24,34 +24,20 @@ https://github.com/elastic/beats/compare/v6.0.0-rc1...master[Check the HEAD diff
2424

2525
*Packetbeat*
2626

27-
- Remove not-working `runoptions.uid` and `runoptions.gid` options in Packetbeat. {pull}5261[5261]
28-
2927
*Winlogbeat*
3028

3129
==== Bugfixes
3230

3331
*Affecting all Beats*
3432

35-
- Fix data race accessing watched containers. {issue}5147[5147]
36-
- Do not require template if index change and template disabled {pull}5319[5319]
37-
- Fix missing ACK in redis output. {issue}5404[5404]
38-
3933
*Auditbeat*
4034

4135
*Filebeat*
42-
- Fix default paths for redis 4.0.1 logs on macOS {pull}5173[5173]
43-
44-
*Filebeat*
45-
- Fix default paths for redis 4.0.1 logs on macOS {pull}5173[5173]
46-
- Fix Filebeat not starting if command line and modules configs are used together. {issue}5376[5376]
4736

4837
*Heartbeat*
4938

5039
*Metricbeat*
5140

52-
- Use `beat.name` instead of `beat.hostname` in the Host Overview dashboard. {pull}5340[5340]
53-
- Fix the loading of 5.x dashboards. {issue}5277[5277]
54-
5541
*Packetbeat*
5642

5743
*Winlogbeat*
@@ -68,8 +54,6 @@ https://github.com/elastic/beats/compare/v6.0.0-rc1...master[Check the HEAD diff
6854

6955
*Metricbeat*
7056

71-
- Auto-select a hostname (based on the host on which the Beat is running) in the Host Overview dashboard. {pull}5340[5340]
72-
7357
*Packetbeat*
7458

7559
*Winlogbeat*
@@ -80,8 +64,6 @@ https://github.com/elastic/beats/compare/v6.0.0-rc1...master[Check the HEAD diff
8064

8165
*Filebeat*
8266

83-
- The `filebeat.config_dir` option is deprecated. Use `filebeat.config.prospector` options instead. {pull}5321[5321]
84-
8567
*Heartbeat*
8668

8769
*Metricbeat*
@@ -95,6 +77,47 @@ https://github.com/elastic/beats/compare/v6.0.0-rc1...master[Check the HEAD diff
9577

9678
////////////////////////////////////////////////////////////
9779
80+
[[release-notes-6.0.0-rc2]]
81+
=== Beats version 6.0.0-rc2
82+
https://github.com/elastic/beats/compare/v6.0.0-rc1...v6.0.0-rc2[View commits]
83+
84+
==== Breaking changes
85+
86+
*Packetbeat*
87+
88+
- Remove not-working `runoptions.uid` and `runoptions.gid` options in Packetbeat. {pull}5261[5261]
89+
90+
==== Bugfixes
91+
92+
*Affecting all Beats*
93+
94+
- Fix data race accessing watched containers. {issue}5147[5147]
95+
- Do not require template if index change and template disabled {pull}5319[5319]
96+
- Fix missing ACK in redis output. {issue}5404[5404]
97+
98+
*Filebeat*
99+
100+
- Fix default paths for redis 4.0.1 logs on macOS {pull}5173[5173]
101+
- Fix Filebeat not starting if command line and modules configs are used together. {issue}5376[5376]
102+
- Fix double `@timestamp` field when JSON decoding was used. {pull}5436[5436]
103+
104+
*Metricbeat*
105+
106+
- Use `beat.name` instead of `beat.hostname` in the Host Overview dashboard. {pull}5340[5340]
107+
- Fix the loading of 5.x dashboards. {issue}5277[5277]
108+
109+
==== Added
110+
111+
*Metricbeat*
112+
113+
- Auto-select a hostname (based on the host on which the Beat is running) in the Host Overview dashboard. {pull}5340[5340]
114+
115+
==== Deprecated
116+
117+
*Filebeat*
118+
119+
- The `filebeat.config_dir` option is deprecated. Use `filebeat.config.prospector` options instead. {pull}5321[5321]
120+
98121
[[release-notes-6.0.0-rc1]]
99122
=== Beats version 6.0.0-rc1
100123
https://github.com/elastic/beats/compare/v6.0.0-beta2...v6.0.0-rc1[View commits]

libbeat/docs/release.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
--
77
This section summarizes the changes in each release.
88

9+
* <<release-notes-6.0.0-rc2>>
910
* <<release-notes-6.0.0-rc1>>
1011
* <<release-notes-6.0.0-beta2>>
1112
* <<release-notes-6.0.0-beta1>>

testing/environments/args.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ services:
66
build:
77
args:
88
DOWNLOAD_URL: https://snapshots.elastic.co/downloads
9-
ELASTIC_VERSION: 6.0.0-rc1-SNAPSHOT
9+
ELASTIC_VERSION: 6.0.0-rc2-SNAPSHOT
1010
CACHE_BUST: 20170720

0 commit comments

Comments
 (0)