Skip to content

Commit 866da8c

Browse files
committed
Release version 6.3.3
1 parent 25f2e23 commit 866da8c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
## x.x.x (Month Day, Year)
1+
## 6.3.3 (September 7, 2018)
2+
3+
Note that this release includes changes to a default value that may affect users that rely on `curl` or `wget` to retrieve Elasticsearch package files, as now all certificates are validated by default.
4+
To preserve existing behavior, set `$elasticsearch::download_tool_verify_certificates` to `false`.
25

36
#### Fixes
47
* Update puppetlabs-stdlib dependency to < 6.0.0
5-
* By default, package files downloaded with tools like wget or curl (i.e., the `$elasticsearch::download_tool parameter`) now verify certificates by default and a new boolean parameter has been added to indicate whether to ignore certificates (`$elasticsearch::download_tool_verify_certificates`).
6-
7-
#### Features
8+
* By default, package files downloaded with tools like wget or curl (i.e., the `$elasticsearch::download_tool` parameter) now verify certificates by default and a new boolean parameter has been added to indicate whether to ignore certificates (`$elasticsearch::download_tool_verify_certificates`).
89

910
## 6.3.2 (August 28, 2018)
1011

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-elasticsearch",
3-
"version": "6.3.2",
3+
"version": "6.3.3",
44
"source": "https://github.com/elastic/puppet-elasticsearch",
55
"author": "elastic",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)