From 6c65feffa8a3ebe1fe892ff1e4af9823378c5954 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Wed, 5 Feb 2025 19:12:27 +0000 Subject: [PATCH] Edit CHANGELOG --- CHANGELOG | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1301cb4..9881c4a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,4 +5,14 @@ -> obsoletes 'Add dummy topologies' added vCenter twice (once as vCenter once as vM) with different object IDs -> obsoletes 'Don\'t add vCenter as VM' -2024-07-12: added support for Queried host is a host system \ No newline at end of file +2024-07-12: added support for Queried host is a host system +2024-07-13: refactoring save topology/make default and add dummy's logic +2024-07-16: moved add_host/add_service/add_connection to lib/utils/TopoObjects/TopoConnections + moved ruleset name constants to utils/ruleset_names.py +2024-07-25: fixed crash if VM has no data store +2024-07-29: added option to ignore powered off VMs + added option to ignore VMs by name (regex) +2024-07-31: added option to map vSphere names to CMK/topology names for data center, cluster, hosts and VMs +2024-08-06: fixed crash on mapping vm_name +2024-01-16: added suffix option ThX to Thomas Kloppholz + refactored constants to enum \ No newline at end of file -- GitLab