Skip to content
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

Update dependency tomcz/openldap_exporter to v2.2.2 #778

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update dependency tomcz/openldap_exporter to v2.2.2
  • Loading branch information
renovate-bot authored and TheMeier committed Jun 20, 2024
commit de57a7787169e29b58d255cf2a7155e9506c9367
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
@@ -8091,7 +8091,7 @@ Data type: `String[1]`

The binary release version

Default value: `'2.1'`
Default value: `'2.2.2'`

##### <a name="-prometheus--openldap_exporter--ldap_binddn"></a>`ldap_binddn`

2 changes: 1 addition & 1 deletion manifests/openldap_exporter.pp
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@
String[1] $package_ensure = 'latest',
String[1] $user = 'openldap-exporter',
# renovate: depName=tomcz/openldap_exporter
String[1] $version = '2.1',
String[1] $version = '2.2.2',
Prometheus::Uri $download_url_base = 'https://github.com/tomcz/openldap_exporter/releases',
String[1] $package_name = 'openldap_exporter',
String[1] $service_name = 'openldap_exporter',