Skip to content

Commit defde80

Browse files
Changelog for 8.10.4 (#3606) (#3619)
* Changelog for 8.10.4 * Update changelog/8.10.4.asciidoc Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> --------- Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> (cherry picked from commit 22938b1) # Conflicts: # changelog/fragments/1693427183-install-progress.yaml Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co>
1 parent f7e558f commit defde80

3 files changed

+80
-31
lines changed

changelog/8.10.4.asciidoc

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
// begin 8.10.4 relnotes
2+
3+
[[release-notes-8.10.4]]
4+
== 8.10.4
5+
6+
Review important information about the 8.10.4 release.
7+
8+
9+
10+
[discrete]
11+
[[breaking-changes-8.10.4]]
12+
=== Breaking changes
13+
14+
Breaking changes can prevent your application from optimal operation and
15+
performance. Before you upgrade, review the breaking changes, then mitigate the
16+
impact to your application.
17+
18+
elastic-agent::
19+
20+
[discrete]
21+
[[breaking-3591]]
22+
.`elastic-agent-autodiscover` library has been updated to version 0.6.4, disabling metadata For `kubernetes.deployment` and `kubernetes.cronjob` fields.
23+
[%collapsible]
24+
====
25+
*Details* +
26+
The `elastic-agent-autodiscover` Kubernetes library by default comes with `add_resource_metadata.deployment=false` and `add_resource_metadata.cronjob=false`.
27+
*Impact* +
28+
Pods that will be created from deployments or cronjobs will not have the extra metadata field for `kubernetes.deployment` or `kubernetes.cronjob`, respectively. This change was made to avoid the memory impact of keeping the feature enabled in big Kubernetes clusters.
29+
For more information, refer to {agent-pull}3591[#3591].
30+
====
31+
32+
33+
34+
35+
36+
[discrete]
37+
[[new-features-8.10.4]]
38+
=== New features
39+
40+
The 8.10.4 release adds the following new and notable features.
41+
42+
43+
elastic-agent::
44+
45+
* Secondary Fallback For Package Signature Verification. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3453[#https://github.com/elastic/elastic-agent/pull/3453] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/3264[#https://github.com/elastic/elastic-agent/issues/3264]
46+
+
47+
Ability to upgrade securely in air-gapped environment where fleet server is the only reachable URI.
48+
49+
50+
51+
52+
53+
54+
55+
// end 8.10.4 relnotes

changelog/8.10.4.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 8.10.4
2+
entries:
3+
- kind: feature
4+
summary: Secondary fallback for package signature verification
5+
description: Ability to upgrade securely in air-gapped environment where fleet server is the only reachable URI.
6+
component: elastic-agent
7+
pr:
8+
- https://github.com/elastic/elastic-agent/pull/3453
9+
issue:
10+
- https://github.com/elastic/elastic-agent/issues/3264
11+
timestamp: 1695289867
12+
file:
13+
name: 1695289867-Secondary-fallback-for-package-signature-verification.yaml
14+
checksum: 8f8c39d9eef2f5b6922353bcab9c4ee1b74b1378
15+
- kind: breaking-change
16+
summary: Elastic-agent-autodiscover to v0.6.4. Disables metadata for deployment and cronjob
17+
description: Elastic-agent-autodiscover library by default comes with add_resource_metadata.deployment=false and add_resource_metadata.cronjob=false. Pods that will be created from deployments or cronjobs will not have the extra metadata field for kubernetes.deployment or kubernetes.cronjob respectively.
18+
component: elastic-agent
19+
pr:
20+
- https://github.com/elastic/elastic-agent/pull/3591
21+
issue: []
22+
timestamp: 1697102363
23+
file:
24+
name: 1697102363-updating_agentautodiscovery_810.yaml
25+
checksum: fe9015185dc4d3fe85f9c2ebf9f47e64e26fc67d

changelog/fragments/1695289867-Secondary-fallback-for-package-signature-verification.yaml

-31
This file was deleted.

0 commit comments

Comments
 (0)