diff --git a/changelog/8.19.7.asciidoc b/changelog/8.19.7.asciidoc new file mode 100644 index 00000000000..4c0b857dcbb --- /dev/null +++ b/changelog/8.19.7.asciidoc @@ -0,0 +1,35 @@ +// begin 8.19.7 relnotes + +[[release-notes-8.19.7]] +== 8.19.7 + +Review important information about the 8.19.7 release. + + + + + + + + + + + + + + + + +[discrete] +[[bug-fixes-8.19.7]] +=== Bug fixes + + + + +* Fix quoting of boolean values in Helm charts. https://github.com/elastic/elastic-agent/pull/10681[#10681] +* Fix issue where switching to OTEL runtime would cause data to be re-ingested. https://github.com/elastic/elastic-agent/pull/10857[#10857] +* Fix signal handling for the EDOT Collector. https://github.com/elastic/elastic-agent/pull/10908[#10908] +* Reload agent binary source settings as configured in Fleet. https://github.com/elastic/elastic-agent/pull/10993[#10993] + +// end 8.19.7 relnotes diff --git a/changelog/8.19.7.yaml b/changelog/8.19.7.yaml new file mode 100644 index 00000000000..f15651ff3d7 --- /dev/null +++ b/changelog/8.19.7.yaml @@ -0,0 +1,54 @@ +version: 8.19.7 +entries: + - kind: bug-fix + summary: Fix quoting of boolean values in Helm charts. + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/10681 + issue: [] + impact: "" + action: "" + timestamp: 1760996949 + file: + name: 1760996949-helm-bool.yaml + checksum: eabea6e5bf17bb542258bec7df9f2db9b06f618b + - kind: bug-fix + summary: Fix issue where switching to OTEL runtime would cause data to be re-ingested. + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/10857 + issue: [] + impact: "" + action: "" + timestamp: 1761679059 + file: + name: 1761679059-move-component-workdir-coordinator.yaml + checksum: 002747b974556602b08ea28c9118a8fbfd27e11d + - kind: bug-fix + summary: Fix signal handling for the EDOT Collector. + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/10908 + issue: [] + impact: "" + action: "" + timestamp: 1761917853 + file: + name: 1761917853-fix-otel-signal-handling.yaml + checksum: 678e580a5cf5964461f6ce2876136a0bb3cfd1b6 + - kind: bug-fix + summary: Reload agent binary source settings as configured in Fleet. + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/10993 + issue: [] + impact: "" + action: "" + timestamp: 1762196103 + file: + name: 1762196103-recreate-artifactdownloader-with-updated-settings.yaml + checksum: 1a2db4c24fdabe78a4cdcd949b38918c4951bd7d diff --git a/changelog/fragments/1760996949-helm-bool.yaml b/changelog/fragments/1760996949-helm-bool.yaml deleted file mode 100644 index 3b8c4f06781..00000000000 --- a/changelog/fragments/1760996949-helm-bool.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# 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: bug-fix - -# Change summary; a 80ish characters long description of the change. -summary: Fix quoting of boolean values in Helm charts. - -# 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/owner/repo/1234 - -# 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/owner/repo/1234 diff --git a/changelog/fragments/1761679059-move-component-workdir-coordinator.yaml b/changelog/fragments/1761679059-move-component-workdir-coordinator.yaml deleted file mode 100644 index b006fbafd51..00000000000 --- a/changelog/fragments/1761679059-move-component-workdir-coordinator.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# 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: bug-fix - -# Change summary; a 80ish characters long description of the change. -summary: Fix issue where switching to OTEL runtime would cause data to be re-ingested - -# 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/owner/repo/1234 - -# 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/owner/repo/1234 diff --git a/changelog/fragments/1761917853-fix-otel-signal-handling.yaml b/changelog/fragments/1761917853-fix-otel-signal-handling.yaml deleted file mode 100644 index 991fad87946..00000000000 --- a/changelog/fragments/1761917853-fix-otel-signal-handling.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# 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: bug-fix - -# Change summary; a 80ish characters long description of the change. -summary: Fix signal handling for the EDOT Collector - -# 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/owner/repo/1234 - -# 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/owner/repo/1234 diff --git a/changelog/fragments/1762196103-recreate-artifactdownloader-with-updated-settings.yaml b/changelog/fragments/1762196103-recreate-artifactdownloader-with-updated-settings.yaml deleted file mode 100644 index c637bc5b2d5..00000000000 --- a/changelog/fragments/1762196103-recreate-artifactdownloader-with-updated-settings.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# REQUIRED -# 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: bug-fix - -# REQUIRED for all kinds -# Change summary; a 80ish characters long description of the change. -summary: Reload agent binary source settings as configured in Fleet - -# REQUIRED for breaking-change, deprecation, known-issue -# Long description; in case the summary is not enough to describe the change -# this field accommodate a description without length limits. -# description: - -# REQUIRED for breaking-change, deprecation, known-issue -# impact: - -# REQUIRED for breaking-change, deprecation, known-issue -# action: - -# REQUIRED for all kinds -# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc. -component: elastic-agent - -# AUTOMATED -# OPTIONAL to manually add other PR URLs -# PR URL: A link the PR 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/owner/repo/1234 - -# AUTOMATED -# OPTIONAL to manually add other issue URLs -# 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/owner/repo/1234