Skip to content

Commit b1c6ac8

Browse files
authored
Cherry-pick #8836 to 6.5: Make sure that packages.yml use the same files definition (#9103)
Cherry-pick of PR #8836 to 6.5 branch. Original message: This PR make sure the definition style used by the packages.yml and the custom function packages.yml match.
1 parent f7638a5 commit b1c6ac8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ https://github.com/elastic/beats/compare/v6.5.0...6.5[Check the HEAD diff]
3636
*Auditbeat*
3737

3838
*Filebeat*
39+
- Make sure the Filebeat Elastic licensed packages uses the Elastic binary instead of the OSS. {pull}8836[8836]
3940

4041
*Heartbeat*
4142

dev-tools/packaging/packages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,9 @@ specs:
349349
spec:
350350
<<: *windows_binary_spec
351351
<<: *elastic_license_for_binaries
352-
'{{.BeatName}}{{.BinaryExt}}':
353-
source: ../x-pack/{{.BeatName}}/build/golang-crossbuild/{{.BeatName}}-{{.GOOS}}-{{.Platform.Arch}}{{.BinaryExt}}
352+
files:
353+
'{{.BeatName}}{{.BinaryExt}}':
354+
source: ../x-pack/{{.BeatName}}/build/golang-crossbuild/{{.BeatName}}-{{.GOOS}}-{{.Platform.Arch}}{{.BinaryExt}}
354355

355356
- os: darwin
356357
types: [tgz]

x-pack/functionbeat/dev-tools/packaging/packages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ specs:
8080
<<: *binary_spec
8181
<<: *functionbeat_binaries
8282
<<: *elastic_license_for_binaries
83-
'{{.BeatName}}{{.BinaryExt}}':
84-
source: build/golang-crossbuild/{{.BeatName}}-{{.GOOS}}-{{.Platform.Arch}}{{.BinaryExt}}
83+
files:
84+
'{{.BeatName}}{{.BinaryExt}}':
85+
source: build/golang-crossbuild/{{.BeatName}}-{{.GOOS}}-{{.Platform.Arch}}{{.BinaryExt}}
8586

8687
- os: darwin
8788
types: [tgz]

0 commit comments

Comments
 (0)