From 3823f1618c4fb8d660adc9e52597ceffd59a1363 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Thu, 24 Jun 2021 17:14:55 +0100 Subject: Add release note for Kali Change-Id: I79907968e1e894fbe6f6373b87acce08d537c0ae Signed-off-by: Emma Foley --- docs/release/release-notes/index.rst | 1 + docs/release/release-notes/kali-release-notes.rst | 40 +++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 docs/release/release-notes/kali-release-notes.rst (limited to 'docs') diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst index 9eb1348e..df4696a5 100644 --- a/docs/release/release-notes/index.rst +++ b/docs/release/release-notes/index.rst @@ -11,5 +11,6 @@ Anuket Barometer Release Notes .. toctree:: :maxdepth: 1 + kali-release-notes release-notes diff --git a/docs/release/release-notes/kali-release-notes.rst b/docs/release/release-notes/kali-release-notes.rst new file mode 100644 index 00000000..250becc1 --- /dev/null +++ b/docs/release/release-notes/kali-release-notes.rst @@ -0,0 +1,40 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +============================ +Barometer Kali Release Notes +============================ + +This document provides the release notes for Kali release of Barometer. + +Summary +------- +The Kali release is the first one since becoming part of Anuket, and focussed +on changes that will make testing and integrating easier. + +Details +------- +Testing and build tools were developed and updated to do the following: + +* A new reference container was added for the collectd-6.0 version, which is + under development and represents a big API change that is not backwards + compatible. This reference build should facilitate porting the plugins that + were previously developed by the Barometer project. + https://jira.anuket.io/browse/BAROMETER-184 + +* Updated to the stable version of collectd to collectd 5.12. + +* Removed duplication in the three existing containers (stable, latest and experimental). + https://jira.anuket.io/browse/BAROMETER-179 + +Some work was started but not completed in the Kali release: + +* Updating of the ansible playbooks for generating configs so that they will be + easier to maintain and extend in the future. + +* Additional testing tools for verifying plugin functionality + +References +---------- +* `Barometer Kali release plan `_ +* `Kali Release on Jira `_ -- cgit 1.2.3-korg