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
49 changes: 49 additions & 0 deletions changelog/8.19.20.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
// begin 8.19.20 relnotes

[[release-notes-8.19.20]]
== 8.19.20

Review important information about the 8.19.20 release.

[discrete]
[[security-updates-8.19.20]]
=== Security updates




* Treat output names as parameters in Elasticsearch update scripts. https://github.com/elastic/fleet-server/pull/7543[#7543] https://github.com/elastic/fleet-server/issues/7536[#7536]










[discrete]
[[enhancements-8.19.20]]
=== Enhancements




* Bump elastic-agent-libs to v0.46.0 for FIPS 140-3 peer cert key-type enforcement. https://github.com/elastic/fleet-server/pull/7456[#7456] https://github.com/elastic/fleet-server/issues/7536[#7536]




[discrete]
[[bug-fixes-8.19.20]]
=== Bug fixes




* Fix agent enrollment failures caused by 409 version conflicts during `.fleet-agents` primary shard relocation. https://github.com/elastic/fleet-server/pull/7446[#7446]
* Retain output API key secrets when agent document updates fail. https://github.com/elastic/fleet-server/pull/7547[#7547] https://github.com/elastic/fleet-server/issues/7536[#7536]
* Fix spurious resolveSeqNo errors on check-in when .fleet-actions index does not exist. https://github.com/elastic/fleet-server/pull/7548[#7548]

// end 8.19.20 relnotes
78 changes: 78 additions & 0 deletions changelog/8.19.20.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
version: 8.19.20
entries:
- kind: enhancement
summary: Bump elastic-agent-libs to v0.46.0 for FIPS 140-3 peer cert key-type enforcement
description: |
Bump elastic-agent-libs to v0.46.0 which enforces FIPS 140-3 compliant peer
certificate key types across all TLS verification modes. Also set the
fips140=on GODEBUG default in the FIPS binary so it enforces FIPS mode at
runtime, and verify this in the binary FIPS marker check.
component: fleet-server
pr:
- https://github.com/elastic/fleet-server/pull/7456
issue:
- https://github.com/elastic/fleet-server/issues/7536
impact: ""
action: ""
timestamp: 1783518046
file:
name: 1783518046-Bump-elastic-agent-libs-for-FIPS-peer-cert-enforcement.yaml
checksum: 4a10327d1d112aae226e85943d1a9e6d68401369
- kind: bug-fix
summary: Fix agent enrollment failures caused by 409 version conflicts during `.fleet-agents` primary shard relocation
description: ""
component: fleet-server
pr:
- https://github.com/elastic/fleet-server/pull/7446
issue: []
impact: ""
action: ""
timestamp: 1785185160
file:
name: 1785185160-enrollment-version-conflict.yaml
checksum: dfa448208740beda8ed226ca97043992763f791e
- kind: security
summary: Treat output names as parameters in Elasticsearch update scripts
description: ""
component: fleet-server
pr:
- https://github.com/elastic/fleet-server/pull/7543
issue:
- https://github.com/elastic/fleet-server/issues/7536
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/7547
issue:
- https://github.com/elastic/fleet-server/issues/7536
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.

This file was deleted.

Loading