Skip to content

Commit e38d417

Browse files
authored
[Elastic Agent] Remove the service installer scripts from packaging (elastic#21694)
* Remove the service installer scripts from packaging. * Add changelog.
1 parent db3b99d commit e38d417

3 files changed

Lines changed: 1 addition & 25 deletions

File tree

dev-tools/packaging/packages.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,6 @@ shared:
284284
<<: *common
285285
files:
286286
<<: *agent_binary_files
287-
install-service-{{.BeatName}}.ps1:
288-
template: '{{ elastic_beats_dir }}/dev-tools/packaging/templates/windows/install-service-elastic-agent.ps1.tmpl'
289-
mode: 0755
290-
uninstall-service-{{.BeatName}}.ps1:
291-
template: '{{ elastic_beats_dir }}/dev-tools/packaging/templates/windows/uninstall-service.ps1.tmpl'
292-
mode: 0755
293287
'data/{{.BeatName}}-{{ commit_short }}/downloads/filebeat-{{ beat_version }}{{if .Snapshot}}-SNAPSHOT{{end}}-{{.GOOS}}-{{.AgentArchName}}.zip':
294288
source: '{{.AgentDropPath}}/filebeat-{{ beat_version }}{{if .Snapshot}}-SNAPSHOT{{end}}-{{.GOOS}}-{{.AgentArchName}}.zip'
295289
mode: 0644

dev-tools/packaging/templates/windows/install-service-elastic-agent.ps1.tmpl

Lines changed: 0 additions & 19 deletions
This file was deleted.

x-pack/elastic-agent/CHANGELOG.next.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@
3636
- Add `elastic.agent.id` and `elastic.agent.version` to published events from filebeat and metricbeat {pull}21543[21543]
3737
- Add `upgrade` subcommand to perform upgrade of installed Elastic Agent {pull}21425[21425]
3838
- Update `fleet.yml` and Kibana hosts when a policy change updates the Kibana hosts {pull}21599[21599]
39+
- Removed `install-service.ps1` and `uninstall-service.ps1` from Windows .zip packaging {pull}21694[21694]

0 commit comments

Comments
 (0)