diff --git a/changelog/8.10.4.asciidoc b/changelog/8.10.4.asciidoc new file mode 100644 index 00000000000..c90c893231a --- /dev/null +++ b/changelog/8.10.4.asciidoc @@ -0,0 +1,53 @@ +// begin 8.10.4 relnotes + +[[release-notes-8.10.4]] +== 8.10.4 + +Review important information about the 8.10.4 release. + + + +[discrete] +[[breaking-changes-8.10.4]] +=== Breaking changes + +Breaking changes can prevent your application from optimal operation and +performance. Before you upgrade, review the breaking changes, then mitigate the +impact to your application. + +// TODO: add details and impact + +elastic-agent:: + +[discrete] +[[breaking-https://github.com/elastic/elastic-agent/pull/3591]] +.Elastic-Agent-Autodiscover To V0.6.4. Disables Metadata For Deployment And Cronjob. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3591[#https://github.com/elastic/elastic-agent/pull/3591] +[%collapsible] +==== +Elastic-agent-autodiscover library by default comes with add_resource_metadata.deployment=false and add_resource_metadata.cronjob=false. Pods that will be created from deployments or cronjobs will not have the extra metadata field for kubernetes.deployment or kubernetes.cronjob respectively. +==== + + + + + +[discrete] +[[new-features-8.10.4]] +=== New features + +The 8.10.4 release adds the following new and notable features. + + +elastic-agent:: + +* Secondary Fallback For Package Signature Verification. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3453[#https://github.com/elastic/elastic-agent/pull/3453] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/3264[#https://github.com/elastic/elastic-agent/issues/3264] ++ +Ability to upgrade securely in air-gapped environment where fleet server is the only reachable URI. + + + + + + + +// end 8.10.4 relnotes diff --git a/changelog/8.10.4.yaml b/changelog/8.10.4.yaml new file mode 100644 index 00000000000..a397d32526b --- /dev/null +++ b/changelog/8.10.4.yaml @@ -0,0 +1,25 @@ +version: 8.10.4 +entries: + - kind: feature + summary: Secondary fallback for package signature verification + description: Ability to upgrade securely in air-gapped environment where fleet server is the only reachable URI. + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/3453 + issue: + - https://github.com/elastic/elastic-agent/issues/3264 + timestamp: 1695289867 + file: + name: 1695289867-Secondary-fallback-for-package-signature-verification.yaml + checksum: 8f8c39d9eef2f5b6922353bcab9c4ee1b74b1378 + - kind: breaking-change + summary: Elastic-agent-autodiscover to v0.6.4. Disables metadata for deployment and cronjob + description: Elastic-agent-autodiscover library by default comes with add_resource_metadata.deployment=false and add_resource_metadata.cronjob=false. Pods that will be created from deployments or cronjobs will not have the extra metadata field for kubernetes.deployment or kubernetes.cronjob respectively. + component: elastic-agent + pr: + - https://github.com/elastic/elastic-agent/pull/3591 + issue: [] + timestamp: 1697102363 + file: + name: 1697102363-updating_agentautodiscovery_810.yaml + checksum: fe9015185dc4d3fe85f9c2ebf9f47e64e26fc67d diff --git a/changelog/fragments/1695289867-Secondary-fallback-for-package-signature-verification.yaml b/changelog/fragments/1695289867-Secondary-fallback-for-package-signature-verification.yaml deleted file mode 100644 index 07c8c4e5cf8..00000000000 --- a/changelog/fragments/1695289867-Secondary-fallback-for-package-signature-verification.yaml +++ /dev/null @@ -1,31 +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: feature - -# Change summary; a 80ish characters long description of the change. -summary: Secondary fallback for package signature verification - -# Long description; in case the summary is not enough to describe the change -# this field accommodate a description without length limits. -description: Ability to upgrade securely in Air gapped environment where fleet server is the only reachable URI. - -# Affected component; a word indicating the component this changeset affects. -component: elastic-agent - -# PR number; 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/3453 - -# Issue number; 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/3264 diff --git a/changelog/fragments/1697102363-updating_agentautodiscovery_810.yaml b/changelog/fragments/1697102363-updating_agentautodiscovery_810.yaml deleted file mode 100644 index bdfb0a804ee..00000000000 --- a/changelog/fragments/1697102363-updating_agentautodiscovery_810.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: breaking-change - -# Change summary; a 80ish characters long description of the change. -summary: Elastic-agent-autodiscover to v0.6.4. Disables metadata for deployment and cronjob - -# 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: Elastic-agent-autodiscover library by default comes with add_resource_metadata.deployment=false and add_resource_metadata.cronjob=false. Pods that will be created from deployments or cronjobs will not have the extra metadata field for kubernetes.deployment or kubernetes.cronjob respectively. - -# 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/3591 - -# 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