Skip to content
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

[fix] Update fleet agent policy #235

Merged
merged 4 commits into from
Oct 4, 2024

Conversation

VihasMakwana
Copy link
Contributor

Bug fix for overrides

Use map[], not []map[]

mauri870 and others added 3 commits October 4, 2024 14:43
The cmd/vet in Go 1.24 reports printf calls with non-const format and no
args, causing one test in logp to fail.

See golang/go#60529.

```
$ go install golang.org/dl/gotip@latest
$ gotip download
$ gotip test ./logp -count=1
logp/core_test.go:714:7: non-constant format string in call to github.com/elastic/elastic-agent-libs/logp.Info
FAIL    github.com/elastic/elastic-agent-libs/logp [build failed]
```
@VihasMakwana VihasMakwana added the Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team label Oct 4, 2024
@VihasMakwana VihasMakwana requested a review from a team as a code owner October 4, 2024 13:14
@VihasMakwana VihasMakwana requested review from rdner and faec and removed request for a team October 4, 2024 13:14
@VihasMakwana VihasMakwana requested review from mauri870 and cmacknz and removed request for rdner October 4, 2024 13:15
@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

@VihasMakwana VihasMakwana merged commit 196dace into elastic:main Oct 4, 2024
6 checks passed
@VihasMakwana VihasMakwana deleted the update-agent-policy branch October 4, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants