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
{{ message }}
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,41 @@
1
1
# Changelog
2
2
3
+
## 7.16.3
4
+
5
+
* 7.16.3 as default version.
6
+
* 6.8.23 as 6.x tested version
7
+
8
+
## 7.16.2
9
+
10
+
* 7.16.2 as default version.
11
+
* 6.8.22 as 6.x tested version
12
+
13
+
## 7.16.1
14
+
15
+
* 7.16.1 as default version.
16
+
* 6.8.21 as 6.x tested version
17
+
18
+
19
+
| PR | Author | Title |
20
+
| --- | --- | --- |
21
+
|[#838](https://github.com/elastic/ansible-elasticsearch/pull/838)|[@mgreau](https://github.com/mgreau)| Add warning message about 8.x versions |
22
+
|[#830](https://github.com/elastic/ansible-elasticsearch/pull/830)|[@bfontaine](https://github.com/bfontaine)| README: fix link to ES licensing change blog post |
23
+
|[#831](https://github.com/elastic/ansible-elasticsearch/pull/831)|[@gaima8](https://github.com/gaima8)| command necessarily causes a change on each invocation breaking idempotency, wait_for accomplishes the same goal without the change |
24
+
|[#833](https://github.com/elastic/ansible-elasticsearch/pull/833)|[@Pablohn26](https://github.com/Pablohn26)| Fix broken link |
25
+
26
+
27
+
## 7.16.0
28
+
29
+
* 7.16.0 as default version.
30
+
31
+
32
+
| PR | Author | Title |
33
+
| --- | --- | --- |
34
+
|[#835](https://github.com/elastic/ansible-elasticsearch/pull/835)|[@jmlrt](https://github.com/jmlrt)| Remove Ubuntu 14.04 support |
35
+
|[#825](https://github.com/elastic/ansible-elasticsearch/pull/825)|[@darxriggs](https://github.com/darxriggs)| Remove duplicate entry from YAML |
36
+
|[#828](https://github.com/elastic/ansible-elasticsearch/pull/828)|[@ygel](https://github.com/ygel)| Rename master - main |
⚠️ **This Ansible role is being deprecated and will not be updated to support Elasticsearch 8.0.0 and the following versions.**
6
+
5
7
**THIS ROLE IS FOR 7.x & 6.x**
6
8
7
9
Ansible role for 7.x/6.x Elasticsearch. Currently this works on Debian and RedHat based linux systems. Tested platforms are:
8
10
9
-
* Ubuntu 14.04
10
11
* Ubuntu 16.04
11
12
* Ubuntu 18.04
12
13
* Ubuntu 20.04
@@ -50,7 +51,7 @@ Starting from Elasticsearch 7.11.0, OSS distributions will no longer be provided
50
51
This Ansible role will fail if `oss_version` is set to `true` and `es_version` is greater than
51
52
`7.11.0`.
52
53
53
-
See [Doubling down on open, Part II](https://www.elastic.co/blog/licensing-change for more details)
54
+
See [Doubling down on open, Part II](https://www.elastic.co/blog/licensing-change)
54
55
blog post for more details.
55
56
56
57
#### How to override configuration files provided by ansible-elasticsearch?
@@ -69,7 +70,7 @@ This role uses the json_query filter which [requires jmespath](https://github.co
69
70
Create your Ansible playbook with your own tasks, and include the role elasticsearch. You will have to have this repository accessible within the context of playbook.
Then create your playbook yaml adding the role elasticsearch.
@@ -83,16 +84,16 @@ The simplest configuration therefore consists of:
83
84
roles:
84
85
- role: elastic.elasticsearch
85
86
vars:
86
-
es_version: 7.15.1
87
+
es_version: 7.16.3
87
88
```
88
89
89
-
The above installs Elasticsearch 7.15.1 in a single node 'node1' on the hosts 'localhost'.
90
+
The above installs Elasticsearch 7.16.3 in a single node 'node1' on the hosts 'localhost'.
90
91
91
92
**Note**:
92
93
Elasticsearch default version is described in [`es_version`](https://github.com/elastic/ansible-elasticsearch/blob/main/defaults/main.yml#L2). You can override this variable in your playbook to install another version.
93
-
While we are testing this role only with one 7.x and one 6.x version (respectively [7.15.1](https://github.com/elastic/ansible-elasticsearch/blob/main/defaults/main.yml#L2) and [6.8.18](https://github.com/elastic/ansible-elasticsearch/blob/main/.kitchen.yml#L22) at the time of writing), this role should work with other versions also in most cases.
94
+
While we are testing this role only with one 7.x and one 6.x version (respectively [7.16.3](https://github.com/elastic/ansible-elasticsearch/blob/main/defaults/main.yml#L2) and [6.8.23](https://github.com/elastic/ansible-elasticsearch/blob/main/.kitchen.yml#L22) at the time of writing), this role should work with other versions also in most cases.
94
95
95
-
This role also uses [Ansible tags](http://docs.ansible.com/ansible/playbooks_tags.html). Run your playbook with the `--list-tasks` flag for more information.
96
+
This role also uses [Ansible tags](https://docs.ansible.com/ansible/2.9/user_guide/playbooks_tags.html). Run your playbook with the `--list-tasks` flag for more information.
96
97
97
98
## Testing
98
99
@@ -449,7 +450,7 @@ In addition to es_config, the following parameters allow the customization of th
449
450
450
451
* ```oss_version``` Default `false`. Setting this to `true` will install the oss release of Elasticsearch (for version <7.11.0 only).
451
452
* `es_xpack_trial` Default `false`. Setting this to `true` will start the 30-day trail once the cluster starts.
452
-
* ```es_version``` (e.g. "7.15.1").
453
+
* ```es_version``` (e.g. "7.16.3").
453
454
* ```es_api_host``` The host name used for actions requiring HTTP e.g. installing templates. Defaults to "localhost".
454
455
* ```es_api_port``` The port used for actions requiring HTTP e.g. installing templates. Defaults to 9200. **CHANGE IF THE HTTP PORT IS NOT 9200**
455
456
* ```es_api_basic_auth_username``` The Elasticsearch username for making admin changing actions. Used if Security is enabled. Ensure this user is admin.
0 commit comments