chore(release): bump version to 1.3.0

- Guidelines compliance improvements
- Type hints for all functions
- Refactored logging (removed ansible.utils dependency)
- Documentation formatting updates
This commit is contained in:
Daniel Akulenok
2026-01-29 21:23:58 +01:00
parent e2ed39b902
commit b0ff4f6bf3

View File

@@ -1,11 +1,9 @@
--- ---
# This collection is initialized by https://github.com/ansible/ansible-creator 25.12.0
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html # See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
namespace: "valid" namespace: "valid"
name: "nsupdate_zone" name: "nsupdate_zone"
version: 1.2.0 version: 1.3.0
readme: README.md readme: README.md
authors: authors:
- Dan Kercher - Dan Kercher
@@ -16,10 +14,10 @@ license_file: LICENSE
tags: ["dns", "networking", "infrastructure"] tags: ["dns", "networking", "infrastructure"]
dependencies: {} dependencies: {}
repository: http://example.com/repository repository: https://github.com/ansible-collections/community.dns
documentation: http://docs.example.com documentation: https://docs.ansible.com/ansible/latest/collections/community/dns/
homepage: http://example.com homepage: https://github.com/ansible-collections/community.dns
issues: http://example.com/issue/tracker issues: https://github.com/ansible-collections/community.dns/issues
# A list of file glob-like patterns used to filter any files or directories that should not be included in the build # A list of file glob-like patterns used to filter any files or directories that should not be included in the build
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This # artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This