[7.17 backport] Update elastic-agent-client used in 7.17 releases#39224
Merged
michel-laterman merged 4 commits intoelastic:7.17from May 7, 2024
Merged
Conversation
Contributor
f889fec to
6a5f9bc
Compare
19c7d68 to
3f9f7b0
Compare
3f9f7b0 to
ee0b705
Compare
michel-laterman
commented
Apr 26, 2024
| if ok := certPool.AppendCertsFromPEM(s.ca.Crt()); !ok { | ||
| return errors.New("failed to append root CA", errors.TypeSecurity) | ||
| } | ||
| //nolint:gosec // G402: TLS MinVersion too low. |
Contributor
Author
There was a problem hiding this comment.
We can also set MinVersion if we don't want to disable the linter here
Contributor
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Member
|
To double check, Fleet server was confirmed to bootstrap with these changes? |
Contributor
Author
|
Yes, last time i tested it bootstrapped locally correctly. We can also try to make a custom issue and check on ESS as well. |
blakerouse
approved these changes
May 7, 2024
Contributor
blakerouse
left a comment
There was a problem hiding this comment.
Looks good.
proto.StartUpInfo is backwards compatible, looks good.
michel-laterman
added a commit
to michel-laterman/beats
that referenced
this pull request
May 21, 2024
…astic#39224) * Update elastic-agent-client used in 7.17 releases
4 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Proposed commit message
Update the elastic-agent-client to the latest tagged release.
Update protobuf libraries.
elastic-agent will have v2 related functions disabled.
Checklist
I have made corresponding changes to the documentationI have made corresponding change to the default configuration filesI have added an entry inCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.