Skip to content

0.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 20:47
· 4 commits to main since this release
554fb72

ans2dev.general collection Release Notes

Topics

v0.2.2

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 - apply new plotly and kaleido version restriction. Fix plotly_get_chrome (#193).
  • charts - remove plotly version restriction. charts module now works fine with plotly 6.1.1 (#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 (#184).

v0.2.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.
Official documentation is now avaible at https://3a2dev.github.io/ans2dev.general

Minor Changes

  • open_xl - add new n value for op option to create new excel file without src (#116).
  • open_xl - fix bgColor format cells when write data, now module reapply the format (#142).
  • sar_facts - Updated to follow the Ansible standard, it now uses module.run_command() and module.get_bin_path() (#154).

New Modules

  • ans2dev.general.chrony_info - Collect chrony information.
  • ans2dev.general.udevadm_control - Reload udev rules.
  • ans2dev.general.udevadm_info - Collect udevadm device information.
  • ans2dev.general.udevadm_trigger - Trigger udev rules.
  • ans2dev.general.udevadm_verify - Verify udev rules file.

v0.1.0

Release Summary

This is the first proper release of the ans2dev.general collection.
The changelog describes all changes made to the modules and plugins included in this collection.

New Modules

  • ans2dev.general.charts - Generate high-quality charts using Plotly and save them as images.
  • ans2dev.general.exa_facts - Gathers facts about Oracle Exadata Machine and rack.
  • ans2dev.general.open_xl - Read and update Excel files using openpyxl.
  • ans2dev.general.sar_facts - Collect system activity report (SAR) data for system performance monitoring.