Skip to content

Commit d234e87

Browse files
relocate
1 parent 4495e17 commit d234e87

File tree

8 files changed

+23
-14
lines changed

8 files changed

+23
-14
lines changed

changelog/9.1.4/breaking.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/9.1.4/deprecations.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 9.1.4 [elastic-agent-9.1.4-breaking-changes]
2+
3+
_No breaking changes._
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 9.1.4 [elastic-agent-9.1.4-deprecations]
2+
3+
_No deprecations._
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
## 9.1.4 [-release-notes-9.1.4]
1+
## 9.1.4 [elastic-agent-release-notes-9.1.4]
22

33

4-
### Features and enhancements [-9.1.4-features-enhancements]
4+
### Features and enhancements [elastic-agent-9.1.4-features-enhancements]
55

6-
* Add the dockerstats OpenTelemetry receiver. [#9913](https://github.com/elastic/elastic-agent/pull/9913) [#9924](https://github.com/elastic/elastic-agent/pull/9924) [#9925](https://github.com/elastic/elastic-agent/pull/9925) [#9873](https://github.com/elastic/elastic-agent/pull/9873) [#9364](https://github.com/elastic/elastic-agent/pull/9364)
7-
* Bump kube-stack Helm Chart to 0.9.1 and enable the cluster collector. [#9913](https://github.com/elastic/elastic-agent/pull/9913) [#9924](https://github.com/elastic/elastic-agent/pull/9924) [#9925](https://github.com/elastic/elastic-agent/pull/9925) [#9873](https://github.com/elastic/elastic-agent/pull/9873) [#9535](https://github.com/elastic/elastic-agent/pull/9535)
6+
* Add the dockerstats OpenTelemetry receiver. [#9913](https://github.com/elastic/elastic-agent/pull/9913) [#9924](https://github.com/elastic/elastic-agent/pull/9924) [#9925](https://github.com/elastic/elastic-agent/pull/9925) [#9873](https://github.com/elastic/elastic-agent/pull/9873) [#9364](https://github.com/elastic/elastic-agent/pull/9364)
7+
* Bump kube-stack Helm Chart to 0.9.1 and enable the cluster collector. [#9913](https://github.com/elastic/elastic-agent/pull/9913) [#9924](https://github.com/elastic/elastic-agent/pull/9924) [#9925](https://github.com/elastic/elastic-agent/pull/9925) [#9873](https://github.com/elastic/elastic-agent/pull/9873) [#9535](https://github.com/elastic/elastic-agent/pull/9535)
88
* Enhanced loggers for easier debugging of upgrade related issues. [#9913](https://github.com/elastic/elastic-agent/pull/9913) [#9924](https://github.com/elastic/elastic-agent/pull/9924) [#9925](https://github.com/elastic/elastic-agent/pull/9925) [#9873](https://github.com/elastic/elastic-agent/pull/9873) [#9689](https://github.com/elastic/elastic-agent/pull/9689) [#9536](https://github.com/elastic/elastic-agent/issues/9536)
99

1010

11-
### Fixes [-9.1.4-fixes]
11+
### Fixes [elastic-agent-9.1.4-fixes]
1212

13-
* Redact secrets from pre-config, computed-config, components-expected, and components-actual files in diagnostics archive. [#9560](https://github.com/elastic/elastic-agent/pull/9560)
14-
* Retry service start command upon failure with 30-second delay. [#9313](https://github.com/elastic/elastic-agent/pull/9313)
13+
* Redact secrets from pre-config, computed-config, components-expected, and components-actual files in diagnostics archive. [#9560](https://github.com/elastic/elastic-agent/pull/9560)
14+
* Retry service start command upon failure with 30-second delay. [#9313](https://github.com/elastic/elastic-agent/pull/9313)
1515
* Fix reporting of scheduled upgrade details across restarts and cancels. [#9562](https://github.com/elastic/elastic-agent/pull/9562) [#8778](https://github.com/elastic/elastic-agent/issues/8778)
1616
* Enable root user to re-enroll unprivileged agent for mac and linux. [#9603](https://github.com/elastic/elastic-agent/pull/9603) [#8544](https://github.com/elastic/elastic-agent/issues/8544)
1717
* Fix missing liveness healthcheck during container enrollment. [#9612](https://github.com/elastic/elastic-agent/pull/9612) [#9611](https://github.com/elastic/elastic-agent/issues/9611)
1818
* Enable admin user to re-enroll unprivileged agent for windows. [#9623](https://github.com/elastic/elastic-agent/pull/9623) [#8544](https://github.com/elastic/elastic-agent/issues/8544)
19-
* Treat exit code 284 from Endpoint binary as non-fatal. [#9687](https://github.com/elastic/elastic-agent/pull/9687)
19+
* Treat exit code 284 from Endpoint binary as non-fatal. [#9687](https://github.com/elastic/elastic-agent/pull/9687)
2020
* Ensure failed upgrade actions are removed from queue and details are set. [#9634](https://github.com/elastic/elastic-agent/pull/9634) [#9629](https://github.com/elastic/elastic-agent/issues/9629)
2121

docs/release-notes/_snippets/breaking-changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::{include} /release-notes/_snippets/9.1.4/breaking.md
2+
:::
3+
14
:::{include} /release-notes/_snippets/9.1.3/breaking.md
25
:::
36

docs/release-notes/_snippets/deprecations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::{include} /release-notes/_snippets/9.1.4/deprecations.md
2+
:::
3+
14
:::{include} /release-notes/_snippets/9.1.3/deprecations.md
25
:::
36

docs/release-notes/_snippets/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::{include} /release-notes/_snippets/9.1.4/index.md
2+
:::
3+
14
:::{include} /release-notes/_snippets/9.1.3/index.md
25
:::
36

0 commit comments

Comments
 (0)