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:
12
galaxy.yml
12
galaxy.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user