diff --git a/CHANGELOG.md b/CHANGELOG.md index a5388af..2f7f7ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,32 @@ # Change Log +#### 1.2.15 - 11/05/2020 + * Update Cacti and Spine from 1.2.14 to 1.2.15 + * [changelog][CL1.2.15] + +#### 1.2.14 - 08/15/2020 + * Close issue [#73](https://github.com/scline/docker-cacti/issues/73) - Add CACTI_URL_PATH; Thanks for the request [xbolshe](https://github.com/xbolshe) and help on apache configs. + * Update Cacti and Spine from 1.2.11 to 1.2.14 + * [changelog][CL1.2.14] + +#### 1.2.11a - 04/18/2020 + * Close issue [#64](https://github.com/scline/docker-cacti/issues/64) - FPM initialization failed; Thanks to [kevburkett](https://github.com/kevburkett) for bringing this one up and helping validate the fix + * Close issue [#65](https://github.com/scline/docker-cacti/issues/65) - PHP-SNMP yum commands cause rpmdb error + +#### 1.2.11 - 04/17/2020 + * Update Docker container to use Centos8 over Centos7 + * Close issue [#59](https://github.com/scline/docker-cacti/issues/59) - errors with percona on compose single instance; Thank you [miguelwill](https://github.com/miguelwill) + * Update docker-comose examples with Mariadb:10.3 from older Percona version + * Close issue [#61](https://github.com/scline/docker-cacti/issues/61) - spine directory and crontab empty after docker-compose down and restoring; Thank you [kevburkett](https://github.com/kevburkett) + * Update docker-compose with `spine` volume + * Enable HTTPS functionality and self-sign certs when needed + * Allow functionality to disable PHP-SNMP usagage via `PHP_SNMP` environment variable + se + * Manual patch on provisioning new remote pollers - https://github.com/Cacti/cacti/issues/3459 + * Update Cacti and Spine from 1.2.8 to 1.2.11 + * [changelog 1.2.10 -> 1.2.11][CL1.2.11] + * [changelog 1.2.9 -> 1.2.10][CL1.2.10] + * [changelog 1.2.8 -> 1.2.9][CL1.2.9] + #### 1.2.8 - 12/11/2019 * Update Cacti and Spine from 1.2.6 to 1.2.8 * [changelog 1.2.7 -> 1.2.8][CL1.2.8] @@ -140,6 +168,11 @@ #### 1.1.0 - 03/25/2017 * Initial push +[CL1.2.15]: http://www.cacti.net/release_notes.php?version=1.2.15 +[CL1.2.14]: http://www.cacti.net/release_notes.php?version=1.2.14 +[CL1.2.11]: http://www.cacti.net/release_notes.php?version=1.2.11 +[CL1.2.10]: http://www.cacti.net/release_notes.php?version=1.2.10 +[CL1.2.9]: http://www.cacti.net/release_notes.php?version=1.2.9 [CL1.2.8]: http://www.cacti.net/release_notes.php?version=1.2.8 [CL1.2.7]: http://www.cacti.net/release_notes.php?version=1.2.7 [CL1.2.6]: http://www.cacti.net/release_notes.php?version=1.2.6 diff --git a/README.md b/README.md index 590dd27..bb59004 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,10 @@ REPLACE INTO `%DB_NAME%`.`settings` (`name`, `value`) VALUES('poller_type', '2') ``` # Change Log +#### 1.2.15 - 11/05/2020 + * Update Cacti and Spine from 1.2.14 to 1.2.15 + * [changelog][CL1.2.15] + #### 1.2.14 - 08/15/2020 * Close issue [#73](https://github.com/scline/docker-cacti/issues/73) - Add CACTI_URL_PATH; Thanks for the request [xbolshe](https://github.com/xbolshe) and help on apache configs. * Update Cacti and Spine from 1.2.11 to 1.2.14 @@ -254,6 +258,7 @@ REPLACE INTO `%DB_NAME%`.`settings` (`name`, `value`) VALUES('poller_type', '2') * Auto import remote pollers, currently you need to navigate to there GUI for a few clicks. * Documentation cleanup. +[CL1.2.15]: http://www.cacti.net/release_notes.php?version=1.2.15 [CL1.2.14]: http://www.cacti.net/release_notes.php?version=1.2.14 [CL1.2.11]: http://www.cacti.net/release_notes.php?version=1.2.11 [CL1.2.10]: http://www.cacti.net/release_notes.php?version=1.2.10 diff --git a/cacti/cacti-1.2.14.tar.gz b/cacti/cacti-1.2.15.tar.gz similarity index 66% rename from cacti/cacti-1.2.14.tar.gz rename to cacti/cacti-1.2.15.tar.gz index b2474f4..3f97d54 100644 Binary files a/cacti/cacti-1.2.14.tar.gz and b/cacti/cacti-1.2.15.tar.gz differ diff --git a/cacti/cacti-spine-1.2.14.tar.gz b/cacti/cacti-spine-1.2.14.tar.gz deleted file mode 100644 index f4d4ed9..0000000 Binary files a/cacti/cacti-spine-1.2.14.tar.gz and /dev/null differ diff --git a/cacti/cacti-spine-1.2.15.tar.gz b/cacti/cacti-spine-1.2.15.tar.gz new file mode 100644 index 0000000..1a05e90 Binary files /dev/null and b/cacti/cacti-spine-1.2.15.tar.gz differ