From cc06e827988acc1d5ef3e58ca284c9efb5dd6884 Mon Sep 17 00:00:00 2001 From: agileshaw Date: Wed, 14 Dec 2022 10:46:56 -0500 Subject: [PATCH] Change log for release 1.0.0 --- docs/changelog.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/changelog.rst diff --git a/docs/changelog.rst b/docs/changelog.rst new file mode 100644 index 0000000..ecdfe27 --- /dev/null +++ b/docs/changelog.rst @@ -0,0 +1,11 @@ +**Changelog** + +1.0 +^^^ +Dec 2022 + +* Add function to connect to a juju controller to collect machine status data +* Add initial implementation of hardware detection +* Add function to log collected metrics in prometheus registry and expose it as an http server +* Add lint, unit, and functional tests +* Setup GitHub workflow