puppetboard: Reloading the available environments on every page load.

Moving the global environment list from a global context to a functional
context because octomike reported that the environment list in his environment
was not being refreshed.

Adding CHANGELOG entries for 0.1.1 and this new change.
This commit is contained in:
Corey Hammerton
2015-11-18 18:34:01 -05:00
parent f63a0cefcb
commit 26d7d43d17
2 changed files with 51 additions and 21 deletions

View File

@@ -4,6 +4,20 @@ Changelog
This is the changelog for Puppetboard.
0.1.2
====
* Add configuration option to set the default environment, defaults to
'production' (https://github.com/puppet-community/puppetboard/pull/185)
* Loading all available environments with every page load. (Issue:
https://github.com/puppet-community/puppetboard/issues/186)
0.1.1
====
* Fix bug where the reports template was not generating the report links
with the right environment
0.1.0
====