diff --git a/changelog/9.2.8.yaml b/changelog/9.2.8.yaml new file mode 100644 index 000000000..09206284d --- /dev/null +++ b/changelog/9.2.8.yaml @@ -0,0 +1,15 @@ +version: 9.2.8 +entries: + - kind: enhancement + summary: "Add the `/v1/opamp` endpoint to allow OpAMP clients to connect to Fleet Server." + description: "" + component: fleet-server + pr: + - https://github.com/elastic/fleet-server/pull/6657 + issue: [] + impact: "" + action: "" + timestamp: 1774388797 + file: + name: 1774388797-opamp-ff-default-enabled.yaml + checksum: 31288270c3119fd0e84aed39061353fdae6dbd8d diff --git a/changelog/fragments/1774388797-opamp-ff-default-enabled.yaml b/changelog/fragments/1774388797-opamp-ff-default-enabled.yaml deleted file mode 100644 index 5eb61e92b..000000000 --- a/changelog/fragments/1774388797-opamp-ff-default-enabled.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: enhancement - -# REQUIRED for all kinds -# Change summary; a 80ish characters long description of the change. -summary: Enable OpAMP feature flag by default - -# 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 diff --git a/docs/release-notes/_snippets/9.2.8/breaking-changes.md b/docs/release-notes/_snippets/9.2.8/breaking-changes.md new file mode 100644 index 000000000..96172c966 --- /dev/null +++ b/docs/release-notes/_snippets/9.2.8/breaking-changes.md @@ -0,0 +1,3 @@ +## 9.2.8 [fleet-server-9.2.8-breaking-changes] + +_No breaking changes._ diff --git a/docs/release-notes/_snippets/9.2.8/deprecations.md b/docs/release-notes/_snippets/9.2.8/deprecations.md new file mode 100644 index 000000000..9b832f7fb --- /dev/null +++ b/docs/release-notes/_snippets/9.2.8/deprecations.md @@ -0,0 +1,3 @@ +## 9.2.8 [fleet-server-9.2.8-deprecations] + +_No deprecations._ diff --git a/docs/release-notes/_snippets/9.2.8/index.md b/docs/release-notes/_snippets/9.2.8/index.md new file mode 100644 index 000000000..fa0494b06 --- /dev/null +++ b/docs/release-notes/_snippets/9.2.8/index.md @@ -0,0 +1,11 @@ +## 9.2.8 [fleet-server-release-notes-9.2.8] + + + +### Features and enhancements [fleet-server-9.2.8-features-enhancements] + + +* Add the `/v1/opamp` endpoint to allow OpAMP clients to connect to Fleet Server. [#6657](https://github.com/elastic/fleet-server/pull/6657) + + + diff --git a/docs/release-notes/_snippets/breaking-changes/9.2.md b/docs/release-notes/_snippets/breaking-changes/9.2.md index a828fed14..2e43c589a 100644 --- a/docs/release-notes/_snippets/breaking-changes/9.2.md +++ b/docs/release-notes/_snippets/breaking-changes/9.2.md @@ -1,3 +1,6 @@ +:::{include} /release-notes/_snippets/9.2.8/breaking-changes.md +::: + :::{include} /release-notes/_snippets/9.2.7/breaking-changes.md ::: diff --git a/docs/release-notes/_snippets/deprecations/9.2.md b/docs/release-notes/_snippets/deprecations/9.2.md index 39878e48b..9575ea708 100644 --- a/docs/release-notes/_snippets/deprecations/9.2.md +++ b/docs/release-notes/_snippets/deprecations/9.2.md @@ -1,3 +1,6 @@ +:::{include} /release-notes/_snippets/9.2.8/deprecations.md +::: + :::{include} /release-notes/_snippets/9.2.7/deprecations.md ::: diff --git a/docs/release-notes/_snippets/index/9.2.md b/docs/release-notes/_snippets/index/9.2.md index ddb502bb5..b06933c7e 100644 --- a/docs/release-notes/_snippets/index/9.2.md +++ b/docs/release-notes/_snippets/index/9.2.md @@ -1,3 +1,6 @@ +:::{include} /release-notes/_snippets/9.2.8/index.md +::: + :::{include} /release-notes/_snippets/9.2.7/index.md :::