Skip to content

Commit 5762de5

Browse files
committed
Regenerate 1.1.0 release notes (#2925)
1 parent 6b9207f commit 5762de5

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

docs/release-notes/1.1.0.asciidoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,18 @@
2424
[float]
2525
=== Enhancements
2626

27+
* Validate unknown fields in ES v1beta1 {pull}2896[#2896]
28+
* Sort StatefulSets retrieved for a given ES cluster {pull}2882[#2882] (issue: {issue}2864[#2864])
2729
* Improve secure string generation {pull}2794[#2794]
2830
* Rename pause annotation {pull}2783[#2783]
2931
* Add validation webhook configurations for all resource types {pull}2781[#2781]
3032
* Surface EULA validation in annotation for trials {pull}2742[#2742]
3133
* Add automaxprocs {pull}2724[#2724]
3234
* Make transport service customizable {pull}2691[#2691]
3335
* Add the transport service DNS name to the CSR {pull}2687[#2687]
34-
* Update transport cert verification to full {pull}2659[#2659]
35-
* Do not call the voting config exclusions API at every single reconciliation {pull}2642[#2642] (issue: {issue}2605[#2605])
3636
* User-provided config take precedence over operator config {pull}2636[#2636]
3737
* Validate duplicated nodeSet names {pull}2631[#2631]
3838
* Stub initial support for Elastic stack version 8.0 {pull}2613[#2613]
39-
* Do not request ES to clear routing allocation exclude at every reconciliation {pull}2610[#2610] (issue: {issue}1522[#1522])
4039
* Get endpoints as part of the diagnostics bundle {pull}2603[#2603] (issue: {issue}2602[#2602])
4140
* ECK dump: export controller revisions {pull}2538[#2538]
4241
* Add operator flag to define default container registry {pull}2537[#2537]
@@ -56,6 +55,15 @@
5655
[float]
5756
=== Bug fixes
5857

58+
* Upgrade apm agent to latest master commit {pull}2921[#2921]
59+
* Close client after noop observer comparisons {pull}2916[#2916]
60+
* Use annotation to track created remote clusters {pull}2891[#2891]
61+
* Fix trial license validation issues {pull}2889[#2889]
62+
* Do not use annotations to cache Elasticsearch API calls {pull}2880[#2880]
63+
* Watch only trial license secret (not trial status) {pull}2879[#2879]
64+
* Add Elasticsearch client cache {pull}2875[#2875]
65+
* Do not reject PVC update when a different unit is used {pull}2857[#2857] (issue: {issue}2856[#2856])
66+
* Revert transport TLS certs verification from full to certificate {pull}2831[#2831] (issue: {issue}2823[#2823])
5967
* Fix labels on ES CA secret for Kibana association {pull}2773[#2773] (issue: {issue}2698[#2698])
6068
* Ensure that HTTP CA cert is always set {pull}2772[#2772]
6169
* License check: update remote cluster logs and events {pull}2746[#2746]

hack/licence-detector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ To generate the dependency list (`docs/container-image-dependencies.csv`) for a
7373
IMAGE_TAG=1.0.1 ./generate-image-deps.sh
7474
```
7575

76-
Note that Tern requires sudo access to mount the procfs file system and inspect the container layers. The script will prompt for the sudo password when needed.
76+
Note that Tern is Linux only (there are Vagrant instructions for OSX in the Tern repo) and requires sudo access to mount the procfs file system and inspect the container layers. The script will prompt for the sudo password when needed.
7777

7878
This script requires Docker, Python, and jq to be installed on the machine.

0 commit comments

Comments
 (0)