You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ Remember to restart any puppetmaster servers to clear provider caches and pull i
56
56
* Support management of the global jvm.options configuration file.
57
57
* Restricted permissions to the elasticsearch.yml file.
58
58
* X-Pack support added.
59
+
* X-Pack support added.
60
+
* Restricted permissions to the elasticsearch.yml file.
59
61
* Deprecation log configuration support added.
60
62
* Synced systemd service file with upstream.
61
63
@@ -71,6 +73,8 @@ Remember to restart any puppetmaster servers to clear provider caches and pull i
71
73
* Calls to `elasticsearch -version` in elasticsearch::plugin code replaced with native Puppet code to resolve Elasticsearch package version. Should improve resiliency when managing plugins.
72
74
* Removed deprecated ceritsc/yum module in favor of puppet/yum.
73
75
* Shield and X-Pack configuration files are stored in /etc/elasticsearch instead of /usr/share/elasticsearch.
76
+
* Shield and X-Pack configuration files are stored in /etc/elasticsearch instead of /usr/share/elasticsearch.
77
+
* Removed deprecated ceritsc/yum module in favor of puppet/yum.
74
78
75
79
#### Testing changes
76
80
@@ -126,6 +130,7 @@ This release also adds the ability to define logging rolling file settings and a
126
130
* Recursively create the logdir for elasticsearch when creating multiple instances
127
131
* Files and directories with root ownership now specify UID/GID 0 instead to improve compatability with *BSDs.
128
132
* Elasticsearch Debian init file changed to avoid throwing errors when DATA_DIR, WORK_DIR and/or LOG_DIR were an empty variable.
133
+
* Fixed a broken File dependency when a plugin was set to absent and ::elasticsearch set to present.
129
134
* Fixed issue when using the `proxy` parameter on plugins in Elasticsearch 2.x.
0 commit comments