* Fri Sep 16 2022 Martin Liška <mliska@suse.cz>
- Update to 2.1.2:
* Fix missing type conversion for --data by @K0nne in #77
* Add CLI Flag to change HTTP method by @martialblog in #79
* Update Makefile and Workflows by @martialblog in #78
* Tue Mar 08 2022 Martin Liška <mliska@suse.cz>
- Skip build for Python 3.8.
* Tue Mar 08 2022 Martin Liška <mliska@suse.cz>
- Skip build for Python 3.6.
* Tue May 04 2021 Martin Hauke <mardnh@gmx.de>
- Skip build with python39
* Mon Mar 08 2021 Martin Hauke <mardnh@gmx.de>
- Don't use python_alternatives
* Tue Mar 02 2021 Martin Hauke <mardnh@gmx.de>
- Don't build with python36
- Update to version 2.1.1
* Always load system default CA files.
* Fix conditional check on empty data.
- Update to version 2.1
* Empty JSON return values are now handled.
* Scripts tries to parse and apply rules on HTTPErrors (50*)
- remove extra download of icinga2_check_command_definition.conf
it's now part of the release tarball
* Fri Jul 03 2020 mliska@suse.cz
- Update to version 2.1+git.1593763135.c23ebac:
* Add JSON parsing on HTTPError
* Add handling of empty JSON return values
* Add spaces to debug output
* Add JSON parsing on HTTPError
* Adjust pylint for new function
* Move main entrypoint to own function for simpler testing
* Add Makefile and requirements.txt for easier testing
* Update README
* added missing cli args for V2.0
* added icinga2 command definitions
* Tue Mar 31 2020 Martin Hauke <mardnh@gmx.de>
- Add icinga2 command configuration template (not yet part of
upstream)
* Tue Mar 31 2020 mcepl@cepl.eu
- Update to version 2.0+git.1585671306.219e993:
* Code Refactor. UnitTests are now in a separate file and CI is enabled.
* Python 3 support #48 #56
* OK Results can now show the returned data #52
* New CLI option -F to split JSON values #54
* Various Bugfixes #34 #43 #53
* Tue Mar 24 2020 mcepl@cepl.eu
- Update to version 1.4+git.1580742414.2196dba:
- Branch python3 has been merged, pulling from the master.
- There are no tests upstream, don't pretend there are.
* Tue Mar 24 2020 Martin Liška <mliska@suse.cz>
- Remove update-alternatives and install to nagios plugin folder.
* Tue Mar 24 2020 Martin Liška <mliska@suse.cz>
- Rename to monitoring-plugins-http_json.
* Thu Mar 12 2020 mcepl@cepl.eu
- Update to version 1.4+git.1584019054.4f1d29d:
* Fix new Python3.8 warnings:
* Tue Mar 10 2020 mcepl@cepl.eu
- Update to version 1.4+git.1583782740.e7cf7ca:
* Add value_separator option to specify how JSON values are being split
* Add boundary check for SubArrayElement function
* Add unittest for argsparse
* Add test case for key_value_list_unknown
* Add and format some doc_strings
* Use Python3 in GitHub Action
* Add CI Badge to README
* Add Coverage report
* Add GitHub Action for Unit Test
* Move test to separat file
* Tue Mar 10 2020 Matej Cepl <mcepl@suse.com>
- Initial packaging effort