From 168002a0bd4de3f33868217a1f9dcfb299646c8a Mon Sep 17 00:00:00 2001 From: Joe Adams Date: Wed, 21 Jun 2023 21:05:14 -0400 Subject: [PATCH 1/2] Updates for v1.6.0 release Signed-off-by: Joe Adams --- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6bd7f1..533a60d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ -## Unreleased +## 1.6.0 / 2023-06-22 + * [BREAKING] Rename --es.cluster_settings to --collector.clustersettings +* [FEATURE] Add ILM metrics #513 +* [ENHANCEMENT] Add ElasticCloud node roles to role label #652 +* [ENHANCEMENT] Add ability to use AWS IAM role for authentication #653 +* [ENHANCEMENT] Add metric for index replica count #483 +* [BUGFIX] Set elasticsearch_clusterinfo_version_info guage to 1 #728 +* [BUGFIX] Fix index field counts with nested fields #675 + ## 1.5.0 / 2022-07-28 diff --git a/VERSION b/VERSION index bc80560f..dc1e644a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0 +1.6.0 From 831c5642ba2f76120c4242e4b2965a30ee2bb69c Mon Sep 17 00:00:00 2001 From: Joe Adams Date: Wed, 28 Jun 2023 19:53:58 -0400 Subject: [PATCH 2/2] Adjust language for breaking changes Signed-off-by: Joe Adams --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 533a60d8..1cb10b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## 1.6.0 / 2023-06-22 -* [BREAKING] Rename --es.cluster_settings to --collector.clustersettings +BREAKING CHANGES: + +The flag `--es.cluster_settings` has been renamed to `--collector.clustersettings`. + +* [CHANGE] Rename --es.cluster_settings to --collector.clustersettings * [FEATURE] Add ILM metrics #513 * [ENHANCEMENT] Add ElasticCloud node roles to role label #652 * [ENHANCEMENT] Add ability to use AWS IAM role for authentication #653