Skip to content

Conversation

@NomakCooper
Copy link
Contributor

SUMMARY

This PR fix charts module fail.

  • apply restriction on plotly and kaleido version ( chrome required problem )
ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

charts

ADDITIONAL INFORMATION

@github-actions
Copy link

github-actions bot commented Jul 3, 2025

Docs Build 📝

Thank you for contribution!✨

The docs for this PR have been published here:
https://3A2DEV.github.io/ans2dev.general/pr/193

You can compare to the docs for the main branch here:
https://3A2DEV.github.io/ans2dev.general/branch/main

The docsite for this PR is also available for download as an artifact from this run:
https://github.com/3A2DEV/ans2dev.general/actions/runs/16055534360

File changes:

Click to see the diff comparison.

NOTE: only file modifications are shown here. New and deleted files are excluded.
See the file list and check the published docs to see those files.

diff --git a/home/runner/work/ans2dev.general/ans2dev.general/docsbuild/base/charts_module.html b/home/runner/work/ans2dev.general/ans2dev.general/docsbuild/head/charts_module.html
index 0346b57..f7ce92c 100644
--- a/home/runner/work/ans2dev.general/ans2dev.general/docsbuild/base/charts_module.html
+++ b/home/runner/work/ans2dev.general/ans2dev.general/docsbuild/head/charts_module.html
@@ -174,8 +174,8 @@ see <a class="reference internal" href="#ansible-collections-ans2dev-general-cha
 <p>The below requirements are needed on the host that executes this module.</p>
 <ul class="simple">
 <li><p>requests</p></li>
-<li><p>plotly &lt; 6.1.0 &gt;= 6.1.1</p></li>
-<li><p>kaleido</p></li>
+<li><p>plotly &lt; 6.2.0</p></li>
+<li><p>kaleido &lt; 1.0.0</p></li>
 </ul>
 </section>
 <section id="parameters">

@ans2bot ans2bot bot added the success CI Check Pass label Jul 3, 2025
@NomakCooper
Copy link
Contributor Author

/unlabel needs_triage

@ans2bot ans2bot bot removed the needs_triage label Jul 3, 2025
@NomakCooper
Copy link
Contributor Author

/label backport-10

@ans2bot ans2bot bot added the backport-10 backport to stable-10 label Jul 3, 2025
Copy link
Contributor Author

@NomakCooper NomakCooper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@ans2bot ans2bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR approved by @NomakCooper

@NomakCooper NomakCooper merged commit 9cdc23f into 3A2DEV:main Jul 3, 2025
32 checks passed
@patchback
Copy link
Contributor

patchback bot commented Jul 3, 2025

Backport to stable-10: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-10/9cdc23fa0f00e5c1497e9517307a9ec03c898d7d/pr-193

Backported as #194

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Jul 3, 2025
…on (#193)

* charts - fix charts module version, restrick plotly and kaleido version

* charts - add new changelos fragment

(cherry picked from commit 9cdc23f)
NomakCooper added a commit that referenced this pull request Jul 3, 2025
…on (#193) (#194)

* charts - fix charts module version, restrick plotly and kaleido version

* charts - add new changelos fragment

(cherry picked from commit 9cdc23f)

Co-authored-by: Nocchia <133043574+NomakCooper@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-10 backport to stable-10 bug This issue/PR relates to a bug. docs_fragments module plugin roles success CI Check Pass tests units

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant