From c7e6f5f6a244f36c2fcb71c12849868b82d461a8 Mon Sep 17 00:00:00 2001 From: Randy Coburn Date: Tue, 19 Mar 2019 11:49:30 +0000 Subject: [PATCH] Updating the version numer for a change to internal status which could break wrappers scripts. Updating the README file. --- README.md | 2 +- build.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3163b10..7aa3a08 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sh b/build.sh index 8bbaf7d..8e2e4bf 100755 --- a/build.sh +++ b/build.sh @@ -2,8 +2,8 @@ # Set version VERSION_MAJOR=1 -VERSION_MINOR=2 -VERSION_PATCH=9 +VERSION_MINOR=3 +VERSION_PATCH=0 VERSION_SPECIAL= VERSION=""