From a220f77b886fc1665a91a77a1a104d6ce8e9b932 Mon Sep 17 00:00:00 2001 From: "ricardo.bartels@telekom.de" Date: Thu, 2 Sep 2021 23:56:00 +0200 Subject: [PATCH] prepares release Grace.1 1.1.1 --- README.md | 2 +- netbox-sync.py | 4 ++-- settings-example.ini | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb404c5..345ba06 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ usage: netbox-sync.py [-h] [-c settings.ini] Sync objects from various sources to NetBox -Version: 1.1.0 (2021-06-30) +Version: 1.1.1 (2021-09-02) optional arguments: -h, --help show this help message and exit diff --git a/netbox-sync.py b/netbox-sync.py index 1e4e1a9..744e6a0 100755 --- a/netbox-sync.py +++ b/netbox-sync.py @@ -25,8 +25,8 @@ from module.sources import instantiate_sources -__version__ = "1.1.0" -__version_date__ = "2021-06-30" +__version__ = "1.1.1" +__version_date__ = "2021-09-02" __author__ = "Ricardo Bartels " __description__ = "NetBox Sync" __license__ = "MIT" diff --git a/settings-example.ini b/settings-example.ini index 13cc239..a147bb4 100644 --- a/settings-example.ini +++ b/settings-example.ini @@ -65,7 +65,7 @@ host_fqdn = netbox.example.com # Whether items which were created by this program but can't be found in any # source anymore will be deleted or not. -#prune_enabled = true +#prune_enabled = false # Orphaned objects will first be tagged before they get deleted. Once the amount # of days passed the object will actually be deleted.