-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into watcher-stream
- Loading branch information
Showing
33 changed files
with
695 additions
and
407 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.20.9 | ||
1.20.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG GO_VERSION=1.20.9 | ||
ARG GO_VERSION=1.20.10 | ||
FROM circleci/golang:${GO_VERSION} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
// begin 8.10.3 relnotes | ||
|
||
[[release-notes-8.10.3]] | ||
== 8.10.3 | ||
|
||
Review important information about the 8.10.3 release. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
[discrete] | ||
[[new-features-8.10.3]] | ||
=== New features | ||
|
||
The 8.10.3 release adds the following new and notable features. | ||
|
||
|
||
elastic-agent:: | ||
|
||
* Improve Agent Uninstall On Windows By Adding Delay Between Retries When File Removal Is Blocked By Busy Files. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3431[#https://github.com/elastic/elastic-agent/pull/3431] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/3221[#https://github.com/elastic/elastic-agent/issues/3221] | ||
|
||
|
||
|
||
|
||
|
||
|
||
[discrete] | ||
[[bug-fixes-8.10.3]] | ||
=== Bug fixes | ||
|
||
|
||
elastic-agent:: | ||
|
||
* Resilient Handling Of Air Gapped Pgp Checks. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/3427[#https://github.com/elastic/elastic-agent/pull/3427] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/3368[#https://github.com/elastic/elastic-agent/issues/3368] | ||
|
||
// end 8.10.3 relnotes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
version: 8.10.3 | ||
entries: | ||
- kind: bug-fix | ||
summary: Resilient handling of air gapped PGP checks | ||
description: Elastic Agent should not fail when remote PGP is specified (or official Elastic fallback PGP used) and remote is not available | ||
component: elastic-agent | ||
pr: | ||
- https://github.com/elastic/elastic-agent/pull/3427 | ||
issue: | ||
- https://github.com/elastic/elastic-agent/issues/3368 | ||
timestamp: 1695035111 | ||
file: | ||
name: 1695035111-Resilient-handling-of-air-gapped-PGP-checks.yaml | ||
checksum: 8741bfa9475a09d5901dc3fab0fed3a06b55d5bb | ||
- kind: feature | ||
summary: Improve Agent uninstall on Windows by adding delay between retries when file removal is blocked by busy files | ||
description: "" | ||
component: elastic-agent | ||
pr: | ||
- https://github.com/elastic/elastic-agent/pull/3431 | ||
issue: | ||
- https://github.com/elastic/elastic-agent/issues/3221 | ||
timestamp: 1695050880 | ||
file: | ||
name: 1695050880-Improve-retry-strategy-when-uninstalling-agent.yaml | ||
checksum: 45eab228dfd89392a0f3685a628f73ccce05d081 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
// 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. | ||
|
||
elastic-agent:: | ||
|
||
[discrete] | ||
[[breaking-3591]] | ||
.`elastic-agent-autodiscover` library has been updated to version 0.6.4, disabling metadata For `kubernetes.deployment` and `kubernetes.cronjob` fields. | ||
[%collapsible] | ||
==== | ||
*Details* + | ||
The `elastic-agent-autodiscover` Kubernetes library by default comes with `add_resource_metadata.deployment=false` and `add_resource_metadata.cronjob=false`. | ||
*Impact* + | ||
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. | ||
For more information, refer to {agent-pull}3591[#3591]. | ||
==== | ||
|
||
|
||
|
||
|
||
|
||
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 0 additions & 32 deletions
32
changelog/fragments/1694700201-gpg-unreachable-url-fix.yaml
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
changelog/fragments/1695289867-Secondary-fallback-for-package-signature-verification.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.