From b0ff4f6bf3628071c3007a84ce62134652f238ed Mon Sep 17 00:00:00 2001 From: Daniel Akulenok Date: Thu, 29 Jan 2026 21:23:58 +0100 Subject: [PATCH] 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 --- galaxy.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 06e2b62..9fa6f5d 100644 --- a/galaxy.yml +++ b/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 namespace: "valid" name: "nsupdate_zone" -version: 1.2.0 +version: 1.3.0 readme: README.md authors: - Dan Kercher @@ -16,10 +14,10 @@ license_file: LICENSE tags: ["dns", "networking", "infrastructure"] dependencies: {} -repository: http://example.com/repository -documentation: http://docs.example.com -homepage: http://example.com -issues: http://example.com/issue/tracker +repository: https://github.com/ansible-collections/community.dns +documentation: https://docs.ansible.com/ansible/latest/collections/community/dns/ +homepage: https://github.com/ansible-collections/community.dns +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 # artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This