From d744cf792080a0164fc6f15970e46827512759aa Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Fri, 30 Jul 2021 18:30:29 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index fc248f0..c0a146e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,8 @@ EoX 2020-08-04: code cleanup (_create_eox_record function) moved node tree from hardware.system.support to hardware.system 2021-07-23: rewrite for CMK 2.0 +2021-07-30: moved parse function to utils + Contract @@ -21,6 +23,7 @@ Contract 2019-08-13: chaged variable host_anme to _hostname for cmk1.5 2020-08-04: moved node tree from hardware.system.support to hardware.system cleanup create_sn2info_record +2021-07-30: moved parse function to utils PSIRT @@ -54,3 +57,4 @@ All 2021-07-23: rewritten for CMK 2.0 2021-07-24: changed config file format/name to json, removed ConfigParser 2021-07-25: removed sugestion and api_status plugins +2021-07-30: renamed utils/ciscoapi.py to utils/inv_cisco_support.py -- GitLab