Skip to content

Commit 2e461e2

Browse files
elasticsearchmachineelasticsearchmachinecharlotte-hoblik
authored
Add release notes for v9.0.6 release (#133425)
* Update docs for v9.0.6 release * edit breaking changes * Edit release notes --------- Co-authored-by: elasticsearchmachine <[email protected]> Co-authored-by: Charlotte Hoblik <[email protected]> Co-authored-by: Charlotte Hoblik <[email protected]>
1 parent b968ec9 commit 2e461e2

File tree

4 files changed

+243
-114
lines changed

4 files changed

+243
-114
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,21 @@ If you are migrating from a version prior to version 9.0, you must first upgrade
1212

1313
% ## Next version [elasticsearch-nextversion-breaking-changes]
1414

15+
```{applies_to}
16+
stack: coming 9.0.6
17+
```
18+
## 9.0.6 [elasticsearch-9.0.6-breaking-changes]
19+
20+
No breaking changes in this version.
21+
1522
## 9.1.2 [elasticsearch-9.1.2-breaking-changes]
1623

1724
No breaking changes in this version.
1825

26+
## 9.0.5 [elasticsearch-9.0.5-breaking-changes]
27+
28+
No breaking changes in this version.
29+
1930
## 9.1.1 [elasticsearch-9.1.1-breaking-changes]
2031

2132
No breaking changes in this version.
@@ -124,10 +135,6 @@ Test the upgrade in a non-production environment. Adapt your configuration to th
124135
For more information, view [#126843](https://github.com/elastic/elasticsearch/pull/126843) (issue: [#120993](https://github.com/elastic/elasticsearch/issues/120993))
125136
:::
126137

127-
## 9.0.5 [elasticsearch-9.0.5-breaking-changes]
128-
129-
No breaking changes in this version.
130-
131138
## 9.0.4 [elasticsearch-9.0.4-breaking-changes]
132139

133140
No breaking changes in this version.
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
version: 9.0.6
2+
released: false
3+
generated: 2025-08-25T12:38:06.936945696Z
4+
changelogs:
5+
- pr: 132387
6+
summary: "[ExtraHop & QualysGAV] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system`"
7+
area: Authorization
8+
type: enhancement
9+
issues:
10+
- 131825
11+
- pr: 132546
12+
summary: Improve EIS auth call logs and fix revocation bug
13+
area: Machine Learning
14+
type: bug
15+
issues: []
16+
- pr: 132638
17+
summary: Better error message for sequences with only one clause plus UNTIL
18+
area: EQL
19+
type: bug
20+
issues: []
21+
- pr: 132766
22+
summary: Change `reporting_user` role to leverage reserved kibana privileges
23+
area: Authorization
24+
type: deprecation
25+
issues: []
26+
deprecation:
27+
area: Authorization
28+
title: Deprecate the built-in `reporting_user` role.
29+
details: The `reporting_user` role is deprecated. Administrators should manage access to Kibana's reporting features via custom roles which grant the necessary privileges.
30+
impact: This role will be removed in a future version. Administrators should migrate to custom roles to avoid interruption.
31+
notable: false
32+
essSettingChange: false
33+
- pr: 132922
34+
summary: Change GeoIpCache and EnrichCache to LongAdder
35+
area: Ingest Node
36+
type: bug
37+
issues: []
38+
- pr: 132945
39+
summary: Disable child span for streaming tasks
40+
area: Machine Learning
41+
type: bug
42+
issues: []
43+
- pr: 132973
44+
summary: Preserve lost thread context in node inference action. A lost context causes a memory leak if APM tracing is enabled
45+
area: Machine Learning
46+
type: bug
47+
issues: []
48+
- pr: 133004
49+
summary: Limit frequency of feature last-used time updates
50+
area: License
51+
type: bug
52+
issues: []
53+
- pr: 133113
54+
summary: Limit the depth of a filter
55+
area: Infra/REST API
56+
type: enhancement
57+
issues: []
58+
- pr: 133119
59+
summary: Update bundled JDK to Java 24.0.2+12
60+
area: Packaging
61+
type: upgrade
62+
issues: []
63+
- pr: 133134
64+
summary: Fix sequences with conditions involving keys and non-keys
65+
area: EQL
66+
type: bug
67+
issues: []
68+
- pr: 133410
69+
summary: Upgrading to tika 3.2.2
70+
area: Ingest Node
71+
type: upgrade
72+
issues: []

docs/release-notes/deprecations.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,29 @@ To give you insight into what deprecated features you’re using, {{es}}:
1616

1717
% ## Next version [elasticsearch-nextversion-deprecations]
1818

19+
```{applies_to}
20+
stack: coming 9.0.6
21+
```
22+
## 9.0.6 [elasticsearch-9.0.6-deprecations]
23+
24+
Authorization:
25+
* Change `reporting_user` role to leverage reserved kibana privileges [#132766](https://github.com/elastic/elasticsearch/pull/132766)
26+
27+
28+
1929
## 9.1.2 [elasticsearch-9.1.2-deprecations]
2030

2131
No deprecations in this version.
2232

23-
## 9.1.1 [elasticsearch-9.1.1-deprecations]
33+
## 9.0.5 [elasticsearch-9.0.5-deprecations]
2434

2535
No deprecations in this version.
2636

27-
## 9.1.0 [elasticsearch-9.1.0-deprecations]
37+
## 9.1.1 [elasticsearch-9.1.1-deprecations]
2838

2939
No deprecations in this version.
3040

31-
## 9.0.5 [elasticsearch-9.0.5-deprecations]
41+
## 9.1.0 [elasticsearch-9.1.0-deprecations]
3242

3343
No deprecations in this version.
3444

0 commit comments

Comments
 (0)