Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Apr 12, 2019
1 parent 20393f5 commit b64b115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## v2.3.6 (UNRELEASED)
## v2.3.6

- Continue with task cleanup
- Fix deleting of unregistered services (thanks @Shaiou)
- Add bool filter to templates (thanks @eeroniemi)
- Fix CONSUL_ACL_POLICY (thanks @eeroniemi)
- Correct cleanup task fileglob bogusness
- Switch to SIGTERM in sysvinit stop

## v2.3.5

Expand Down
2 changes: 1 addition & 1 deletion templates/consul_sysvinit.j2
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stop() {
fi

mkpidfile
killproc "${KILLPROC_OPT}" "${CONSUL}" -9
killproc "${KILLPROC_OPT}" "${CONSUL}" -SIGTERM

retcode=$?
rm -f "${LOCK_FILE}" "${PID_FILE}"
Expand Down

0 comments on commit b64b115

Please sign in to comment.