diff --git a/changelog/9.0.6.asciidoc b/changelog/9.0.6.asciidoc new file mode 100644 index 0000000000..bd336df9d2 --- /dev/null +++ b/changelog/9.0.6.asciidoc @@ -0,0 +1,18 @@ +// begin 9.0.6 relnotes + +[[release-notes-9.0.6]] +== 9.0.6 + +Review important information about the 9.0.6 release. + +[discrete] +[[bug-fixes-9.0.6]] +=== Bug fixes + + +fleet-server:: + +* Fix 503 Handling In Enrollment. {fleet-server-pull}https://github.com/elastic/fleet-server/pull/5232[#https://github.com/elastic/fleet-server/pull/5232] {fleet-server-issue}https://github.com/elastic/fleet-server/issues/5197[#https://github.com/elastic/fleet-server/issues/5197] +* Remove Extra Es Search When Preparing Agent Policy. {fleet-server-pull}https://github.com/elastic/fleet-server/pull/5283[#https://github.com/elastic/fleet-server/pull/5283] + +// end 9.0.6 relnotes diff --git a/changelog/9.0.6.yaml b/changelog/9.0.6.yaml new file mode 100644 index 0000000000..4be7a5ac36 --- /dev/null +++ b/changelog/9.0.6.yaml @@ -0,0 +1,25 @@ +version: 9.0.6 +entries: + - kind: bug-fix + summary: Fix 503 handling in enrollment + description: "" + component: fleet-server + pr: + - https://github.com/elastic/fleet-server/pull/5232 + issue: + - https://github.com/elastic/fleet-server/issues/5197 + timestamp: 1754931919 + file: + name: 1754931919-Fix-503-handling-in-enrollment.yaml + checksum: b6c03da0ddbd3a2b4f742d952a5d7178e77a9ac3 + - kind: bug-fix + summary: Remove extra ES search when preparing agent policy + description: "" + component: fleet-server + pr: + - https://github.com/elastic/fleet-server/pull/5283 + issue: [] + timestamp: 1755644662 + file: + name: 1755644662-Remove-extra-ES-search-when-preparing-agent-policy.yaml + checksum: 0814e746cce14762e3d22aeee0c5f6fad0eda38c diff --git a/changelog/fragments/1754931919-Fix-503-handling-in-enrollment.yaml b/changelog/fragments/1754931919-Fix-503-handling-in-enrollment.yaml deleted file mode 100644 index b80bbfb477..0000000000 --- a/changelog/fragments/1754931919-Fix-503-handling-in-enrollment.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: Fix 503 handling in enrollment - -# 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: fleet-server - -# 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/fleet-server/pull/5232 - -# 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/fleet-server/issues/5197 diff --git a/changelog/fragments/1755644662-Remove-extra-ES-search-when-preparing-agent-policy.yaml b/changelog/fragments/1755644662-Remove-extra-ES-search-when-preparing-agent-policy.yaml deleted file mode 100644 index 32ff8e521b..0000000000 --- a/changelog/fragments/1755644662-Remove-extra-ES-search-when-preparing-agent-policy.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 extra ES search when preparing agent policy - -# 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: fleet-server - -# 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/fleet-server/pull/5283 - -# 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