Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.12] Add Fleet & Agent 8.12.2 Release Notes (backport #939) #945

Merged
merged 1 commit into from
Feb 22, 2024
Merged
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
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@

This section summarizes the changes in each release.

* <<release-notes-8.12.2>>
* <<release-notes-8.12.1>>
* <<release-notes-8.12.0>>

@@ -22,6 +23,34 @@ Also see:
* {kibana-ref}/release-notes.html[{kib} release notes]
* {beats-ref}/release-notes.html[{beats} release notes]

// begin 8.12.2 relnotes

[[release-notes-8.12.2]]
== {fleet} and {agent} 8.12.2

Review important information about {fleet-server} and {agent} for the 8.12.2 release.

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

{fleet}::
* Fix a popover about inactive agents not being dismissible. ({kibana-pull}176929[#176929])
* Fix logstash output being link:https://www.rfc-editor.org/rfc/rfc952[RFC-952] compliant. ({kibana-pull}176298[#176298])
* Fix assets being unintentionally moved to the default space during Fleet setup. ({kibana-pull}176173[#176173])
* Fix categories labels in integration overview. ({kibana-pull}176141[#176141])
* Fix the ability to delete agent policies with inactive agents from UI, the inactive agents need to be unenrolled first. ({kibana-pull}175815[#175815])

{fleet-server}::
* Fix a bug where agents were stuck in a non-upgradeable state after upgrade. This resolves the <<known-issue-3263-8121,known issue>> that affected versions 8.12.0 and 8.12.1. {fleet-server-pull}3264[#3264] {fleet-server-issue}3263[#3263]

{agent}::
* On Windows, make sure the {agent} service is stopped before uninstalling. {agent-pull}4224[#4224] {agent-issue}4164[#4164]

* Fix {agent} download settings like proxy_url not being respected when download upgrade signature artifact signature files. {agent-pull}4270[#4270] {agent-issue}4237[#4237]

// end 8.12.2 relnotes

// begin 8.12.1 relnotes

[[release-notes-8.12.1]]