-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receive and use package.version from Elastic Agent #37553
Merged
AndersonQ
merged 64 commits into
elastic:main
from
AndersonQ:beats-report-package-version
Feb 5, 2024
Merged
Changes from 61 commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
1edec85
wip
AndersonQ 9b9fb38
Disable Go Workspaces when executing 'go list' in packaging process
AndersonQ a8db043
wip
AndersonQ a9ed626
clean up
AndersonQ 0e8c385
fix license detection and notice
AndersonQ 8f5bf7d
extract config manager init from Beat.config so it's testable
AndersonQ e4adce4
receive the whole AgentInfo at start up
AndersonQ 600dd81
update agent client
AndersonQ 553c250
update agent client
AndersonQ 6105cf4
Merge branch 'main' into beats-report-package-version
AndersonQ 540cda7
remove hacky test
AndersonQ efe36c1
set the package version as version returned by GetDefaultVersion
AndersonQ b9db591
fix type and typo on test framework
AndersonQ 9f87b25
is it needed?
AndersonQ 1431d9f
Merge remote-tracking branch 'origin/beats-report-package-version' in…
AndersonQ 05431e5
do not set version on-the-fly
AndersonQ 3caa867
update agent client
AndersonQ 1d67805
update agent client
AndersonQ b4a0eaf
Merge remote-tracking branch 'upstream/main' into beats-report-packag…
AndersonQ 31052a6
wip/debug
AndersonQ 8242eeb
comment
AndersonQ f36a04e
more comments
AndersonQ ce36c9d
kinda works
AndersonQ d6bc542
oops
AndersonQ 6478ca2
it works. missing the actual test
AndersonQ b0441b6
it works
AndersonQ 1e4891c
it works and the test passes
AndersonQ 8588021
clean up
AndersonQ b079096
Merge remote-tracking branch 'upstream/main' into beats-report-packag…
AndersonQ 636199d
make notice
AndersonQ 9debc90
it works
AndersonQ ba6ff91
refactor
AndersonQ 9703055
update agent-client and make notice
AndersonQ 6f539e4
clean up
AndersonQ 6264b37
adjust docs
AndersonQ 83712d9
fixes
AndersonQ 462b708
Merge remote-tracking branch 'upstream/main' into beats-report-packag…
AndersonQ 7d346bb
fix TestKeystoreRemoveMultipleExistingKeys
AndersonQ cfe504f
fix TestMonitoringNameFromConfig
AndersonQ 01163be
fix panic on tests
AndersonQ 1416e7d
license header
AndersonQ 257366e
add comment
AndersonQ 4b5e488
fix test
AndersonQ 03bd305
remove add error handling and timeout to TestMonitoringNameFromConfig
AndersonQ ffc172d
restore log level
AndersonQ 0baedd2
add comment
AndersonQ 7598591
fix tests
AndersonQ 70d143a
Merge remote-tracking branch 'upstream/main' into beats-report-packag…
AndersonQ 17657ee
add extra check on test
AndersonQ cf042be
Merge branch 'main' into beats-report-package-version
AndersonQ ec69b72
set build hash
AndersonQ 3cfb26a
Merge remote-tracking branch 'origin/beats-report-package-version' in…
AndersonQ f80b55f
adjust test
AndersonQ 7aec582
Merge branch 'main' of github.com:elastic/beats into beats-report-pac…
AndersonQ 243fbe3
remove comment
AndersonQ f024e94
Merge branch 'main' into beats-report-package-version
AndersonQ c5831c4
pr changes
AndersonQ a5200c0
Merge remote-tracking branch 'origin/beats-report-package-version' in…
AndersonQ f1bb66b
wee fix
AndersonQ a3f8729
Merge branch 'main' into beats-report-package-version
AndersonQ 31af424
wee adjustment
AndersonQ 1721e28
Merge branch 'main' into beats-report-package-version
AndersonQ 4ba5986
Merge remote-tracking branch 'origin/beats-report-package-version' in…
AndersonQ ccb74c5
add changelog
AndersonQ File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12494,11 +12494,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-a | |
|
||
-------------------------------------------------------------------------------- | ||
Dependency : github.com/elastic/elastic-agent-client/v7 | ||
Version: v7.6.0 | ||
Version: v7.8.0 | ||
Licence type (autodetected): Elastic | ||
-------------------------------------------------------------------------------- | ||
|
||
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-client/v7@v7.6.0/LICENSE.txt: | ||
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-client/v7@v7.8.0/LICENSE.txt: | ||
|
||
ELASTIC LICENSE AGREEMENT | ||
|
||
|
@@ -25546,11 +25546,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/[email protected]/LIC | |
|
||
-------------------------------------------------------------------------------- | ||
Dependency : google.golang.org/protobuf | ||
Version: v1.31.0 | ||
Version: v1.32.0 | ||
Licence type (autodetected): BSD-3-Clause | ||
-------------------------------------------------------------------------------- | ||
|
||
Contents of probable licence file $GOMODCACHE/google.golang.org/protobuf@v1.31.0/LICENSE: | ||
Contents of probable licence file $GOMODCACHE/google.golang.org/protobuf@v1.32.0/LICENSE: | ||
|
||
Copyright (c) 2018 The Go Authors. All rights reserved. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I needed to change it to successfully write to the beat stdin