|
| 1 | +// Use these for links to issue and pulls. |
| 2 | +:kibana-issue: https://github.com/elastic/kibana/issues/ |
| 3 | +:kibana-pull: https://github.com/elastic/kibana/pull/ |
| 4 | +:beats-issue: https://github.com/elastic/beats/issues/ |
| 5 | +:beats-pull: https://github.com/elastic/beats/pull/ |
| 6 | +:agent-libs-pull: https://github.com/elastic/elastic-agent-libs/pull/ |
| 7 | +:agent-issue: https://github.com/elastic/elastic-agent/issues/ |
| 8 | +:agent-pull: https://github.com/elastic/elastic-agent/pull/ |
| 9 | +:fleet-server-issue: https://github.com/elastic/fleet-server/issues/ |
| 10 | +:fleet-server-pull: https://github.com/elastic/fleet-server/pull/ |
| 11 | + |
| 12 | +[[release-notes]] |
| 13 | += Release notes |
| 14 | + |
| 15 | +This section summarizes the changes in each release. |
| 16 | + |
| 17 | +* <<release-notes-8.16.0>> |
| 18 | + |
| 19 | +Also see: |
| 20 | + |
| 21 | +* {kibana-ref}/release-notes.html[{kib} release notes] |
| 22 | +* {beats-ref}/release-notes.html[{beats} release notes] |
| 23 | + |
| 24 | +// begin 8.16.0 relnotes |
| 25 | + |
| 26 | +[[release-notes-8.15.0]] |
| 27 | +== {fleet} and {agent} 8.15.0 |
| 28 | + |
| 29 | +Review important information about the {fleet} and {agent} 8.16.0 release. |
| 30 | + |
| 31 | +[discrete] |
| 32 | +[[security-updates-8.16.0]] |
| 33 | +=== Security updates |
| 34 | + |
| 35 | +{fleet-server}:: |
| 36 | +* Update {fleet-server} Go version to 1.23.1. {fleet-server-pull}3924[#3924] |
| 37 | + |
| 38 | +[discrete] |
| 39 | +[[new-features-8.16.0]] |
| 40 | +=== New features |
| 41 | + |
| 42 | +The 8.16.0 release Added the following new and notable features. |
| 43 | + |
| 44 | +{fleet-server}:: |
| 45 | +* Add `/api/fleet/agents/:id/audit/unenroll` API that an {agent} or Endpoint process may use to enable accurate status reporting in the {fleet} UI. {fleet-server-pull}3818[#3818] {agent-issue}484[#484] |
| 46 | +* Add a `secret_paths` attribute to the policy data sent to agents. This attribute is a list of keys that {fleet-server} has replaced with a reference to a secret value. {fleet-server-pull}3908[#3908] {fleet-server-issue}3657[#3657] |
| 47 | + |
| 48 | + |
| 49 | +{agent}:: |
| 50 | + |
| 51 | + |
| 52 | +[discrete] |
| 53 | +[[enhancements-8.16.0]] |
| 54 | +=== Enhancements |
| 55 | + |
| 56 | +{fleet}:: |
| 57 | + |
| 58 | +{fleet-server}:: |
| 59 | +* Alter the checkin API to remove attributes set by the audit or unenroll API (follow-up to {fleet-server-pull}3818[#3818] above). {fleet-server-pull}3827[#3827] {agent-issue}484[#484] |
| 60 | +* Enable warnings for configuration options that have been deprecated throughout the 8.x lifecycle. {fleet-server-pull}3901[#3901] |
| 61 | + |
| 62 | +{agent}:: |
| 63 | + |
| 64 | + |
| 65 | +[discrete] |
| 66 | +[[bug-fixes-8.16.0]] |
| 67 | +=== Bug fixes |
| 68 | + |
| 69 | +{fleet}:: |
| 70 | +// EXAMPLE * Fix navigating back to Agent policy integration list. ({kibana-pull}189165[#189165]) |
| 71 | + |
| 72 | +{fleet-server}:: |
| 73 | +* Fix the error handling when {fleet-server} attempts to authenticate with {es}. {fleet-server-pull}3935[#3935] {fleet-server-issue}3929[#3929] |
| 74 | + |
| 75 | +{agent}:: |
| 76 | + |
| 77 | + |
| 78 | +// end 8.16.0 relnotes |
| 79 | + |
| 80 | +// --------------------- |
| 81 | +//TEMPLATE |
| 82 | +//Use the following text as a template. Remember to replace the version info. |
| 83 | + |
| 84 | +// begin 8.7.x relnotes |
| 85 | + |
| 86 | +//[[release-notes-8.7.x]] |
| 87 | +//== {fleet} and {agent} 8.7.x |
| 88 | + |
| 89 | +//Review important information about the {fleet} and {agent} 8.7.x release. |
| 90 | + |
| 91 | +//[discrete] |
| 92 | +//[[security-updates-8.7.x]] |
| 93 | +//=== Security updates |
| 94 | + |
| 95 | +//{fleet}:: |
| 96 | +//* add info |
| 97 | + |
| 98 | +//{agent}:: |
| 99 | +//* add info |
| 100 | + |
| 101 | +//[discrete] |
| 102 | +//[[breaking-changes-8.7.x]] |
| 103 | +//=== Breaking changes |
| 104 | + |
| 105 | +//Breaking changes can prevent your application from optimal operation and |
| 106 | +//performance. Before you upgrade, review the breaking changes, then mitigate the |
| 107 | +//impact to your application. |
| 108 | + |
| 109 | +//[discrete] |
| 110 | +//[[breaking-PR#]] |
| 111 | +//.Short description |
| 112 | +//[%collapsible] |
| 113 | +//==== |
| 114 | +//*Details* + |
| 115 | +//<Describe new behavior.> For more information, refer to {kibana-pull}PR[#PR]. |
| 116 | +
|
| 117 | +//*Impact* + |
| 118 | +//<Describe how users should mitigate the change.> For more information, refer to {fleet-guide}/fleet-server.html[Fleet Server]. |
| 119 | +//==== |
| 120 | +
|
| 121 | +//[discrete] |
| 122 | +//[[notable-changes-8.13.0]] |
| 123 | +//=== Notable changes |
| 124 | +
|
| 125 | +//The following are notable, non-breaking updates to be aware of: |
| 126 | +
|
| 127 | +//* Changes to features that are in Technical Preview. |
| 128 | +//* Changes to log formats. |
| 129 | +//* Changes to non-public APIs. |
| 130 | +//* Behaviour changes that repair critical bugs. |
| 131 | +
|
| 132 | +//{fleet}:: |
| 133 | +//* add info |
| 134 | +
|
| 135 | +//{agent}:: |
| 136 | +//* add info |
| 137 | +
|
| 138 | +//[discrete] |
| 139 | +//[[known-issues-8.7.x]] |
| 140 | +//=== Known issues |
| 141 | +
|
| 142 | +//[[known-issue-issue#]] |
| 143 | +//.Short description |
| 144 | +//[%collapsible] |
| 145 | +//==== |
| 146 | +
|
| 147 | +//*Details* |
| 148 | +
|
| 149 | +//<Describe known issue.> |
| 150 | +
|
| 151 | +//*Impact* + |
| 152 | +
|
| 153 | +//<Describe impact or workaround.> |
| 154 | +
|
| 155 | +//==== |
| 156 | +
|
| 157 | +//[discrete] |
| 158 | +//[[deprecations-8.7.x]] |
| 159 | +//=== Deprecations |
| 160 | +
|
| 161 | +//The following functionality is deprecated in 8.7.x, and will be removed in |
| 162 | +//8.7.x. Deprecated functionality does not have an immediate impact on your |
| 163 | +//application, but we strongly recommend you make the necessary updates after you |
| 164 | +//upgrade to 8.7.x. |
| 165 | +
|
| 166 | +//{fleet}:: |
| 167 | +//* add info |
| 168 | +
|
| 169 | +//{agent}:: |
| 170 | +//* add info |
| 171 | +
|
| 172 | +//[discrete] |
| 173 | +//[[new-features-8.7.x]] |
| 174 | +//=== New features |
| 175 | +
|
| 176 | +//The 8.7.x release Added the following new and notable features. |
| 177 | +
|
| 178 | +//{fleet}:: |
| 179 | +//* add info |
| 180 | +
|
| 181 | +//{agent}:: |
| 182 | +//* add info |
| 183 | +
|
| 184 | +//[discrete] |
| 185 | +//[[enhancements-8.7.x]] |
| 186 | +//=== Enhancements |
| 187 | +
|
| 188 | +//{fleet}:: |
| 189 | +//* add info |
| 190 | +
|
| 191 | +//{agent}:: |
| 192 | +//* add info |
| 193 | +
|
| 194 | +//[discrete] |
| 195 | +//[[bug-fixes-8.7.x]] |
| 196 | +//=== Bug fixes |
| 197 | +
|
| 198 | +//{fleet}:: |
| 199 | +//* add info |
| 200 | +
|
| 201 | +//{agent}:: |
| 202 | +//* add info |
| 203 | +
|
| 204 | +// end 8.7.x relnotes |
0 commit comments