-
Notifications
You must be signed in to change notification settings - Fork 456
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
Tune docker package according to Beat's fields deprecation #2733
Conversation
Signed-off-by: ChrsMark <[email protected]>
Signed-off-by: ChrsMark <[email protected]>
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 think we should bump up the Kibana constraint: kibana.version: ^8.0.0
. Otherwise, there will be missing fields.
Signed-off-by: ChrsMark <[email protected]>
Signed-off-by: ChrsMark <[email protected]>
packages/docker/changelog.yml
Outdated
@@ -1,4 +1,9 @@ | |||
# newer versions go on top | |||
- version: "1.3.0" |
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.
That would be a breaking change, so 2.0.0?
Signed-off-by: ChrsMark <[email protected]>
packages/docker/changelog.yml
Outdated
- version: "2.0.0" | ||
changes: | ||
- description: Remove deprecated fields | ||
type: enhancement |
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.
nit: Maybe use the type: breaking-change
Signed-off-by: ChrsMark <[email protected]>
What does this PR do?
This PR tunes docker package accordingly to remove deprecated fields.
Related to elastic/beats#30413 elastic/beats#30500 elastic/beats#27933