diff --git a/changelog/8.19.8.asciidoc b/changelog/8.19.8.asciidoc new file mode 100644 index 00000000000..9e58597b0d4 --- /dev/null +++ b/changelog/8.19.8.asciidoc @@ -0,0 +1,41 @@ +// begin 8.19.8 relnotes + +[[release-notes-8.19.8]] +== 8.19.8 + +Review important information about the 8.19.8 release. + +[discrete] +[[security-updates-8.19.8]] +=== Security updates + + + + +* Redact secrets in slices. https://github.com/elastic/elastic-agent/pull/11271[#11271] + + + + + + + + + + + + + + +[discrete] +[[bug-fixes-8.19.8]] +=== Bug fixes + + + + +* Fix filesource provider to work with kubernetes secret mounts. https://github.com/elastic/elastic-agent/pull/11050[#11050] +* Ensure the monitoring input for the Otel collector can only run inside the collector. https://github.com/elastic/elastic-agent/pull/11204[#11204] +* Fix a fatal startup error in Beats Receivers caused by truncation of long UTF-8 hostnames. https://github.com/elastic/elastic-agent/pull/11285[#11285] + +// end 8.19.8 relnotes diff --git a/changelog/8.19.8.yaml b/changelog/8.19.8.yaml new file mode 100644 index 00000000000..2329c7cfee9 --- /dev/null +++ b/changelog/8.19.8.yaml @@ -0,0 +1,51 @@ +version: 8.19.8 +entries: + - kind: bug-fix + summary: fix filesource provider to work with kubernetes secret mounts + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/11050 + impact: "" + action: "" + timestamp: 1762438673 + file: + name: 1762438673-fix-filesource-provider-to-work-with-kubernetes-secret-mounts.yaml + checksum: 58035340e8d1722d9846474f8795d559a68aaa65 + - kind: bug-fix + summary: Ensure the monitoring input for the Otel collector can only run inside the collector. + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/11204 + impact: "" + action: "" + timestamp: 1763382303 + file: + name: 1763382303-prometheus-otel-self-monitoring.yaml + checksum: f038289f8c342a4421f337e49f35b9c3a683a46a + - kind: security + summary: Redact secrets in slices + description: Redact secrets in conifg and component files found in the diagnostics archive that occur within slices. + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/11271 + issue: [] + impact: "" + action: "" + timestamp: 1763589181 + file: + name: 1763589181-Redact-secrets-in-slices.yaml + checksum: d9c041559d60973ff9ef8a52616f0e6d21068db7 + - kind: bug-fix + summary: Fix a fatal startup error in Beats Receivers caused by truncation of long UTF-8 hostnames + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/11285 + impact: "" + action: "" + timestamp: 1763643582 + file: + name: 1763643582-fix-fatal-startup-error-beats-receivers-utf8-hostname.yaml + checksum: b5fdea3654facbfbb5c2055494f10390a1309558 diff --git a/changelog/fragments/1762438673-fix-filesource-provider-to-work-with-kubernetes-secret-mounts.yaml b/changelog/fragments/1762438673-fix-filesource-provider-to-work-with-kubernetes-secret-mounts.yaml deleted file mode 100644 index 872812e9cab..00000000000 --- a/changelog/fragments/1762438673-fix-filesource-provider-to-work-with-kubernetes-secret-mounts.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: fix filesource provider to work with kubernetes secret mounts - -# 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 diff --git a/changelog/fragments/1763382303-prometheus-otel-self-monitoring.yaml b/changelog/fragments/1763382303-prometheus-otel-self-monitoring.yaml deleted file mode 100644 index 46dd652f3fa..00000000000 --- a/changelog/fragments/1763382303-prometheus-otel-self-monitoring.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: Ensure the monitoring input for the Otel collector can only run inside the 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/1763589181-Redact-secrets-in-slices.yaml b/changelog/fragments/1763589181-Redact-secrets-in-slices.yaml deleted file mode 100644 index 9b751ca088b..00000000000 --- a/changelog/fragments/1763589181-Redact-secrets-in-slices.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: security - -# Change summary; a 80ish characters long description of the change. -summary: Redact secrets in slices - -# 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: Redact secrets in conifg and component files found in the diagnostics archive that occur within slices. - -# 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/11271 - -# 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/1763643582-fix-fatal-startup-error-beats-receivers-utf8-hostname.yaml b/changelog/fragments/1763643582-fix-fatal-startup-error-beats-receivers-utf8-hostname.yaml deleted file mode 100644 index bb4f5dce65f..00000000000 --- a/changelog/fragments/1763643582-fix-fatal-startup-error-beats-receivers-utf8-hostname.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: Fix a fatal startup error in Beats Receivers caused by truncation of long UTF-8 hostnames - -# 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