Skip to content

Commit

Permalink
Bump version for release 0.10.2
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rjeffman committed Feb 7, 2025
1 parent fa1a819 commit 2bc1d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipalab_config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""ipalab_config module."""

__version__ = "0.10.1"
__version__ = "0.10.2"

0 comments on commit 2bc1d5d

Please sign in to comment.