Skip to content

Commit 2e1f31b

Browse files
committed
add changelog, bump version
1 parent a81418d commit 2e1f31b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelogs/fragments/v3.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
major_changes:
2+
- General overhaul (black code style) and renaming of all modules (droping cs_ prefix)
3+
ensuring backwards compatibility and integration tests with CloudStack 4.17 and 4.18 (https://github.com/ngine-io/ansible-collection-cloudstack/pull/141).

galaxy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ description: "Ansible Collection for Apache CloudStack based clouds"
1414
documentation: ""
1515
homepage: "https://github.com/ngine-io/ansible-collection-cloudstack"
1616
issues: "https://github.com/ngine-io/ansible-collection-cloudstack/issues"
17-
license: GPL-3.0-or-later
17+
license:
18+
- GPL-3.0-or-later
1819
name: cloudstack
1920
namespace: ngine_io
2021
readme: README.md
@@ -23,4 +24,4 @@ tags:
2324
- cloud
2425
- cloudstack
2526
- ngine_io
26-
version: 2.5.0
27+
version: 3.0.0

0 commit comments

Comments
 (0)