Skip to content

Commit

Permalink
Merge pull request #57 from scline/1.2.8
Browse files Browse the repository at this point in the history
Updating to cacti 1.2.8
  • Loading branch information
scline authored Dec 11, 2019
2 parents 1971fe9 + 9d164d8 commit a425754
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 39 deletions.
112 changes: 73 additions & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
# Change Log
#### 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]
* [changelog 1.2.6 -> 1.2.7][CL1.2.7]

#### 1.2.6a - 10/30/2019
* Update start.sh to persist Apache Cacti configurations on restart. [#52] (https://github.com/scline/docker-cacti/issues/52)
* Update docker-compose examples to use different type of volumes so `docker-compose down` will not affect data without the `-v` flag.

#### 1.2.6 - 09/06/2019
* Update Cacti and Spine from 1.2.0 to 1.2.6
* [changelog][cacti_changelog]
* Removed 1.1.X changelog notes from README.md, this can be located in [CHANGELOG.md](https://github.com/scline/docker-cacti/blob/master/changelog.md)
* Close Issue [#49](https://github.com/scline/docker-cacti/issues/49) - New version of Spine don't have configure file
* Close Issue [#45](https://github.com/scline/docker-cacti/issues/45) - Directories backup and backups mixed up; thank you [shortbloke](https://github.com/shortbloke) for [PR #46](https://github.com/scline/docker-cacti/pull/46)
* Merge [PR #47](https://github.com/scline/docker-cacti/pull/47) and [PR #48](https://github.com/scline/docker-cacti/pull/48) - Add modify PHP env; thank you [joey741019](https://github.com/joey741019)

#### 1.2.0 - 01/06/2019
* Update Cacti and Spine from 1.1.38 to 1.2.0
* [changelog][cacti_changelog]

* Add sendmail to dockerfile via yum due to cacti 1.2.0 requirements
* Created separate changlog file for future documentation cleanup
* Update PHP variable readme to include `max_execution_time` and `memory_limit` changes for 1.2.0
* Add and Hotfix the PHP variable `max_execution_time` for PHP_MAX_EXECUTION_TIME and `memory_limit` for PHP_MEMORY_LIMIT

#### 1.1.38 - 05/12/2018
* Update Cacti and Spine from 1.1.37 to 1.1.38
* [changelog 1.1.37 -> 1.1.38][CL1.1.38]
Expand All @@ -13,7 +39,6 @@
* Close Issue [#38](https://github.com/scline/docker-cacti/issues/38) - "httpd: Could not reliably determine the server's fully qualified domain name" httpd errors
* Close Issue [#40](https://github.com/scline/docker-cacti/issues/40) - Remove documentation about automated backups since this is not implemented.


#### 1.1.34 - 02/8/2018
* Update Cacti and Spine from 1.1.31 to 1.1.34
* [changelog 1.1.33 -> 1.1.34][CL1.1.34]
Expand Down Expand Up @@ -115,43 +140,44 @@
#### 1.1.0 - 03/25/2017
* Initial push

[CL1.2.6]: https://www.cacti.net/changelog.php
[CL1.2.5]: https://www.cacti.net/changelog.php
[CL1.2.4]: https://www.cacti.net/changelog.php
[CL1.2.3]: https://www.cacti.net/changelog.php
[CL1.2.2]: https://www.cacti.net/changelog.php
[CL1.2.1]: https://www.cacti.net/changelog.php
[CL1.2.0]: https://www.cacti.net/changelog.php
[CL1.2.0]: https://www.cacti.net/changelog.php
[CL1.1.38]: https://www.cacti.net/changelog.php
[CL1.1.37]: https://www.cacti.net/changelog.php
[CL1.1.36]: https://www.cacti.net/changelog.php
[CL1.1.35]: https://www.cacti.net/changelog.php
[CL1.1.34]: https://www.cacti.net/changelog.php
[CL1.1.33]: https://www.cacti.net/changelog.php
[CL1.1.32]: https://www.cacti.net/changelog.php
[CL1.1.31]: https://www.cacti.net/changelog.php
[CL1.1.30]: https://www.cacti.net/changelog.php
[CL1.1.29]: https://www.cacti.net/changelog.php
[CL1.1.28]: https://www.cacti.net/changelog.php
[CL1.1.27]: https://www.cacti.net/changelog.php
[CL1.1.26]: https://www.cacti.net/changelog.php
[CL1.1.25]: https://www.cacti.net/changelog.php
[CL1.1.24]: https://www.cacti.net/changelog.php
[CL1.1.23]: https://www.cacti.net/changelog.php
[CL1.1.22]: https://www.cacti.net/changelog.php
[CL1.1.21]: https://www.cacti.net/changelog.php
[CL1.1.20]: https://www.cacti.net/changelog.php
[CL1.1.19]: https://www.cacti.net/changelog.php
[CL1.1.18]: https://www.cacti.net/changelog.php
[CL1.1.17]: https://www.cacti.net/changelog.php
[CL1.1.16]: https://www.cacti.net/changelog.php
[CL1.1.15]: https://www.cacti.net/changelog.php
[CL1.1.14]: https://www.cacti.net/changelog.php
[CL1.1.13]: https://www.cacti.net/changelog.php
[CL1.1.12]: https://www.cacti.net/changelog.php
[CL1.1.11]: https://www.cacti.net/changelog.php
[CL1.1.10]: https://www.cacti.net/changelog.php
[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
[CL1.2.5]: http://www.cacti.net/release_notes.php?version=1.2.5
[CL1.2.4]: http://www.cacti.net/release_notes.php?version=1.2.4
[CL1.2.3]: http://www.cacti.net/release_notes.php?version=1.2.3
[CL1.2.2]: http://www.cacti.net/release_notes.php?version=1.2.2
[CL1.2.1]: http://www.cacti.net/release_notes.php?version=1.2.1
[CL1.2.0]: http://www.cacti.net/release_notes.php?version=1.2.0
[CL1.1.38]: https://www.cacti.net/changelog.php?version=1.1.38
[CL1.1.37]: https://www.cacti.net/changelog.php?version=1.1.37
[CL1.1.36]: https://www.cacti.net/changelog.php?version=1.1.36
[CL1.1.35]: https://www.cacti.net/changelog.php?version=1.1.35
[CL1.1.34]: https://www.cacti.net/changelog.php?version=1.1.34
[CL1.1.33]: https://www.cacti.net/changelog.php?version=1.1.33
[CL1.1.32]: https://www.cacti.net/changelog.php?version=1.1.32
[CL1.1.31]: https://www.cacti.net/changelog.php?version=1.1.31
[CL1.1.30]: https://www.cacti.net/changelog.php?version=1.1.30
[CL1.1.29]: https://www.cacti.net/changelog.php?version=1.1.29
[CL1.1.28]: https://www.cacti.net/changelog.php?version=1.1.28
[CL1.1.27]: https://www.cacti.net/changelog.php?version=1.1.27
[CL1.1.26]: https://www.cacti.net/changelog.php?version=1.1.26
[CL1.1.25]: https://www.cacti.net/changelog.php?version=1.1.25
[CL1.1.24]: https://www.cacti.net/changelog.php?version=1.1.24
[CL1.1.23]: https://www.cacti.net/changelog.php?version=1.1.23
[CL1.1.22]: https://www.cacti.net/changelog.php?version=1.1.22
[CL1.1.21]: https://www.cacti.net/changelog.php?version=1.1.21
[CL1.1.20]: https://www.cacti.net/changelog.php?version=1.1.20
[CL1.1.19]: https://www.cacti.net/changelog.php?version=1.1.19
[CL1.1.18]: https://www.cacti.net/changelog.php?version=1.1.18
[CL1.1.17]: https://www.cacti.net/changelog.php?version=1.1.17
[CL1.1.16]: https://www.cacti.net/changelog.php?version=1.1.16
[CL1.1.15]: https://www.cacti.net/changelog.php?version=1.1.15
[CL1.1.14]: https://www.cacti.net/changelog.php?version=1.1.14
[CL1.1.13]: https://www.cacti.net/changelog.php?version=1.1.13
[CL1.1.12]: https://www.cacti.net/changelog.php?version=1.1.12
[CL1.1.11]: https://www.cacti.net/changelog.php?version=1.1.11
[CL1.1.10]: https://www.cacti.net/changelog.php?version=1.1.10
[CL1.1.9]: https://www.cacti.net/changelog.php
[CL1.1.8]: https://www.cacti.net/changelog.php
[CL1.1.7]: https://www.cacti.net/changelog.php
Expand All @@ -160,4 +186,12 @@
[CL1.1.4]: https://www.cacti.net/changelog.php
[CL1.1.3]: https://www.cacti.net/changelog.php
[CL1.1.2]: https://www.cacti.net/changelog.php
[CL1.1.1]: https://www.cacti.net/changelog.php
[CL1.1.1]: https://www.cacti.net/changelog.php

[cacti_changelog]: https://www.cacti.net/changelog.php
[cacti_download]: http://www.cacti.net/downloads
[spine_download]: http://www.cacti.net/downloads/spine
[arch]: https://github.com/scline/docker-cacti/tree/master/docker-compose
[docker_volume_help]: https://docs.docker.com/engine/tutorials/dockervolumes
[cacti_forums]: http://forums.cacti.net
[cws]: http://cacti.net
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ REPLACE INTO `%DB_NAME%`.`settings` (`name`, `value`) VALUES('poller_type', '2')
```

# Change Log
#### 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]
* [changelog 1.2.6 -> 1.2.7][CL1.2.7]

#### 1.2.6a - 10/30/2019
* Update start.sh to persist Apache Cacti configurations on restart. [#52] (https://github.com/scline/docker-cacti/issues/52)
* Update docker-compose examples to use different type of volumes so `docker-compose down` will not affect data without the `-v` flag.
Expand All @@ -203,6 +208,7 @@ REPLACE INTO `%DB_NAME%`.`settings` (`name`, `value`) VALUES('poller_type', '2')
#### 1.2.0 - 01/06/2019
* Update Cacti and Spine from 1.1.38 to 1.2.0
* [changelog][cacti_changelog]

* Add sendmail to dockerfile via yum due to cacti 1.2.0 requirements
* Created separate changlog file for future documentation cleanup
* Update PHP variable readme to include `max_execution_time` and `memory_limit` changes for 1.2.0
Expand All @@ -215,6 +221,8 @@ 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.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
[CL1.2.5]: http://www.cacti.net/release_notes.php?version=1.2.5
[CL1.2.4]: http://www.cacti.net/release_notes.php?version=1.2.4
Expand Down
Binary file not shown.
Binary file removed cacti/cacti-spine-1.2.6.tar.gz
Binary file not shown.
Binary file added cacti/cacti-spine-1.2.8.tar.gz
Binary file not shown.

0 comments on commit a425754

Please sign in to comment.