-
Notifications
You must be signed in to change notification settings - Fork 717
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Anya Sabo
authored
May 26, 2020
1 parent
44f933b
commit f13b6d2
Showing
5 changed files
with
44 additions
and
0 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
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,18 @@ | ||
:issue: https://github.com/elastic/cloud-on-k8s/issues/ | ||
:pull: https://github.com/elastic/cloud-on-k8s/pull/ | ||
|
||
[[release-notes-1.1.2]] | ||
== {n} version 1.1.2 | ||
|
||
|
||
|
||
|
||
|
||
[[bug-1.1.2]] | ||
[float] | ||
=== Bug fixes | ||
|
||
* Fix remote cluster annotation handling {pull}3101[#3101] | ||
* Fix Kibana certs secret labels {pull}3098[#3098] | ||
* Avoid overwriting default IPFamily of services {pull}3084[#3084] | ||
* Do not propagate Elasticsearch CA if none is provided {pull}3083[#3083] (issues: {issue}2243[#2243], {issue}3082[#3082]) |
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,20 @@ | ||
[[release-highlights-1.1.2]] | ||
== 1.1.2 release highlights | ||
|
||
[float] | ||
[id="{p}-112-new-and-notable"] | ||
=== New and notable | ||
This release contains bug fixes especially relevant for | ||
|
||
* users with custom certificates configured | ||
* users deploying ECK into dual-stack Kubernetes clusters | ||
|
||
as well as some minor bug fixes. | ||
|
||
[float] | ||
[id="{p}-112-breaking-changes"] | ||
=== Upgrade notes | ||
|
||
In ECK 1.1.0, users using custom certificates would be required to specify a certificate authority (CA), even if the CA was present in the system certificates. This was a regression in 1.1.0 and has been fixed in 1.1.2. Users with custom certificates that are signed by a well-known CA will now function without the user specifying the CA explicitly. | ||
|
||
In dual-stack (IPv4 and IPv6) clusters, the `ipFamily` field of any `Service` is defaulted and immutable. Previous versions of ECK would try to reset this field and fail. ECK 1.1.2 resolves this behavior and will leave the `ipFamily` field intact. Note that at this time ECK does not support running on IPv6, this simply allows it to run in Kubernetes clusters with the `IPv6DualStack` feature flag enabled. |
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