-
-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
puppetdb_exporter: Update 1.0.0->1.1.0 #513
Conversation
we should wait for 1.1.1 camptocamp/prometheus-puppetdb-exporter#9 |
upstream fixed it 👍 |
@@ -55,7 +55,7 @@ | |||
String[1] $package_ensure = 'present', | |||
String[1] $package_name = 'puppetdb_exporter', | |||
String[1] $user = 'puppetdb-exporter', | |||
String[1] $version = '1.0.0', | |||
String[1] $version = '1.1.0', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think changing the default version installed is a breaking change? Perhaps a several default exporter versions could be batched into a single release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes breaking change. But I would like to update the other exporters on individual PRs (and we already have a few other backwards-incompatible changes on master)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
puppetdb_exporter: Update 1.0.0->1.1.0
Pull Request (PR) description
This Pull Request (PR) fixes the following issues