UNPKG

roarcli

Version:
171 lines (129 loc) 3.26 kB
Roar CLI release notes ============================= 1.0.51 ----- * Changed publish-inspector to allow for a `DefaultPriority` to be specified 1.0.50 ----- * Changed setup-agent to use correct archive name 1.0.49 ----- * Changed setup-agent to use yet another decompress library 1.0.48 ----- * Changed setup-agent to use unzip-stream for cross-platform support 1.0.47 ----- * Missing dependency in setup-agent 1.0.46 ----- * Moved agent to use zip format 1.0.45 ----- * Changes rules to use require not raw file read 1.0.44 ----- * Remove newlines from rules file on read 1.0.43 ----- * Added debug statement to print rule file raw data 1.0.42 ----- * Added debug statement to print out rule 1.0.41 ----- * Removed .apply and now call validateRule as normal function 1.0.40 ----- * Fixed bug for validating rules when contained as an array in a single file 1.0.39 ----- * Fixed operations check not having all the > and < operators 1.0.38 ----- * Added ability to have numeric characters in container name 1.0.37 ----- * Fixed bug to check for null with regex for validating the inspector name 1.0.36 ----- * Added ability to have numeric characters in inspector name 1.0.35 ----- * Fixed publish-inspector to accept rules files with array 1.0.34 ----- * Fixed bug in test-inspector to look for template-config with json extension. 1.0.33 ----- * Fixed bug for missing package. 1.0.32 ----- * Changed the decompress library for cross-platform support. 1.0.31 ----- * Fixed publish-inspector to correctly traverse rules directory. * Fixed category check on rules to use Name field. * Fixed rules check to be synchronous. 1.0.30 ----- * Changed publish-inspector to look for template-config.json not template-config.js when publishing the package. 1.0.29 ----- * Fixed publish-inspector to use pathname in publish() and pass in correct args. 1.0.28 ----- * Changed publish-inspector to look for template-config.json not template-config.js. 1.0.27 ----- * Changed register-deployment to use correct option names. 1.0.26 ----- * Changed register-deployment to log options. 1.0.25 ----- * Changed register-deployment to allow for the access key and secret to be passed in as parameters to avoid cross-platform issues with environment variables. 1.0.24 ----- * Changed setup-agent to provide full error message. 1.0.23 ----- * Changed setup-agent to pass key to agent. 1.0.22 ----- * Added check in setup-agent to verify pm2 is installed first. 1.0.21 ----- * Removed pm2 install, will be a pre-requisite for the user. 1.0.20 ----- * Removed extra home directory from agent log path. 1.0.19 ----- * Fixed roar-agent to use home directory for logging. 1.0.18 ----- * Changed setup-agent to only install the production dependencies. 1.0.17 ----- * Removed the sudo command from the pm2 install. 1.0.16 ----- * Fixed bug with invalid name of stream being written. 1.0.15 ----- * Fixed bug with name of tar file being incorrect in extract command. 1.0.14 ----- * Changed the agent location to the new default bucket. 1.0.13 ----- * Fixed generate-inspector to copy from parent directory. 1.0.5 ----- * Fixed generate-inspector to use running directory. * Moved to ES6. * Added initial testing. v1.0.0 ----- * Initial release.