diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f7f7ac..244f182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Change Log +#### 1.2.16 - 12/27/2020 + * Update Cacti and Spine from 1.2.15 to 1.2.16 + * [changelog][CL1.2.16] + * [zuka1337](https://github.com/zuka1337) added powertools to base dockerfile image via [#82](https://github.com/scline/docker-cacti/pull/82) + #### 1.2.15 - 11/05/2020 * Update Cacti and Spine from 1.2.14 to 1.2.15 * [changelog][CL1.2.15] @@ -168,6 +173,7 @@ #### 1.1.0 - 03/25/2017 * Initial push +[CL1.2.16]: http://www.cacti.net/release_notes.php?version=1.2.16 [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 diff --git a/README.md b/README.md index bb59004..252e145 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,11 @@ REPLACE INTO `%DB_NAME%`.`settings` (`name`, `value`) VALUES('poller_type', '2') ``` # Change Log +#### 1.2.16 - 12/27/2020 + * Update Cacti and Spine from 1.2.15 to 1.2.16 + * [changelog][CL1.2.16] + * [zuka1337](https://github.com/zuka1337) added powertools to base dockerfile image via [#82](https://github.com/scline/docker-cacti/pull/82) + #### 1.2.15 - 11/05/2020 * Update Cacti and Spine from 1.2.14 to 1.2.15 * [changelog][CL1.2.15] @@ -258,6 +263,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.16]: http://www.cacti.net/release_notes.php?version=1.2.16 [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