From 07444badf6accdddad1c8cd4e580fb3c00619f08 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Wed, 30 Nov 2022 19:03:51 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c0a146e..84126b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,8 +11,6 @@ EoX 2021-07-23: rewrite for CMK 2.0 2021-07-30: moved parse function to utils - - Contract 2017-03-20: initial version EoX 2017-05-29: fixed empty pid handling @@ -25,7 +23,6 @@ Contract cleanup create_sn2info_record 2021-07-30: moved parse function to utils - PSIRT 2017-07-05: initial release 2018-04-09: removed import @@ -37,7 +34,6 @@ PSIRT node = inv_tree('software.support.cisco_psirt.') changed variable host_name to _hostname for cmk 1.5 - Suggestion 2017-07-13: initial release 2018-04-09 : removed import @@ -45,16 +41,15 @@ Suggestion 2018-09-05 : changes for CMK 1.5.x (replaced global variable g_hostname with api call host_name()) 2019-08-13 : changes for cmk 1.5.x varianle host_name changed to _hotname - Bug 2018-12-26: initial release 2019-08-03: changes for cmk 1.5: inv_tree_list to inv_tree, comment out split for cmk 1.5 #bug['known_fixed_releases'] = bug['known_fixed_releases'].split(' ') #bug['known_affected_releases'] = bug['known_affected_releases'].split(' ') - 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 +2022-11-30: WATO: fixed CheckParameterRulespecWithoutItem (from CheckParameterRulespecWithItem) -- GitLab