Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

63 lines (37 loc) · 1.47 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.4.3-1] - 2023-10-31

  • omdclient.spec - EL9 support

[1.4.3] - 2022-09-15

Changed

  • omdclient.spec - CentOS 8 support (mostly in Requires: and BuildRequires:)
  • init.py - fixed a bad exception in loadCfg()
  • init.py - switching from load() to safe_load() in loadCfg()

[1.4.2] - 2019-08-23

Changed

  • init.py - decoding output from urllib requests (fixes "failed to run: a bytes-like object is required, not 'str'" bug)

[1.4.1] - 2019-08-19

Changed

  • ran all python through flake8 python linter, cleaned it up to match

[1.4.0] - 2019-08-16

Changed

  • omdclient/__init__.py - added some docs re: tag_role and tag_instance in the documentation (in short, we use them locally to tie together puppet + OMD, but they're not very interesting otherwise).
  • converted everything to Python 3

Removed

  • dropping rpms for RHEL 6

[1.3.5] - 2019-03-19

Added

  • CHANGELOG.md - standardizing on a single changelog file

Changed

  • Makefile.local - now includes Pypi (pip) bindings
  • setup.py, omdclient.spec - re-worked for setuptools instead of distutils.core
  • README.md - lots of updates on the path towards real distribution

Removed

  • TODO.md - currently empty