Skip to content

Commit

Permalink
Remove an entry in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrehilbert committed Nov 7, 2023
1 parent 0c794b0 commit 4e00904
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 13 deletions.
1 change: 0 additions & 1 deletion changelog/8.11.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ elastic-agent::

* Add Support For Processors In Hints-Based Kubernetes Autodiscover. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3107[#https://github.com/elastic/elastic-agent/pull/3107] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/2959[#https://github.com/elastic/elastic-agent/issues/2959]
* Print Out Elastic Agent Installation Steps To Show Progress. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3338[#https://github.com/elastic/elastic-agent/pull/3338]
* Add Component {Id, Binary} To Monitoring Metrics From Elastic-Agent And Beats. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3626[#https://github.com/elastic/elastic-agent/pull/3626] {elastic-agent-issue}https://github.com/elastic/integrations/issues/7977[#https://github.com/elastic/integrations/issues/7977]


[discrete]
Expand Down
12 changes: 0 additions & 12 deletions changelog/8.11.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,18 +169,6 @@ entries:
file:
name: 1697662109-upgrade-elastic-agent-libs-to-v0.6.0.yaml
checksum: 70d3e8469fce838d73781c409d9dd7592adbddc8
- kind: feature
summary: Add component {id, binary} to monitoring metrics from Elastic-Agent and Beats.
description: ""
component: elastic-agent
pr:
- https://github.com/elastic/elastic-agent/pull/3626
issue:
- https://github.com/elastic/integrations/issues/7977
timestamp: 1697735373
file:
name: 1697735373-Add-component-fields-to-metrics.yaml
checksum: e78d27aa33269834757dceee23e195ae6ea8ecd5
- kind: bug-fix
summary: Increase wait period between service restarts on failure to 15s on Windows.
description: This is the same value used by other Elastic windows services like endpoint-security.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Kind can be one of:
# - breaking-change: a change to previously-documented behavior
# - deprecation: functionality that is being removed in a later release
# - bug-fix: fixes a problem in a previous version
# - enhancement: extends functionality but does not break or fix existing behavior
# - feature: new functionality
# - known-issue: problems that we are aware of in a given version
# - security: impacts on the security of a product or a user’s deployment.
# - upgrade: important information for someone upgrading from a prior version
# - other: does not fit into any of the other categories
kind: feature

# Change summary; a 80ish characters long description of the change.
summary: Add component.{id, binary} to monitoring metrics from Elastic-Agent and Beats

# Long description; in case the summary is not enough to describe the change
# this field accommodate a description without length limits.
# NOTE: This field will be rendered only for breaking-change and known-issue kinds at the moment.
#description:

# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc.
component: elastic-agent

# PR URL; optional; the PR number that added the changeset.
# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added.
# NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number.
# Please provide it if you are adding a fragment for a different PR.
pr: https://github.com/elastic/elastic-agent/pull/3626

# Issue URL; optional; the GitHub issue related to this changeset (either closes or is part of).
# If not present is automatically filled by the tooling with the issue linked to the PR number.
issue: https://github.com/elastic/integrations/issues/7977

0 comments on commit 4e00904

Please sign in to comment.