|
| 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.13.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.13.0 relnotes |
| 25 | + |
| 26 | +[[release-notes-8.13.0]] |
| 27 | +== {fleet} and {agent} 8.13.0 |
| 28 | + |
| 29 | +Review important information about {fleet-server} and {agent} for the 8.13.0 release. |
| 30 | + |
| 31 | +[discrete] |
| 32 | +[[security-updates-8.13.0]] |
| 33 | +=== Security updates |
| 34 | + |
| 35 | +{agent}:: |
| 36 | +* Update Go version to 1.21.7. {agent-pull}4221[#4221] |
| 37 | + |
| 38 | +//[discrete] |
| 39 | +//[[breaking-changes-8.13.0]] |
| 40 | +//=== Breaking changes |
| 41 | + |
| 42 | +//Breaking changes can prevent your application from optimal operation and |
| 43 | +//performance. Before you upgrade, review the breaking changes, then mitigate the |
| 44 | +//impact to your application. |
| 45 | + |
| 46 | +//[discrete] |
| 47 | +//[[known-issues-8.13.0]] |
| 48 | +//=== Known issues |
| 49 | + |
| 50 | +[discrete] |
| 51 | +[[new-features-8.13.0]] |
| 52 | +=== New features |
| 53 | + |
| 54 | +The 8.13.0 release added the following new and notable features. |
| 55 | + |
| 56 | +{fleet}:: |
| 57 | + |
| 58 | +{agent}:: |
| 59 | +* Log a summary of each policy configuration change received from {fleet}. {agent-pull}4050[#4050] {agent-issue}3406[#3406] |
| 60 | +* Add the full version number to the installation directory name. {agent-pull}4193[#4193] {agent-issue}2579[#2579] |
| 61 | +* Make more selective the Pod autodiscovery upon node and namespace update events. {agent-pull}4226[#4226] {beats-issue}37338[#37338] |
| 62 | +* Add the new ETW input mapping to the Filebeat specification so that it's available in {agent}. {agent-pull}4037[#4037] {beats-pull}36915[#36915] |
| 63 | +* Add the new WebSocket input mapping to the Filebeat specification so that it's available in {agent}. {agent-pull}4242[#4242] {beats-pull}37774[#37774] |
| 64 | +* Create the `.installed` marker earlier on in the install process, allowing the use of `elastic-agent uninstall` to cleanup if the install fails. {agent-pull}4172[#4172] {agent-issue}4051[#4051] |
| 65 | + |
| 66 | +[discrete] |
| 67 | +[[enhancements-8.13.0]] |
| 68 | +=== Enhancements |
| 69 | + |
| 70 | +{fleet}:: |
| 71 | + |
| 72 | +{agent}:: |
| 73 | +* Move the control socket path to always be inside of the top level of the {agent} installation directory. {agent-pull}3909[#3909] {agent-issue}3840[#3840] |
| 74 | +* Add mTLS flags to {agent} install and enroll commands to enable use of certificates for communication in on-prem proxy setups. {agent-pull}4007[#4007] |
| 75 | +* Improve error handling by adding error descriptors to the `inspect` command and config methods. {agent-pull}4074[#4074] |
| 76 | +* Add an `agent.providers.initial_default` configuration flag to disable providers by default. {agent-pull}4166[#4166] {agent-issue}4145[#4145] |
| 77 | + |
| 78 | +[discrete] |
| 79 | +[[bug-fixes-8.13.0]] |
| 80 | +=== Bug fixes |
| 81 | + |
| 82 | +{fleet}:: |
| 83 | + |
| 84 | +{agent}:: |
| 85 | +* Fix component control protocol to allow checkin to be chunked across multiple messages. {agent-pull}3884[#3884] {agent-issue}2460[#2460] |
| 86 | +* Fix the creation of directories when unpacking tar.gz packages. {agent-pull}4100[#4100] {agent-issue}4093[#4093] |
| 87 | +* Set a timeout of 1 minute for the FQDN lookup function. {agent-pull}4147[#4147] |
| 88 | +* Increase timeout for file removal during {agent} uninstall. {agent-pull}4310[#4310] {agent-issue}4164[#4164] |
| 89 | + |
| 90 | +// end 8.13.0 relnotes |
| 91 | + |
| 92 | +// --------------------- |
| 93 | +//TEMPLATE |
| 94 | +//Use the following text as a template. Remember to replace the version info. |
| 95 | + |
| 96 | +// begin 8.7.x relnotes |
| 97 | + |
| 98 | +//[[release-notes-8.7.x]] |
| 99 | +//== {fleet} and {agent} 8.7.x |
| 100 | + |
| 101 | +//Review important information about the {fleet} and {agent} 8.7.x release. |
| 102 | + |
| 103 | +//[discrete] |
| 104 | +//[[security-updates-8.7.x]] |
| 105 | +//=== Security updates |
| 106 | + |
| 107 | +//{fleet}:: |
| 108 | +//* add info |
| 109 | + |
| 110 | +//{agent}:: |
| 111 | +//* add info |
| 112 | + |
| 113 | +//[discrete] |
| 114 | +//[[breaking-changes-8.7.x]] |
| 115 | +//=== Breaking changes |
| 116 | + |
| 117 | +//Breaking changes can prevent your application from optimal operation and |
| 118 | +//performance. Before you upgrade, review the breaking changes, then mitigate the |
| 119 | +//impact to your application. |
| 120 | + |
| 121 | +//[discrete] |
| 122 | +//[[breaking-PR#]] |
| 123 | +//.Short description |
| 124 | +//[%collapsible] |
| 125 | +//==== |
| 126 | +//*Details* + |
| 127 | +//<Describe new behavior.> For more information, refer to {kibana-pull}PR[#PR]. |
| 128 | +
|
| 129 | +//*Impact* + |
| 130 | +//<Describe how users should mitigate the change.> For more information, refer to {fleet-guide}/fleet-server.html[Fleet Server]. |
| 131 | +//==== |
| 132 | +
|
| 133 | +//[discrete] |
| 134 | +//[[known-issues-8.7.x]] |
| 135 | +//=== Known issues |
| 136 | +
|
| 137 | +//[[known-issue-issue#]] |
| 138 | +//.Short description |
| 139 | +//[%collapsible] |
| 140 | +//==== |
| 141 | +
|
| 142 | +//*Details* |
| 143 | +
|
| 144 | +//<Describe known issue.> |
| 145 | +
|
| 146 | +//*Impact* + |
| 147 | +
|
| 148 | +//<Describe impact or workaround.> |
| 149 | +
|
| 150 | +//==== |
| 151 | +
|
| 152 | +//[discrete] |
| 153 | +//[[deprecations-8.7.x]] |
| 154 | +//=== Deprecations |
| 155 | +
|
| 156 | +//The following functionality is deprecated in 8.7.x, and will be removed in |
| 157 | +//8.7.x. Deprecated functionality does not have an immediate impact on your |
| 158 | +//application, but we strongly recommend you make the necessary updates after you |
| 159 | +//upgrade to 8.7.x. |
| 160 | +
|
| 161 | +//{fleet}:: |
| 162 | +//* add info |
| 163 | +
|
| 164 | +//{agent}:: |
| 165 | +//* add info |
| 166 | +
|
| 167 | +//[discrete] |
| 168 | +//[[new-features-8.7.x]] |
| 169 | +//=== New features |
| 170 | +
|
| 171 | +//The 8.7.x release Added the following new and notable features. |
| 172 | +
|
| 173 | +//{fleet}:: |
| 174 | +//* add info |
| 175 | +
|
| 176 | +//{agent}:: |
| 177 | +//* add info |
| 178 | +
|
| 179 | +//[discrete] |
| 180 | +//[[enhancements-8.7.x]] |
| 181 | +//=== Enhancements |
| 182 | +
|
| 183 | +//{fleet}:: |
| 184 | +//* add info |
| 185 | +
|
| 186 | +//{agent}:: |
| 187 | +//* add info |
| 188 | +
|
| 189 | +//[discrete] |
| 190 | +//[[bug-fixes-8.7.x]] |
| 191 | +//=== Bug fixes |
| 192 | +
|
| 193 | +//{fleet}:: |
| 194 | +//* add info |
| 195 | +
|
| 196 | +//{agent}:: |
| 197 | +//* add info |
| 198 | +
|
| 199 | +// end 8.7.x relnotes |
0 commit comments