Skip to content

Commit

Permalink
add dots
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfz0r committed Jan 10, 2023
1 parent a8a1c39 commit 8b8db9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog/unreleased/issue-463-bis.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type = "changed"
message = "Terminate collector processes with SIGTERM instead of SIGHUP"
message = "Terminate collector processes with SIGTERM instead of SIGHUP."

issues = ["463"]
pulls = ["462"]
Expand Down
2 changes: 1 addition & 1 deletion changelog/unreleased/issue-463-quater.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type = "added"
message = "Provide a new configuration option `collector_shutdown_timeout:10s` to determine how long to wait before sending a SIGKILL when shutting down collector processes"
message = "Provide a new configuration option `collector_shutdown_timeout:10s` to determine how long to wait before sending a SIGKILL when shutting down collector processes."

issues = ["463"]
pulls = ["462"]
Expand Down
2 changes: 1 addition & 1 deletion changelog/unreleased/issue-463-ter.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type = "changed"
message = "Terminate collector processes by killing the process group instead of just the PID"
message = "Terminate collector processes by killing the process group instead of just the PID."

issues = ["463"]
pulls = ["462"]
Expand Down
2 changes: 1 addition & 1 deletion changelog/unreleased/issue-463.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type = "fixed"
message = "Make collector shutdown handling more resilient to hanging child processes"
message = "Make collector shutdown handling more resilient to hanging child processes."

issues = ["463"]
pulls = ["462"]
Expand Down

0 comments on commit 8b8db9e

Please sign in to comment.