From 2e1f31b4b60c118fcc91895c467356465ffb8df4 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Mon, 2 Dec 2024 08:25:44 +0100 Subject: [PATCH] add changelog, bump version --- changelogs/fragments/v3.yml | 3 +++ galaxy.yml | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/v3.yml diff --git a/changelogs/fragments/v3.yml b/changelogs/fragments/v3.yml new file mode 100644 index 0000000..ff8fc13 --- /dev/null +++ b/changelogs/fragments/v3.yml @@ -0,0 +1,3 @@ +major_changes: + - General overhaul (black code style) and renaming of all modules (droping cs_ prefix) + ensuring backwards compatibility and integration tests with CloudStack 4.17 and 4.18 (https://github.com/ngine-io/ansible-collection-cloudstack/pull/141). diff --git a/galaxy.yml b/galaxy.yml index 118d65a..fe00a27 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -14,7 +14,8 @@ description: "Ansible Collection for Apache CloudStack based clouds" documentation: "" homepage: "https://github.com/ngine-io/ansible-collection-cloudstack" issues: "https://github.com/ngine-io/ansible-collection-cloudstack/issues" -license: GPL-3.0-or-later +license: + - GPL-3.0-or-later name: cloudstack namespace: ngine_io readme: README.md @@ -23,4 +24,4 @@ tags: - cloud - cloudstack - ngine_io -version: 2.5.0 +version: 3.0.0