Skip to content

check_patroni 0.2.0 - 2023-03-20

Compare
Choose a tag to compare
@blogh blogh released this 20 Mar 14:29
· 58 commits to master since this release

Added:

  • Add a --save option when state files are used
  • Modify -e/--endpoints to allow a comma separated list of endpoints
  • Use requests instead of urllib3
  • Change the way logging is handled

Fix :

  • Reverse the test for node_is_pending
  • SSL handling

Misc

  • Several doc Fix and Updates
  • Use spellcheck and isort
  • Remove tests for python 3.6
  • Add python tests for python 3.11