Skip to content

Commit

Permalink
Bump version 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesoff committed Mar 3, 2024
1 parent db49fc8 commit fdececa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.12.1:
* Adjust no-alerters message to warn not critical
* Include output on "command" monitor failure
* Switch map output to just OSM
* Make make_start option required if map is enabled
* Improve help output and add basic man page
* Add hostname to notifications
* Support loading config files from a directory
* Add timeout for receive in network listener
* Add option to capture "command" monitor output
* Switch to icmplib for "ping" monitor

1.12:
* Require Python 3.7+
* Add allow_redirects option for HTTP monitor
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "simplemonitor"
version = "1.12.0"
version = "1.12.1"
description = "A simple network and host monitor"
license = "BSD-3-Clause"
authors = ["James Seward <[email protected]>"]
Expand Down

0 comments on commit fdececa

Please sign in to comment.