Skip to content

Commit 1e8e52c

Browse files
authored
6.8 release notes (#41802)
1 parent 8c4f48c commit 1e8e52c

File tree

7 files changed

+93
-2
lines changed

7 files changed

+93
-2
lines changed

docs/reference/migration/index.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ include::migrate_6_5.asciidoc[]
3737
include::migrate_6_6.asciidoc[]
3838

3939
include::migrate_6_7.asciidoc[]
40+
41+
include::migrate_6_8.asciidoc[]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[[breaking-changes-6.8]]
2+
== Breaking changes in 6.8
3+
++++
4+
<titleabbrev>6.8</titleabbrev>
5+
++++
6+
7+
There are no breaking changes for 6.8.0
8+
9+
See also <<release-highlights>> and <<es-release-notes>>.
10+

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
--
66
This section summarizes the changes in each release.
77

8+
* <<release-notes-6.8.0>>
89
* <<release-notes-6.7.1>>
910
* <<release-notes-6.7.0>>
1011
* <<release-notes-6.6.2>>
@@ -44,6 +45,7 @@ This section summarizes the changes in each release.
4445

4546
--
4647

48+
include::release-notes/6.8.asciidoc[]
4749
include::release-notes/6.7.asciidoc[]
4850
include::release-notes/6.6.asciidoc[]
4951
include::release-notes/6.5.asciidoc[]

docs/reference/release-notes/6.7.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[[release-notes-6.7.2]]
22
== {es} version 6.7.2
33

4-
coming[6.7.2]
5-
64
Also see <<breaking-changes-6.7,Breaking changes in 6.7>>.
75

86
[[enhancement-6.7.2]]
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[[release-notes-6.8.0]]
2+
== {es} version 6.8.0
3+
4+
Also see <<breaking-changes-6.8,Breaking changes in 6.8>>.
5+
6+
[[enhancement-6.8.0]]
7+
[float]
8+
=== Enhancements
9+
10+
Security::
11+
* Moved some security features to basic. See <<release-highlights-6.8.0, 6.8.0 Release highlights>>
12+
13+
Authentication::
14+
* Log warning when unlicensed realms are skipped {pull}41778[#41778]
15+
16+
Infra/Settings::
17+
* Drop distinction in entries for keystore {pull}41701[#41701]
18+
19+
[[bug-6.8.0]]
20+
[float]
21+
=== Bug fixes
22+
23+
Features/Watcher::
24+
* Fix Watcher deadlock that can cause in-abilty to index documents. {pull}41418[#41418] (issue: {issue}41390[#41390])
25+
26+
Network::
27+
* Enforce transport TLS on Basic with Security {pull}42150[#42150]
28+
29+
Reindex::
30+
* Allow reindexing into write alias {pull}41677[#41677] (issue: {issue}41667[#41667])
31+
32+
SQL::
33+
* SQL: Fix issue regarding INTERVAL * number {pull}42014[#42014] (issue: {issue}41239[#41239])
34+
* SQL: Remove CircuitBreaker from parser {pull}41835[#41835] (issue: {issue}41471[#41471])
35+
36+
Security::
37+
* Remove dynamic objects from security index {pull}40499[#40499] (issue: {issue}35460[#35460])
38+
* Add granular API key privileges {pull}41488[#41488] (issue: {issue}40031[#40031])
39+
40+
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[[release-highlights-6.8.0]]
2+
== 6.8.0 release highlights
3+
++++
4+
<titleabbrev>6.8.0</titleabbrev>
5+
++++
6+
7+
See also <<release-notes-6.8.0,{es} 6.8.0 release notes>>.
8+
9+
10+
[float]
11+
==== TLS is now licensed under the Elastic Basic license
12+
13+
Transport Layer Security (TLS), commonly referred to as SSL, is now
14+
licensed under the free-of-charge Elastic Basic license. Previously, this security feature
15+
required a paid Gold-tier subscription. With the default distribution,
16+
you can now encrypt all Elasticsearch communication, within a cluster and across remotes
17+
clusters. Download https://www.elastic.co/downloads/elasticsearch[Elasticsearch],
18+
https://www.elastic.co/guide/en/elasticsearch/reference/6.8/configuring-tls.html[configure TLS],
19+
and run your cluster in production, knowing all Elasticsearch communication is safely encrypted.
20+
For details, see https://www.elastic.co/subscriptions
21+
22+
[float]
23+
==== RBAC is now licensed under the Elastic Basic license
24+
25+
RBAC (Role Based Access Control) is now licenced under the free-of-charge Elastic Basic licence.
26+
Previously, this security feature required a paid Gold-tier subscription.
27+
With the default distribution you can take advantage of RBAC by configuring users, groups, roles
28+
and permissions for any user from the
29+
https://www.elastic.co/guide/en/elasticsearch/reference/6.8/configuring-file-realm.html[file realm]
30+
or the https://www.elastic.co/guide/en/elasticsearch/reference/6.8/configuring-native-realm.html[native realm]
31+
. Download https://www.elastic.co/downloads/elasticsearch[Elasticsearch],
32+
https://www.elastic.co/guide/en/elastic-stack-overview/6.8/authorization.html[configure RBAC],
33+
and run your cluster in production, knowing your private data stays private.
34+
Note that our advanced security features, such as single sign-on and Active Directory/LDAP
35+
authentication to field-level and document-level security, remain paid features.
36+
For details, see https://www.elastic.co/subscriptions
37+

docs/reference/release-notes/highlights.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
This section summarizes the most important changes in each release. For the
77
full list, see <<es-release-notes>> and <<breaking-changes>>.
88

9+
* <<release-highlights-6.8.0>>
910
* <<release-highlights-6.7.0>>
1011
* <<release-highlights-6.6.0>>
1112
* <<release-highlights-6.5.0>>
@@ -14,6 +15,7 @@ full list, see <<es-release-notes>> and <<breaking-changes>>.
1415

1516
--
1617

18+
include::highlights-6.8.0.asciidoc[]
1719
include::highlights-6.7.0.asciidoc[]
1820
include::highlights-6.6.0.asciidoc[]
1921
include::highlights-6.5.0.asciidoc[]

0 commit comments

Comments
 (0)