File tree Expand file tree Collapse file tree 5 files changed +29
-13
lines changed Expand file tree Collapse file tree 5 files changed +29
-13
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ plugins:
3131 strategy : {}
3232 test : {}
3333 vars : {}
34- version : 0.1 .0
34+ version : 0.5 .0
Original file line number Diff line number Diff line change @@ -8,15 +8,28 @@ releases:
88
99 '
1010 fragments :
11- - 0.1.0.yml
11+ - 0.1.0.yml
1212 modules :
13- - description : Manage zone resource records in UltraDNS
14- name : record
15- namespace : ' '
16- - description : Manage secondary zones in UltraDNS
17- name : secondary_zone
18- namespace : ' '
19- - description : Manage primary zones in UltraDNS
20- name : zone
21- namespace : ' '
13+ - description : Manage zone resource records in UltraDNS
14+ name : record
15+ namespace : ' '
16+ - description : Manage secondary zones in UltraDNS
17+ name : secondary_zone
18+ namespace : ' '
19+ - description : Manage primary zones in UltraDNS
20+ name : zone
21+ namespace : ' '
22+ release_date : ' 2024-12-13'
23+ 0.5.0 :
24+ changes :
25+ minor_changes :
26+ - Add doc_fragments to reduce duplication in the documentation
27+ release_summary : ' | Release Date: 2024-12-13
28+
29+ | Project cleanup and refactor from initial results
30+
31+ '
32+ fragments :
33+ - 0.5.0.yml
34+ - document-cleanup.yml
2235 release_date : ' 2024-12-13'
Original file line number Diff line number Diff line change 1+ release_summary : |
2+ | Release Date: 2024-12-13
3+ | Project cleanup and refactor from initial results
Original file line number Diff line number Diff line change 55
66namespace : " ultradns"
77name : " ultradns"
8- version : 0.1 .0
8+ version : 0.5 .0
99readme : README.md
1010authors :
1111 - ultradns
Original file line number Diff line number Diff line change 33import json
44import time
55
6- VERSION = "0.1 .0"
6+ VERSION = "0.5 .0"
77PREFIX = "udns-ansible-"
88
99try :
You can’t perform that action at this time.
0 commit comments