Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahaja committed Dec 13, 2014
1 parent de5529c commit e1c6a05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
--- v0.6.1 [Not released yet] ---
--- v0.6.1 [2014-12-13] ---

* [NEW] Changed psutil version from 2.1.1 to 2.1.3

* [FIX] Fixed bug that caused file-based configuration options to be wrongly overriden by defaulted program args.

* [FIX] Added a fix for an unhandled error in psutil when the uid of a process is not associated with an user.

* [FIX] Added a whitelist option to make it possible to decide which env vars values to display.
* [NEW] Added a whitelist option to make it possible to decide which env vars values to display.

--- v0.6.0 [2014-09-24] ---

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ In addition to the [built-in configuration values that comes with Flask](http://
| `PSDASH_REGISTER_AS` | When running in agent mode, this is used to set the name to register as to the host psdash node specified by `PSDASH_REGISTER_TO`. |
| `PSDASH_HTTPS_KEYFILE` | Path to the SSL key file to use to enable starting the psdash webserver in HTTPS mode. e.g `/home/user/private.key`
| `PSDASH_HTTPS_CERTFILE` | Path to the SSL certificate file to use to enable starting the psdash webserver in HTTPS mode. e.g `/home/user/certificate.crt`
| `PSDASH_ENVIRON_WHITELIST` | If set, only the env vars in this list will be displayed with value. e.g ['HOME']
| `PSDASH_ENVIRON_WHITELIST` | If set, only the env vars in this list will be displayed with value. e.g `['HOME']`

## Screenshots

Expand Down

0 comments on commit e1c6a05

Please sign in to comment.