Skip to content

Commit e48f334

Browse files
committed
increment version, regenerate changelog
1 parent 4d949c3 commit e48f334

File tree

5 files changed

+29
-13
lines changed

5 files changed

+29
-13
lines changed

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ plugins:
3131
strategy: {}
3232
test: {}
3333
vars: {}
34-
version: 0.1.0
34+
version: 0.5.0

changelogs/changelog.yaml

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff 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'

changelogs/fragments/0.5.0.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
release_summary: |
2+
| Release Date: 2024-12-13
3+
| Project cleanup and refactor from initial results

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace: "ultradns"
77
name: "ultradns"
8-
version: 0.1.0
8+
version: 0.5.0
99
readme: README.md
1010
authors:
1111
- ultradns

plugins/module_utils/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import json
44
import time
55

6-
VERSION = "0.1.0"
6+
VERSION = "0.5.0"
77
PREFIX = "udns-ansible-"
88

99
try:

0 commit comments

Comments
 (0)