File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55
66## [ Unreleased]
77
8+ ## [ 4.1.0] - 2020-06-04
9+ ### Added
10+ - new ` metric-postgres-vaccum.rb ` metric gathering script for postgres vacuum process (@phumpal )
11+
812## [ 4.0.2] - 2020-06-02
913- Fixed ` # frozen_string_literal: true ` does not play nicely with mixlib-cli.
1014
@@ -213,7 +217,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
213217### Added
214218- initial release
215219
216- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.2...HEAD
220+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.1.0...HEAD
221+ [ 4.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.2...4.1.0
217222[ 4.0.2 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.1...4.0.2
218223[ 4.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.0...4.0.1
219224[ 4.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/3.0.0...4.0.0
Original file line number Diff line number Diff line change 33module SensuPluginsPostgres
44 module Version
55 MAJOR = 4
6- MINOR = 0
7- PATCH = 2
6+ MINOR = 1
7+ PATCH = 0
88
99 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
1010 end
You can’t perform that action at this time.
0 commit comments