Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v1.7.0-dev-01 - Updated files to UTF format. - Added installation requirements for Python3 to dockerfile - Codebase updated for Python3 - Fixed cron.sh script - Fixed web app ports report * v1.7.0-dev-02 - Fixed wheel install - Updated config tpl to main - integrate with SSH data source - SSL Certificate Detail renamed to SSL Certificate - Other Detail attributes tweaked in line with BMC TKU - Reports incorporate "TLS Certificate" type * v1.7.0-dev-03 - Migrated to SofwareInstance link. Will generate new SI if missing. * v1.7.0-dev-04 - Fixed orphan certs report - Added back mapping for devices (if not Host/SoftwareInstance) - Added untested CMDB sync pattern (software only) * v1.7.0-dev-05 - Reorganised file structure - Added install script with API calls * v1.7.0-dev-06 - Removed system credentials from config.ini - Updated install file with api methods * v1.7.0-dev-07 - Added TPL upload function * v1.7.0-dev-08 - Added sshd user and port forward instructions - Updated Dockerfile with tideway package * v1.7.0-dev-09 - Updated config.ini, removed login details, updated query without quotes - Updated getCert to use API calls for search * v1.7.0-dev-10 - Added crontab and moved crond and sshd to supervisord - Added cli parser * v1.7.0-dev-11 - Made logfile optional argument - Internalised xml file generation - Updated crontab to specify config file - Token now stored as persistent environment variable (multiple tokens supported) * v1.7.0-dev-12 - Updated Dockerfile syntax - getCert Discovery target is enforced through parameters - New event to Discovery target to trigger a scan/collection - Randomly generated gpg passphrase is sent with event details (not stored) - API token stored in persistent environment variable (per Discovery instance) - getCert TPL overhaul - triggering on ExternalEvent * v1.7.0-dev-13 - Event Source working - getCert TPL updated - fixed device associations and new custom cert relationship between Cert Detail and Printer, StorageDevice and SNMPManagedDevice (does not show up in UI). * v1.7.0-dev-14 - Removed makefile code - Relocated install directory - Added debug options - New logs directory - IPv4 validation - Fixed posted event response - Removed config TPL - not required (variable info included in event) - Fixed missing SHA1 value - Added SHA256 fingerprint flag to openssl call - Set removal groups as standard - Fixed CMDB sync pattern missing terminator * v1.7.0-dev-15 - makeself moved to Dockerfile installation - standalone crontab update * v1.7.0-dev-16 - Added coreutils to install (MD5 missing, unable to be found by makeself)? - Updated all files to UTF-8 format - Install script can take target argument (for standalone install) - Updated build with makeself options - stores in a 'package' directory - Removed prep script - Setup script (run) now requires arguments for install/dashboards * v1.7.0-dev-17 - Moved crontab deployment into installation and setup scripts in order to pass target parameter - Fixed event log where mode is not set to 3 - Using python-crontab to set Docker crontab locally - Fixed path creation for first time standalone install - Fixed input for instance even if not doing install (used for crontab) * v1.7.0-dev-20 - Updated docs - Added archive docs.
- Loading branch information