Skip to content

Commit

Permalink
Changelog for 8.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrehilbert committed Oct 16, 2023
1 parent f3c1f77 commit 568eef7
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 63 deletions.
53 changes: 53 additions & 0 deletions changelog/8.10.4.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
// begin 8.10.4 relnotes

[[release-notes-8.10.4]]
== 8.10.4

Review important information about the 8.10.4 release.



[discrete]
[[breaking-changes-8.10.4]]
=== Breaking changes

Breaking changes can prevent your application from optimal operation and
performance. Before you upgrade, review the breaking changes, then mitigate the
impact to your application.

// TODO: add details and impact

elastic-agent::

[discrete]
[[breaking-https://github.com/elastic/elastic-agent/pull/3591]]
.Elastic-Agent-Autodiscover To V0.6.4. Disables Metadata For Deployment And Cronjob. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3591[#https://github.com/elastic/elastic-agent/pull/3591]
[%collapsible]
====
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.
====





[discrete]
[[new-features-8.10.4]]
=== New features

The 8.10.4 release adds the following new and notable features.


elastic-agent::

* 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]
+
Ability to upgrade securely in air-gapped environment where fleet server is the only reachable URI.







// end 8.10.4 relnotes
25 changes: 25 additions & 0 deletions changelog/8.10.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 8.10.4
entries:
- kind: feature
summary: Secondary fallback for package signature verification
description: Ability to upgrade securely in air-gapped environment where fleet server is the only reachable URI.
component: elastic-agent
pr:
- https://github.com/elastic/elastic-agent/pull/3453
issue:
- https://github.com/elastic/elastic-agent/issues/3264
timestamp: 1695289867
file:
name: 1695289867-Secondary-fallback-for-package-signature-verification.yaml
checksum: 8f8c39d9eef2f5b6922353bcab9c4ee1b74b1378
- kind: breaking-change
summary: Elastic-agent-autodiscover to v0.6.4. Disables metadata for deployment and cronjob
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.
component: elastic-agent
pr:
- https://github.com/elastic/elastic-agent/pull/3591
issue: []
timestamp: 1697102363
file:
name: 1697102363-updating_agentautodiscovery_810.yaml
checksum: fe9015185dc4d3fe85f9c2ebf9f47e64e26fc67d

This file was deleted.

This file was deleted.

0 comments on commit 568eef7

Please sign in to comment.