Releases: ohnotnow/cronmon
v3.0.0 Upgrade to Laravel v8
Templates and Laravel v7
Updated the code to use Laravel v7.
Also added an initial 'template' feature so you can more easily create new jobs via a simple HTTP call, which can be handy for auto-provisioning machines etc.
Bumped symfony components for security fix
2.0.1 Updated readme
Update to Laravel v6 and API feature
Updated the codebase to use Laravel v6 - note that this means the PHP version must be 7.2 or newer.
Also adds in the ability to create/update jobs via an API call which can be handy with automatic builds, server provisioning etc.
Bumped 'dusk' version
Forgot to merge this before the last release - it's only used in development to run tests.
Updated to Laravel 5.8
This release just updates the underlying framework to Laravel 5.8 - no other changes I think. Nothing should have changed apart from that (php version requirements etc are the same) but doing a minor version bump just to make things stand out.
Next major version will likely need PHP 7.2 - so heads up.
Deletable teams
Hadn't realised you couldn't delete a team - fixed :-)
Cron Schedules
You should now be able to set the schedule for jobs using a 'raw' CRON-style expression like */15 * * * *
if you want.
First release
Just tagging the current master as v1.0.0 - it's stable and works in our production env.
Looking to update the underlying laravel framework in the next release - probably go from the current 5.3 straight to 5.5 when it's released (sometime late June/July at a guess).