You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[8.x](backport #7601) [packaging] proxy binary to be for the root dir of windows archive (#7637)
* [packaging] proxy binary to be for the root dir of windows archive (#7601)
* feat: implement a proxy binary to be placed in the root of windows archive and invoke the nested elastic-agent binary
* fix: remove redundant returns in the code
* fix: reword error message when we cannot stat inner elastic-agent binary
* fix: use slices.Contains to check if we are building for windows/amd64
* fix: add comment to capture that CommitSHA is set at build time
* fix: rename hack folder to wrapper
* fix: reside typo
* fix: reword error message when we cannot stat inner elastic-agent binary
* ci: automate go version updates for wrapper/windows/archive-proxy/go.mod
* fix: switch logging to fmt and also log to windows event logger
* Revert "ci: automate go version updates for wrapper/windows/archive-proxy/go.mod"
This reverts commit c9a698b.
* fix: initialise windows event log only if we are admin
* fix: remove os.Stat call and rely on command.Start() to raise an error if binary is missing
* fix: remove custom logger
(cherry picked from commit 6b4b0dc)
# Conflicts:
# dev-tools/packaging/packages.yml
* fix: resolve conflicts
---------
Co-authored-by: Panos Koutsovasilis <[email protected]>
0 commit comments