You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/en/ingest-management/release-notes/release-notes-8.12.asciidoc
+111
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,50 @@ So, if you are relying on an integration level custom ingest pipeline introduced
132
132
Refer to the <<data-streams-pipelines,Ingest pipelines>> documentation for details and examples.
133
133
====
134
134
135
+
[discrete]
136
+
[[known-issues-8.12.1]]
137
+
=== Known issues
138
+
139
+
[[known-issue-3263-8121]]
140
+
.Agents upgraded to 8.12.0 are stuck in a non-upgradeable state
141
+
[%collapsible]
142
+
====
143
+
144
+
*Details*
145
+
146
+
An issue discovered in {fleet-server} prevents {agents} that have been upgraded to version 8.12.0 from being upgraded again, using the {fleet} UI, to version 8.12.1 or higher.
147
+
148
+
*Impact* +
149
+
150
+
As a workaround, we recommend you to use the {kib} {fleet} API to upgrade these agents using the `force` flag.
151
+
152
+
To upgrade a single {agent}:
153
+
154
+
[source,"shell"]
155
+
----
156
+
POST kbn:/api/fleet/agents/<agent_id>/upgrade
157
+
{
158
+
"version": "8.12.1",
159
+
"force": true
160
+
}
161
+
----
162
+
163
+
To bulk upgrade a set of {agents}:
164
+
165
+
[source,"shell"]
166
+
----
167
+
POST kbn:/api/fleet/agents/bulk_upgrade
168
+
{
169
+
"agents": "agent.version:8.12.0",
170
+
"version": "8.12.1",
171
+
"force": true
172
+
}
173
+
----
174
+
175
+
This issue is planned to be fixed in versions 8.12.2 and 8.13.0.
176
+
177
+
====
178
+
135
179
[discrete]
136
180
[[bug-fixes-8.12.1]]
137
181
=== Bug fixes
@@ -405,6 +449,73 @@ Note that according to our <<agent-policy-scaling-recommendations,policy scaling
405
449
406
450
====
407
451
452
+
[[known-issue-3263-8120]]
453
+
.Agents upgraded to 8.12.0 are stuck in a non-upgradeable state
454
+
[%collapsible]
455
+
====
456
+
457
+
*Details*
458
+
459
+
An issue discovered in {fleet-server} prevents {agents} that have been upgraded to version 8.12.0 from being upgraded again, using the {fleet} UI, to version 8.12.1 or higher.
460
+
461
+
This issue is planned to be fixed in versions 8.12.2 and 8.13.0.
462
+
463
+
*Impact* +
464
+
465
+
As a workaround, we recommend you to use the {kib} {fleet} API to update any documents in which `upgrade_details` is either `null` or not defined. Note that these steps must be run as a superuser.
0 commit comments