Skip to content

Latest commit

 

History

History
89 lines (65 loc) · 3.98 KB

File metadata and controls

89 lines (65 loc) · 3.98 KB

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.