diff --git a/changelog/8.19.12.asciidoc b/changelog/8.19.12.asciidoc new file mode 100644 index 00000000000..e00d8ee331a --- /dev/null +++ b/changelog/8.19.12.asciidoc @@ -0,0 +1,24 @@ +// begin 8.19.12 relnotes + +[[release-notes-8.19.12]] +== 8.19.12 + +Review important information about the 8.19.12 release. + +[discrete] +[[enhancements-8.19.12]] +=== Enhancements + + +* Update OTel Collector components to v0.144.0/v1.50.0. https://github.com/elastic/elastic-agent/pull/12735[#12735] + + +[discrete] +[[bug-fixes-8.19.12]] +=== Bug fixes + + +* Adds a missing dependency for Synthetics on wolfi docker image. https://github.com/elastic/elastic-agent/pull/12453[#12453] +* Ensure otel collector health check requests reuse the TCP connection. https://github.com/elastic/elastic-agent/pull/12517[#12517] + +// end 8.19.12 relnotes diff --git a/changelog/8.19.12.yaml b/changelog/8.19.12.yaml new file mode 100644 index 00000000000..98d97df61ea --- /dev/null +++ b/changelog/8.19.12.yaml @@ -0,0 +1,41 @@ +version: 8.19.12 +entries: + - kind: bug-fix + summary: Adds a missing dependency for Synthetics on wolfi docker image + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/12453 + issue: [] + impact: "" + action: "" + timestamp: 1769621019 + file: + name: 1769621019-synthetics-add-playwright-dependency-on-wolfi.yaml + checksum: 2bfe5a207cb383c59b53cd8a304403fce8c8b0e7 + - kind: bug-fix + summary: Ensure otel collector health check requests reuse the TCP connection + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/12517 + issue: [] + impact: "" + action: "" + timestamp: 1769802977 + file: + name: 1769802977-fix-otel-healthcheck.yaml + checksum: a68e4673e42829bb088d56675373f0ceb497fd10 + - kind: enhancement + summary: Update OTel Collector components to v0.144.0/v1.50.0 + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/12735 + issue: [] + impact: "" + action: "" + timestamp: 1770896223 + file: + name: 1770896223-update-otel-to-01440.yaml + checksum: 98f58a388bf39a58b64da82ef8d37960fbcc3773 diff --git a/changelog/fragments/1769621019-synthetics-add-playwright-dependency-on-wolfi.yaml b/changelog/fragments/1769621019-synthetics-add-playwright-dependency-on-wolfi.yaml deleted file mode 100644 index 14cf6bf074c..00000000000 --- a/changelog/fragments/1769621019-synthetics-add-playwright-dependency-on-wolfi.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: Adds a missing dependency for Synthetics on wolfi docker image - -# 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/1769802977-fix-otel-healthcheck.yaml b/changelog/fragments/1769802977-fix-otel-healthcheck.yaml deleted file mode 100644 index 60b60edee8c..00000000000 --- a/changelog/fragments/1769802977-fix-otel-healthcheck.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 otel collector health check requests reuse the TCP connection - -# 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