From 52fcebcd4b78c439718aaa12bdaa044b4d5434dd 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..3e5ba0f --- /dev/null +++ b/changelogs/fragments/v3.yml @@ -0,0 +1,3 @@ +major_changes: + - General overhaul (black code style) and renaming of all modules (dropping ``cs_`` prefix) (https://github.com/ngine-io/ansible-collection-cloudstack/pull/141). + - Ensuring backwards compatibility and integration tests with CloudStack 4.17 and 4.18. 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