Changes in pytiger¶
Release 2.0.2¶
Add SLES15 builds.
Release 2.0.1¶
Fix Read the Docs documentation builds.
Add EL10 builds.
Release 2.0.0¶
Drop Python 2 compatibility. The minimum supported Python version is now 3.6.
Remove all CentOS 7 packages, including SCL.
Remove deprecated
pytiger.logging.legacymodule.Remove deprecated
pytiger.nagiosmodule.Remove deprecated
pytiger.monitoring.MonitoringCheck.warn()method.Fix
pytiger.logging.configPython 3.13 compatibility.
Release 1.2.2¶
Add GitLab CI test runs and RPM building.
Overhaul the RPM spec file completely.
Refactor
pytiger.utils.pluginsfor Python 3.12.
Release 1.2.1¶
Correct code examples and formatting in
pytiger.logging.Remove Debian packaging from the
masterbranch in preparation for the conversion of the Debian package from a native package.
Release 1.2.0¶
Add a separator parameter to
pytiger.monitoring.MonitoringCheck.exit()New module:
pytiger.logging.syslogSet minimum Python interpreter version to 2.6
New module:
pytiger.logging.configNew module:
pytiger.monitoring(replacingpytiger.nagios)
Release 1.1.1¶
Deprecate nagios.NagiosClient.warn(), replace with warning() (#2)
Release 1.1.0¶
Python 3 compatibility
New module:
pytiger.utils.pluginsNew decorator:
pytiger.utils.decorators.singleton
Release 1.0.0¶
Initial release.