From 2bc1d5dea5e4b36ec84a55e9c650e04c722b3295 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Thu, 6 Feb 2025 22:04:47 -0300 Subject: [PATCH] Bump version for release 0.10.2 New features: - Allow single files as 'extra-data' - inventory: Reorganize inventory groups - extra_data: Adjust path when copying relative to cofig file Bugs fixed: - Do not display exception backtrace if failed to configuration - external-nodes: Fix missing python3-dnf5 - inventory: Add missing 'ipa_deployment' group - examples/external_addc.yml: Fix forwarder IP address - die(): Show "FATAL" on output - inventory: Only use ipaclient dns_resolver if server has DNS role - Documentation fixes Signed-off-by: Rafael Guterres Jeffman --- ipalab_config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipalab_config/__init__.py b/ipalab_config/__init__.py index f560568..6bf8732 100644 --- a/ipalab_config/__init__.py +++ b/ipalab_config/__init__.py @@ -1,3 +1,3 @@ """ipalab_config module.""" -__version__ = "0.10.1" +__version__ = "0.10.2"