Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions changelog/9.5.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
version: 9.5.1
entries:
- kind: security
summary: Anchor artifact authorization on enrollment-derived policy ID
description: ""
component: fleet-server
pr:
- https://github.com/elastic/fleet-server/pull/7503
issue: []
impact: ""
action: ""
timestamp: 1753776000
file:
name: 1753776000-artifact-authz-policy-id.yaml
checksum: 95d2da33af5c726db2445fa8e5f522f0198eb391
- kind: security
summary: Treat output names as parameters in Elasticsearch update scripts
description: ""
component: fleet-server
pr:
- https://github.com/elastic/fleet-server/pull/7528
issue: []
impact: ""
action: ""
timestamp: 1785505460
file:
name: 1785505460-parameterize-output-painless-scripts.yaml
checksum: bbf0031cb9a16726b0cb08b07d2c3ba47db8d8e4
- kind: bug-fix
summary: Retain output API key secrets when agent document updates fail
description: |
Fleet Server no longer deletes a newly created output API key secret when the
corresponding agent document update returns an error. Elasticsearch may have
committed an update even when the client times out waiting for its response;
deleting the secret in that case leaves the agent with a dangling reference.
component: fleet-server
pr:
- https://github.com/elastic/fleet-server/pull/7533
issue: []
impact: ""
action: ""
timestamp: 1785539200
file:
name: 1785539200-retain-output-secret-on-agent-update-failure.yaml
checksum: c1af6222145fa524c30a68bd2df623aab45c4480
- kind: bug-fix
summary: Fix spurious resolveSeqNo errors on check-in when .fleet-actions index does not exist
description: ""
component: fleet-server
pr:
- https://github.com/elastic/fleet-server/pull/7548
issue: []
impact: ""
action: ""
timestamp: 1785788555
file:
name: 1785788555-token-resolver-index-not-found.yaml
checksum: 83f180df4d44010edb38dfcf98d91ced4811cbb2

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 3 additions & 0 deletions docs/release-notes/_snippets/9.5.1/breaking-changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 9.5.1 [fleet-server-9.5.1-breaking-changes]

_No breaking changes._
3 changes: 3 additions & 0 deletions docs/release-notes/_snippets/9.5.1/deprecations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 9.5.1 [fleet-server-9.5.1-deprecations]

_No deprecations._
20 changes: 20 additions & 0 deletions docs/release-notes/_snippets/9.5.1/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## 9.5.1 [fleet-server-release-notes-9.5.1]





### Fixes [fleet-server-9.5.1-fixes]


* Anchor artifact authorization on enrollment-derived policy ID. [#7503](https://github.com/elastic/fleet-server/pull/7503)
* Treat output names as parameters in Elasticsearch update scripts. [#7528](https://github.com/elastic/fleet-server/pull/7528)
* Retain output API key secrets when agent document updates fail. [#7533](https://github.com/elastic/fleet-server/pull/7533)

Fleet Server no longer deletes a newly created output API key secret when the
corresponding agent document update returns an error. Elasticsearch may have

Check notice on line 15 in docs/release-notes/_snippets/9.5.1/index.md

View workflow job for this annotation

GitHub Actions / build / vale

Elastic.WordChoice: Consider using 'can, might' instead of 'may', unless the term is in the UI.
committed an update even when the client times out waiting for its response;

Check notice on line 16 in docs/release-notes/_snippets/9.5.1/index.md

View workflow job for this annotation

GitHub Actions / build / vale

Elastic.Semicolons: Use semicolons judiciously.
deleting the secret in that case leaves the agent with a dangling reference.

* Fix spurious resolveSeqNo errors on check-in when .fleet-actions index does not exist. [#7548](https://github.com/elastic/fleet-server/pull/7548)

3 changes: 3 additions & 0 deletions docs/release-notes/_snippets/breaking-changes/9.5.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{include} /release-notes/_snippets/9.5.1/breaking-changes.md
:::

:::{include} /release-notes/_snippets/9.5.0/breaking-changes.md
:::

3 changes: 3 additions & 0 deletions docs/release-notes/_snippets/deprecations/9.5.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{include} /release-notes/_snippets/9.5.1/deprecations.md
:::

:::{include} /release-notes/_snippets/9.5.0/deprecations.md
:::

3 changes: 3 additions & 0 deletions docs/release-notes/_snippets/index/9.5.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
:::{include} /release-notes/_snippets/9.5.1/index.md
:::

:::{include} /release-notes/_snippets/9.5.0/index.md
:::

Loading