Skip to content

Latest commit

 

History

History
533 lines (352 loc) · 13.8 KB

CHANGELOG.rst

File metadata and controls

533 lines (352 loc) · 13.8 KB

Prometheus.Prometheus Release Notes

  • feat: Support Prometheus 3.0 (#462)
  • fix(prometheus): remove old internal variable remnants (#456)
  • enhancement(prometheus): support prometheus2 .yml rule file format (#333)
  • feat: Add nvidia_gpu_exporter (#441)
  • bugfix: update default home directory (#442)
  • fix: remove unused variable (#437)
  • fix: alertmanager deprecated PIDFile= path warning (#155)
  • minor(ci): detect unused ansible variables (#422)
  • minor: bump support for ansible from v2.16.* to v2.17.* (#414)
  • fix: remove EOL platforms for current ones (#395)
  • fix: remove EOL platforms for current ones (#395)
  • enhancement: adding env/container labels options (#407)
  • fix: ansible-community/eol-ansible for 2.9/2.10/2.11 tests (#416)
  • fix: ansible-community/eol-ansible for 2.9/2.10/2.11 tests (#416)
  • fix(ci): limit number of parallel tests to avoid github api limits (#397)
  • feat: add process_exporter role (#302)
  • feat: cadvisor - options to enabledisable metrics and docker-only mode (#312)
  • fix(ipmi_exporter): add option to impi_exporter service to allow tmp file creation (#311)
  • fix: change monogdb exporter collector check in service (#310)
  • fix(ipmi_exporter): add option to impi_exporter service to allow tmp file creation (#311)
  • fix: change monogdb exporter collector check in service (#310)
  • bugfix: use temporary directory to make compatible with multi-user controllers (#301)
  • feat: Add bind_exporter role (#305)
  • feat: Add fail2ban_exporter role (#294)
  • feat: Add mongodb_exporter role (#293)
  • feat: Add postgres_exporter role (#291)
  • feat: Add redis_exporter role (#299)
  • fix: changelog format screwup (#303)
  • feat: Add nginx_exporter role (#287)
  • fix: Don't reload services when restarting (#283)
  • feat: Add cadvisor role (#272)
  • feat: Add ipmi_exporter role (#271)
  • fix: empty changelog version changes sections (#273)
  • fix: empty changelog version changes sections (#273)
  • fix(mysqld_exporter): Change condition for mysqld_exporter_host check (#270)
  • fix: conditional statement jinja2 templating warning (#266)
  • enhancement: Add time_intervals to AlertManager (#251)
  • fix(mysqld_exporter): Change condition for mysqld_exporter_host check (#270)
  • fix: conditional statement jinja2 templating warning (#266)
  • enhancement: allows using multiple web listen addresses (#213)
  • feat(blackbox_exporter): Create config directory (#250)
  • feat: Add memcached_exporter role (#256)
  • minor: Add ansible 2.16 support (#255)
  • fix: Use repo var for preflight (#258)
  • feat: add smartctl_exporter role (#229)
  • fix(molecule): don't contact galaxy api since requirements come from git (#241)
  • fix(molecule): don't contact galaxy api since requirements come from git (#241)
  • feat(prometheus): Add shutdown timeout variable (#220)
  • feat(systemd_exporter): Add TLS configuration (#205)
  • feat(systemd_exporter): Add logging configuration to systemd_exporter (#210)
  • fix(systemd_exporter): Fix collector flags for older versions (#208)
  • fix: blackbox_exporter ansible-lint risky-octal (#174)
  • fix(systemd_exporter): Fix collector flags for older versions (#208)
  • fix: blackbox_exporter ansible-lint risky-octal (#174)
  • feat: Add chrony_exporter role (#159)
  • feat: Add pushgateway role (#127)
  • feat: Add role smokeping_prober (#128)
  • feature: Agent mode support (#198)
  • feature: Make config installation dir configurable (#173)
  • feature: blackbox exporter user/group configurable (#172)
  • minor: support fedora 38 (#202)
  • removed: Drop fedora 36 support as it is EOL (#200)
  • removed: Drop ubuntu 18.04 support as it is EOL (#199)
  • fix(alertmanager): add routes before match_re (#194)
  • fix(node_exporter): Fix ProtectHome for textfiles (#184)
  • fix: Add test for argument_specs matching (#177)
  • fix: Make binary installs consistent (#204)
  • fix: mysqld_exporter should actually respect the mysqld_exporter_host variable (#88)
  • fix: mysqld_exporter should actually respect the mysqld_exporter_host variable (#88)
  • fix: Checkout full branch for version updates (#108)
  • fix: Install package fact dependencies needs to be run as root (#89)
  • fix: always create config file (#113)
  • fix: don't require role name on internal vars (#109)
  • fix: textfile collector dir by setting recurse to false (#105)
  • minor: Add ansible 2.15 support (#106)
  • fix: add "become: true" to snmp_exporter handlers (#99)
  • fix: node_exporter - Fix Systemd ProtectHome option in service unit (#94)
  • fix: pass token to github api for higher ratelimit (#91)
  • fix: replace eol platforms with current (#53)
  • fix: tags support for included tasks (#87)
  • fix: add "become: true" to snmp_exporter handlers (#99)
  • fix: pass token to github api for higher ratelimit (#91)
  • fix: replace eol platforms with current (#53)
  • fix: tags support for included tasks (#87)
  • enhancement: add skip_install variables to various roles (#74)
  • enhancement: support ansible-vaulted basic auth passwords (#83)
  • fix: meta-runtime now needs minor in version string (#84)
  • fix: Don't log config deployments (#73)
  • fix: correct quotation of flags in systemd config file (#71)
  • fix: version bumper action (#75)
  • feat: Add mysqld_exporter role (#45)
  • fix: policycoreutils python package name (#63)
  • fix: policycoreutils python package name (#63)
  • feat: add systemd exporter role (#62)
  • removed: community.crypto is only needed when testing (#56)
  • fix: Fix typo on Install selinux python packages for RedHat family (#57)
  • fix: follow PEP 440 standard for supported ansible versions (#46)
  • fix: various role argument specs (#50)
  • feat: Allow grabbing binaries and checksums from a custom url/mirror (#28)
  • removed: remove lint from molecule to avoid repetition (#35)
  • fix: Force push git changelogs (#36)
  • fix: Remove unnecessary dependency on jmespath (#22)
  • fix: ansible 2.9 workaround for galaxy install from git (#37)
  • fix: avoid installing changelog tools when testing (#34)
  • fix: grab dependencies from github to avoid galaxy timeouts (#33)
  • Initial Release