RELEASE_NOTES.rdoc in naf-2.1.12 vs RELEASE_NOTES.rdoc in naf-2.1.13
- old
+ new
@@ -1,18 +1,31 @@
= Release Notes
+=== Version 2.1.13
+Bug fixes:
+* Large run interval for application schedule causes argument out of range error
+
+Features/Changes:
+* Cleanup script to remove data from the Naf schema
+* aws-sdk and yajl-ruby gems added in naf.gemspec
+* Html escape characters in log display instead of log files
+* Scripts tab renamed to Applications
+* Ability to download job logs
+* Ability to re-enqueue finished/errored/terminated job
+* Send Datadog metrics on runners
+
=== Version 2.1.12
Bug fixes:
* Logical::Naf::ConstructionZone#enqueue_application missing application_schedule parameter
=== Version 2.1.11
Bug fixes:
* Runner behaves correctly when it tries to delete a non-existing running job
* Adding application schedule prerequisites works correctly
* Log display outputs custom message when record id is not present
-Changes:
+Features/Changes:
* Only show affinities associated with machines that are not deleted
* Runner will cleanup other runners after they are dead
* Machine manager updates machines row if server address or server name match
* Improvements on naf runner script
@@ -21,11 +34,11 @@
* LogArchiver correctly removes files and directories
* Disabled machine is highlighted in red
* Custom validation for machine marked as enabled and deleted
* UI links behave correctly if the engine's mount path is different than '/job_system'
-Changes:
+Features/Changes:
* Improved memory management
* Removed machine log display
=== Version 2.1.9
Bug fixes:
@@ -44,20 +57,20 @@
* Job exit status always set to 0, even after the job errors
* Unnecessary 'open4' require statements
* Deleted application still runs if it has an enabled schedule
* LogArchiver did not delete empty folders
-Changes:
+Features/Changes:
* Created a log archival queuer script
* Created Api Authenticator for logs
=== Version 2.1.6
Bug fixes:
* Historical jobs application_schedule_id was not getting set, causing the runner to constantly queue applications.
* Pagination of application schedules on the index page was not properly working.
* When mouse hovered over the application schedule on the applicaiton show page, it did not show a detailed information about the schedule.
-Changes:
+Features/Changes:
* Included application name when editing an application schedule
=== Version 2.1.5
Bug fix:
* The code to manually add jobs/applications/schedules to the queue (::Logical::Naf::ConstructionZone::Boss) had an unecessary parameter that got passed into a call to create a job, thus raising an exception.