From 4dd46cd9917cc6a5cbfd9ab1cdfb01f6ecfe9cf4 Mon Sep 17 00:00:00 2001 From: Pierre HILBERT Date: Sun, 9 Nov 2025 09:39:02 +0100 Subject: [PATCH] Changelog for 8.19.7 --- changelog/8.19.7.asciidoc | 33 +++++++++++++ changelog/8.19.7.yaml | 31 ++++++++++++ ...kin-local_metadata-from-being-updated.yaml | 48 ------------------- ...s-field-prevents-agent-authentication.yaml | 45 ----------------- 4 files changed, 64 insertions(+), 93 deletions(-) create mode 100644 changelog/8.19.7.asciidoc create mode 100644 changelog/8.19.7.yaml delete mode 100644 changelog/fragments/1762210175-fix-issue-prevent-checkin-local_metadata-from-being-updated.yaml delete mode 100644 changelog/fragments/1762447389-fix-issue-where-malformed-components-field-prevents-agent-authentication.yaml diff --git a/changelog/8.19.7.asciidoc b/changelog/8.19.7.asciidoc new file mode 100644 index 0000000000..80860b9f4a --- /dev/null +++ b/changelog/8.19.7.asciidoc @@ -0,0 +1,33 @@ +// 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 issue prevent checkin local_metadata from being updated. https://github.com/elastic/fleet-server/pull/5824[#5824] +* Fix issue where malformed components field prevents agent authentication. https://github.com/elastic/fleet-server/pull/5858[#5858] + +// end 8.19.7 relnotes diff --git a/changelog/8.19.7.yaml b/changelog/8.19.7.yaml new file mode 100644 index 0000000000..d1c276977f --- /dev/null +++ b/changelog/8.19.7.yaml @@ -0,0 +1,31 @@ +version: 8.19.7 +entries: + - kind: bug-fix + summary: Fix issue prevent checkin local_metadata from being updated. + description: | + Once an Elastic Agent is marked with audit unenrolled Fleet Server fails to update the document in + Elasticsearch when it checks in. This fixes that issue an now the Fleet Server will be able to update the + document in Elasticsearch reflecting the actual status of the Elastic Agent. + component: fleet-server + pr: + - https://github.com/elastic/fleet-server/pull/5824 + issue: [] + impact: "" + action: "" + timestamp: 1762210175 + file: + name: 1762210175-fix-issue-prevent-checkin-local_metadata-from-being-updated.yaml + checksum: 27de39080457cd252bfbeaa067a1a3e76cd32cc7 + - kind: bug-fix + summary: Fix issue where malformed components field prevents agent authentication. + description: "" + component: fleet-server + pr: + - https://github.com/elastic/fleet-server/pull/5858 + issue: [] + impact: "" + action: "" + timestamp: 1762447389 + file: + name: 1762447389-fix-issue-where-malformed-components-field-prevents-agent-authentication.yaml + checksum: 4bda681dfd6bbbfa4cc4bd1d511d56a74dfc87cf diff --git a/changelog/fragments/1762210175-fix-issue-prevent-checkin-local_metadata-from-being-updated.yaml b/changelog/fragments/1762210175-fix-issue-prevent-checkin-local_metadata-from-being-updated.yaml deleted file mode 100644 index a54826e420..0000000000 --- a/changelog/fragments/1762210175-fix-issue-prevent-checkin-local_metadata-from-being-updated.yaml +++ /dev/null @@ -1,48 +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 issue prevent checkin local_metadata from being updated - -# 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: | - Once an Elastic Agent is marked with audit unenrolled Fleet Server fails to update the document in - Elasticsearch when it checks in. This fixes that issue an now the Fleet Server will be able to update the - document in Elasticsearch reflecting the actual status of the Elastic Agent. - -# 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: fleet-server - -# 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/1762447389-fix-issue-where-malformed-components-field-prevents-agent-authentication.yaml b/changelog/fragments/1762447389-fix-issue-where-malformed-components-field-prevents-agent-authentication.yaml deleted file mode 100644 index 85f2c21709..0000000000 --- a/changelog/fragments/1762447389-fix-issue-where-malformed-components-field-prevents-agent-authentication.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 issue where malformed components field prevents agent authentication - -# 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: fleet-server - -# 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