diff --git a/changelog/9.2.6.yaml b/changelog/9.2.6.yaml new file mode 100644 index 0000000000..d38ebe58a7 --- /dev/null +++ b/changelog/9.2.6.yaml @@ -0,0 +1,15 @@ +version: 9.2.6 +entries: + - kind: enhancement + summary: Update Go version to v1.25.7. + description: "" + component: fleet-server + pr: + - https://github.com/elastic/fleet-server/pull/6322 + issue: [] + impact: "" + action: "" + timestamp: 1770756663 + file: + name: 1770756663-bump-golang-1.25.7.yaml + checksum: 068601938f452bb3bf49776879a584eba9222766 diff --git a/changelog/fragments/1770756663-bump-golang-1.25.7.yaml b/changelog/fragments/1770756663-bump-golang-1.25.7.yaml deleted file mode 100644 index 4376cbb47a..0000000000 --- a/changelog/fragments/1770756663-bump-golang-1.25.7.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: enhancement - -# Change summary; a 80ish characters long description of the change. -summary: Update Go version to v1.25.7. - -# 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/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 diff --git a/docs/release-notes/_snippets/9.2.6/breaking-changes.md b/docs/release-notes/_snippets/9.2.6/breaking-changes.md new file mode 100644 index 0000000000..59007d4c1c --- /dev/null +++ b/docs/release-notes/_snippets/9.2.6/breaking-changes.md @@ -0,0 +1,3 @@ +## 9.2.6 [fleet-server-9.2.6-breaking-changes] + +_No breaking changes._ diff --git a/docs/release-notes/_snippets/9.2.6/deprecations.md b/docs/release-notes/_snippets/9.2.6/deprecations.md new file mode 100644 index 0000000000..e3f476871c --- /dev/null +++ b/docs/release-notes/_snippets/9.2.6/deprecations.md @@ -0,0 +1,3 @@ +## 9.2.6 [fleet-server-9.2.6-deprecations] + +_No deprecations._ diff --git a/docs/release-notes/_snippets/9.2.6/index.md b/docs/release-notes/_snippets/9.2.6/index.md new file mode 100644 index 0000000000..3a9e7ee7d9 --- /dev/null +++ b/docs/release-notes/_snippets/9.2.6/index.md @@ -0,0 +1,11 @@ +## 9.2.6 [fleet-server-release-notes-9.2.6] + + + +### Features and enhancements [fleet-server-9.2.6-features-enhancements] + + +* Update Go to v1.25.7. [#6322](https://github.com/elastic/fleet-server/pull/6322) + + + diff --git a/docs/release-notes/_snippets/breaking-changes/9.2.md b/docs/release-notes/_snippets/breaking-changes/9.2.md index 75bbc9a635..7ad8f22e60 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.6/breaking-changes.md +::: + :::{include} /release-notes/_snippets/9.2.5/breaking-changes.md ::: diff --git a/docs/release-notes/_snippets/deprecations/9.2.md b/docs/release-notes/_snippets/deprecations/9.2.md index f95ccee30b..cd57b7abce 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.6/deprecations.md +::: + :::{include} /release-notes/_snippets/9.2.5/deprecations.md ::: diff --git a/docs/release-notes/_snippets/index/9.2.md b/docs/release-notes/_snippets/index/9.2.md index 2090dd5f22..cad84180e2 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.6/index.md +::: + :::{include} /release-notes/_snippets/9.2.5/index.md :::