Showing with 39 additions and 3 deletions.
  1. +37 −1 CHANGELOG.md
  2. +1 −1 files/puppet-enterprise-support
  3. +1 −1 metadata.json
38 changes: 37 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,42 @@
## [Release 1.9.0] - 2018-04-13

### Summary

Feature and bugfix release of the Support Script bundled with PE 2016.4.11.

### Features

- Support Script captures metrics from the `puppet/puppet_metrics_collector`
module.

- Support Script captures the contents of the `pg_stat_activity` table
which shows all DB connections and what they are doing.

- Support script captures on-disk sizes of database tables when the
database service is stopped.

- Support script captures a list of modules installed in each environment.

- Support script now accepts an `--encrypt` flag that causes the output
tarball to be encrypted using GPG.

- Support script now accepts a `--log-age` flag that can be used to limit the
amount of log data collected. This flag accepts an integer which specifies
the maximum age in days for collecting logs. The string "all" may also be
passed to enable collection of all logs.

### Bug Fixes

- Support script no longer fails when running on SLES 12.2 if the
`lsb-release` package is installed.


## Release 1.8.0

### Summary

Feature and bugfix release of the Support Script bundled with PE 2016.4.9.
Feature and bugfix release of the Support Script bundled with PE 2016.4.9
and PE 2016.4.10.

### Features

Expand Down Expand Up @@ -217,3 +251,5 @@ installations, not agents.
### Bug Fixes
- Console status check timeout has been increased from 5 seconds to 60
seconds.

[Release 1.9.0]: https://github.com/puppetlabs/puppetlabs-pe_support_script/compare/c01f3b9...1.9.0
2 changes: 1 addition & 1 deletion files/puppet-enterprise-support
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ readonly SERVER_BIN_DIR='/opt/puppetlabs/server/bin'
readonly SERVER_DATA_DIR='/opt/puppetlabs/server/data'
readonly DEFAULT_OUTPUT_DIRECTORY='/var/tmp'
readonly SCRIPT_NAME="$(basename "${0}")"
readonly SCRIPT_VERSION='1.8.0'
readonly SCRIPT_VERSION='1.9.0'
readonly PUPPET_PUBKEY="-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.14 (GNU/Linux)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-pe_support_script",
"version": "1.8.0",
"version": "1.9.0",
"author": "puppetlabs",
"summary": "Provides the enterprise support command.",
"license": "Puppet Enterprise Software License Agreement",
Expand Down