Skip to content

Commit

Permalink
Update dependencies for Prometheus (#384)
Browse files Browse the repository at this point in the history
* feature: update dependencies for monitoring services

* feature: update dependencies for monitoring services

* feat: update dependencies for prometheus
  • Loading branch information
keithf4 authored Dec 20, 2023
1 parent 504b8d9 commit e5d8197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ packages:
pkg_conflict:
- { pkg_name: "pgmonitor-prometheus-containers" }
pkg_dependency:
- { pkg_name: "prometheus2", gte: 2.38.0 , lt: 2.48.0 }
- { pkg_name: "prometheus2", gte: 2.38.0 , lt: 2.50.0 }
remove_files:
- { target: "/etc/systemd/system/prometheus.service.d/crunchy-prometheus-service-el7.conf" }
upstream_repo: "https://github.com/CrunchyData/pgmonitor"
Expand Down
2 changes: 1 addition & 1 deletion changelogs/fragments/378.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
minor_changes:
- node_exporter - minimum version 1.5.0, maximum 1.7.x
- postgres_exporter - minimum version 0.10.1, maximum 0.15.x
- prometheus - minimum version 2.38, maximum 2.47.x
- prometheus - minimum version 2.38, maximum 2.49.x
- alertmanager - minimum version 0.23, maximum 0.26.x
- grafana - minimum version 9.2.19, maximum 9.9.x
- blackbox_exporter - minimum version 0.22.x, maximum 0.24.x

0 comments on commit e5d8197

Please sign in to comment.