From 01a8561e48eb4d92cb14a5cf52c0c9bcdd8c7ddc Mon Sep 17 00:00:00 2001
From: Nocchia <133043574+NomakCooper@users.noreply.github.com>
Date: Thu, 3 Jul 2025 22:35:29 +0200
Subject: [PATCH] collection - update galaxy release (#195)
(cherry picked from commit 554fb72498ab6094a1bd3c239eab27505e49828a)
---
CHANGELOG.md | 32 +++++++++++++++----
changelogs/changelog.yaml | 16 ++++++++++
changelogs/fragments/0.2.2.yml | 3 --
.../191-charts-remove-plotly-restriction.yml | 2 --
...93-charts-apply-new-plotly-restriction.yml | 2 --
galaxy.yml | 4 +--
6 files changed, 43 insertions(+), 16 deletions(-)
delete mode 100644 changelogs/fragments/0.2.2.yml
delete mode 100644 changelogs/fragments/191-charts-remove-plotly-restriction.yml
delete mode 100644 changelogs/fragments/193-charts-apply-new-plotly-restriction.yml
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba73f6b..624157a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,19 +2,22 @@
**Topics**
-- v0\.2\.1
+- v0\.2\.2
- Release Summary
- Bugfixes
-- v0\.2\.0
+- v0\.2\.1
- Release Summary
+ - Bugfixes
+- v0\.2\.0
+ - Release Summary
- Minor Changes
- New Modules
- v0\.1\.0
- - Release Summary
+ - Release Summary
- New Modules
-
-## v0\.2\.1
+
+## v0\.2\.2
### Release Summary
@@ -25,12 +28,27 @@ The changelog describes all changes made to the modules and plugins included in
### Bugfixes
+* charts \- apply new plotly and kaleido version restriction\. Fix plotly\_get\_chrome \([https\://github\.com/3A2DEV/ans2dev\.general/pull/193](https\://github\.com/3A2DEV/ans2dev\.general/pull/193)\)\.
+* charts \- remove plotly version restriction\. charts module now works fine with plotly 6\.1\.1 \([https\://github\.com/3A2DEV/ans2dev\.general/pull/191](https\://github\.com/3A2DEV/ans2dev\.general/pull/191)\)\.
+
+
+## v0\.2\.1
+
+
+### Release Summary
+
+New release of the ans2dev\.general collection\.
+The changelog describes all changes made to the modules and plugins included in this collection\.
+
+
+### Bugfixes
+
* charts \- restrict plotly version to \< 6\.1\.0 \([https\://github\.com/3A2DEV/ans2dev\.general/pull/184](https\://github\.com/3A2DEV/ans2dev\.general/pull/184)\)\.
## v0\.2\.0
-
+
### Release Summary
New release of the ans2dev\.general collection\.
@@ -56,7 +74,7 @@ Official documentation is now avaible at [https\://3a2dev\.github\.io/ans2dev\.g
## v0\.1\.0
-
+
### Release Summary
This is the first proper release of the ans2dev\.general collection\.
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 6467c72..aa4e2a5 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -73,3 +73,19 @@ releases:
- 0.2.1.yml
- 184-charts-restrict-plotly.yml
release_date: '2025-05-16'
+ 0.2.2:
+ changes:
+ bugfixes:
+ - charts - apply new ``plotly`` and ``kaleido`` version restriction. Fix ``plotly_get_chrome``
+ (https://github.com/3A2DEV/ans2dev.general/pull/193).
+ - charts - remove ``plotly`` version restriction. charts module now works fine
+ with plotly ``6.1.1`` (https://github.com/3A2DEV/ans2dev.general/pull/191).
+ release_summary: 'New release of the ``ans2dev.general`` collection.
+
+ The changelog describes all changes made to the modules and plugins included
+ in this collection.'
+ fragments:
+ - 0.2.2.yml
+ - 191-charts-remove-plotly-restriction.yml
+ - 193-charts-apply-new-plotly-restriction.yml
+ release_date: '2025-07-03'
diff --git a/changelogs/fragments/0.2.2.yml b/changelogs/fragments/0.2.2.yml
deleted file mode 100644
index d8f5487..0000000
--- a/changelogs/fragments/0.2.2.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-release_summary: |
- New release of the ``ans2dev.general`` collection.
- The changelog describes all changes made to the modules and plugins included in this collection.
\ No newline at end of file
diff --git a/changelogs/fragments/191-charts-remove-plotly-restriction.yml b/changelogs/fragments/191-charts-remove-plotly-restriction.yml
deleted file mode 100644
index 70d8614..0000000
--- a/changelogs/fragments/191-charts-remove-plotly-restriction.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - charts - remove ``plotly`` version restriction. charts module now works fine with plotly ``6.1.1`` (https://github.com/3A2DEV/ans2dev.general/pull/191).
\ No newline at end of file
diff --git a/changelogs/fragments/193-charts-apply-new-plotly-restriction.yml b/changelogs/fragments/193-charts-apply-new-plotly-restriction.yml
deleted file mode 100644
index debb777..0000000
--- a/changelogs/fragments/193-charts-apply-new-plotly-restriction.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - charts - apply new ``plotly`` and ``kaleido`` version restriction. Fix ``plotly_get_chrome`` (https://github.com/3A2DEV/ans2dev.general/pull/193).
\ No newline at end of file
diff --git a/galaxy.yml b/galaxy.yml
index 84bb5a9..a9c369f 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -3,7 +3,7 @@
namespace: ans2dev
name: general
-version: 0.2.1
+version: 0.2.2
readme: README.md
authors:
- NomakCooper (github.com/NomakCooper)
@@ -15,7 +15,7 @@ tags:
- ans2dev
- general
repository: https://github.com/3A2DEV/ans2dev.general
-#documentation: https://github.com/ansible-collection-migration/community.REPO_NAME/tree/main/docs
+documentation: https://3a2dev.github.io/ans2dev.general/branch/main/
homepage: https://github.com/3A2DEV/ans2dev.general
issues: https://github.com/3A2DEV/ans2dev.general/issues
build_ignore: