Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Updating the version numer for a change to internal status which coul…
Browse files Browse the repository at this point in the history
…d break wrappers scripts.

Updating the README file.
  • Loading branch information
morfien101 committed Mar 19, 2019
1 parent ecf3696 commit c7e6f5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Below is a table describing the API for chef waiter. Chefwaiter was built with e
|/chef/lock| GET | Shows the status of the lock for runs.
|/chef/lock/set| GET | Turns on the lock for chef runs. Stops any runs from occurring.
|/chef/lock/remove| GET | Turns off the lock for chef runs. Enables normal operation again.
|/_status | GET | Returns a epoch time from the time that the server was started. It can be used to infer a restart.
|/_status | GET | Return status information about the chef waiter.
| /healthcheck | GET | Returns a 200 OK to show that the server is online.

## Custom Runs
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Set version
VERSION_MAJOR=1
VERSION_MINOR=2
VERSION_PATCH=9
VERSION_MINOR=3
VERSION_PATCH=0
VERSION_SPECIAL=
VERSION=""

Expand Down

0 comments on commit c7e6f5f

Please sign in to comment.