diff --git a/changelog/8.17.9.asciidoc b/changelog/8.17.9.asciidoc new file mode 100644 index 00000000000..e0341ce8de3 --- /dev/null +++ b/changelog/8.17.9.asciidoc @@ -0,0 +1,19 @@ +// begin 8.17.9 relnotes + +[[release-notes-8.17.9]] +== 8.17.9 + +Review important information about the 8.17.9 release. +[discrete] +[[bug-fixes-8.17.9]] +=== Bug fixes + + +elastic-agent:: + +* Remove Incorrect Logging That Unprivileged Installations Are In Beta. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/8715[#https://github.com/elastic/elastic-agent/pull/8715] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/8689[#https://github.com/elastic/elastic-agent/issues/8689] +* Ensure Standalone Elastic Agent Uses Log Level From Configuration Instead Of Persisted State. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/8784[#https://github.com/elastic/elastic-agent/pull/8784] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/8137[#https://github.com/elastic/elastic-agent/issues/8137] +* Resolve Deadlocks In Runtime Checkin Communication. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/8881[#https://github.com/elastic/elastic-agent/pull/8881] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/7944[#https://github.com/elastic/elastic-agent/issues/7944] +* Removed Init.d Support From Rpm Packages. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/8896[#https://github.com/elastic/elastic-agent/pull/8896] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/8840[#https://github.com/elastic/elastic-agent/issues/8840] + +// end 8.17.9 relnotes diff --git a/changelog/8.17.9.yaml b/changelog/8.17.9.yaml new file mode 100644 index 00000000000..a090a3f962e --- /dev/null +++ b/changelog/8.17.9.yaml @@ -0,0 +1,61 @@ +version: 8.17.9 +entries: + - kind: other + summary: Upgrade Synthetics NodeJS version to latest LTS v20. + description: "" + component: heartbeat + pr: + - https://github.com/elastic/elastic-agent/pull/8712 + issue: [] + timestamp: 1751029489 + file: + name: 1751029489-synth-upgra-node-v20.yaml + checksum: 26a735a19317db577652eea4bb1f3e863212da81 + - kind: bug-fix + summary: Remove incorrect logging that unprivileged installations are in beta. + description: 'Unprivileged installations went GA in 8.15.0: https://www.elastic.co/docs/reference/fleet/elastic-agent-unprivileged' + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/8715 + issue: + - https://github.com/elastic/elastic-agent/issues/8689 + timestamp: 1751037802 + file: + name: 1751037802-Stop-logging-that-unprivileged-installations-are-in-beta.yaml + checksum: 2c2f731f90638eaf61e8ec021ce3c4dd8885ff3a + - kind: bug-fix + summary: Ensure standalone Elastic Agent uses log level from configuration instead of persisted state. + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/8784 + issue: + - https://github.com/elastic/elastic-agent/issues/8137 + timestamp: 1751455886 + file: + name: 1751455886-correct-log-level-for-standalone-agents.yaml + checksum: e954db0ba6e1738e3d425cf3c8110a40c296a013 + - kind: bug-fix + summary: Resolve deadlocks in runtime checkin communication. + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/8881 + issue: + - https://github.com/elastic/elastic-agent/issues/7944 + timestamp: 1751960319 + file: + name: 1751960319-fix-blocking-issues-inside-runtime-communicator.yaml + checksum: d288cc7474997883bc2a9118b2abf150126c9d8c + - kind: bug-fix + summary: Removed init.d support from RPM packages. + description: "" + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/8896 + issue: + - https://github.com/elastic/elastic-agent/issues/8840 + timestamp: 1752049251 + file: + name: 1752049251-Fixed-SUSE-installation-from-RPM.yaml + checksum: bb9eba27e2dfa5885a2abd6140ea506d143b21f5 diff --git a/changelog/fragments/1751029489-synth-upgra-node-v20.yaml b/changelog/fragments/1751029489-synth-upgra-node-v20.yaml deleted file mode 100644 index 0e2a83d1728..00000000000 --- a/changelog/fragments/1751029489-synth-upgra-node-v20.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: other - -# Change summary; a 80ish characters long description of the change. -summary: Upgrade Synthetics NodeJS version to latest LTS v20. - -# 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: heartbeat - -# 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/8712 - -# 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/1751037802-Stop-logging-that-unprivileged-installations-are-in-beta.yaml b/changelog/fragments/1751037802-Stop-logging-that-unprivileged-installations-are-in-beta.yaml deleted file mode 100644 index 67ffdf7c95f..00000000000 --- a/changelog/fragments/1751037802-Stop-logging-that-unprivileged-installations-are-in-beta.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: Remove incorrect logging that unprivileged installations are in beta. - -# 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: "Unprivileged installations went GA in 8.15.0: https://www.elastic.co/docs/reference/fleet/elastic-agent-unprivileged" - -# 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/8715 - -# 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/elastic-agent/issues/8689 diff --git a/changelog/fragments/1751455886-correct-log-level-for-standalone-agents.yaml b/changelog/fragments/1751455886-correct-log-level-for-standalone-agents.yaml deleted file mode 100644 index fccd604fdd8..00000000000 --- a/changelog/fragments/1751455886-correct-log-level-for-standalone-agents.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: bug-fix -summary: Ensure standalone Elastic Agent uses log level from configuration instead of persisted state -component: elastic-agent -pr: https://github.com/elastic/elastic-agent/pull/8784 -issue: https://github.com/elastic/elastic-agent/issues/8137 diff --git a/changelog/fragments/1751960319-fix-blocking-issues-inside-runtime-communicator.yaml b/changelog/fragments/1751960319-fix-blocking-issues-inside-runtime-communicator.yaml deleted file mode 100644 index 8751505a6c0..00000000000 --- a/changelog/fragments/1751960319-fix-blocking-issues-inside-runtime-communicator.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: bug-fix -summary: Resolve deadlocks in runtime checkin communication -component: elastic-agent -pr: https://github.com/elastic/elastic-agent/pull/8881 -issue: https://github.com/elastic/elastic-agent/issues/7944 diff --git a/changelog/fragments/1752049251-Fixed-SUSE-installation-from-RPM.yaml b/changelog/fragments/1752049251-Fixed-SUSE-installation-from-RPM.yaml deleted file mode 100644 index afa59a65dfc..00000000000 --- a/changelog/fragments/1752049251-Fixed-SUSE-installation-from-RPM.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: Removed init.d support from RPM packages - -# 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/8896 - -# 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/elastic-agent/issues/8840