2.8 KiB
2.8 KiB
Change Log
All notable changes to this project will be documented in this file.
1.0.0 (2026-04-29)
⚠ BREAKING CHANGES
- migrate prometheus resources (#36)
Features
Bug Fixes
0.7.6 (2025-10-16)
Bug Fixes
0.7.2 - 2022-02-08
- Remove delivery folder
Standardise files with files in sous-chefs/repo-management
0.7.1 - 2021-06-01
- resolved cookstyle error: Thorfile:1:1 convention:
Style/Encoding - resolved cookstyle error: test/shared/spec_helper.rb:6:10 convention:
Style/ExpandPathArguments
0.7.1 - 2021-06-01
Changed
- Updated attributes and templates for Prometheus 0.15 release.
Added
- Added upstart init for ubuntu platform.
0.5.1 - 2015-03-25
Changed
- Updated documentation.
0.5.0 - 2015-03-25
Added
- Added systemd init for redhat platform family version 7 or greater.
- Default init style per platform.
- Install Prometheus via pre-compiled binary.
- Added the prometheus_job resource for defining Prometheus scraping jobs.
- Attribute flag to externally manage prometheus.conf file.
Changed
- Removed flags that were deprecated in the prometheus 0.12.0 release.
Contributors for this release
- Eric Richardson - External jobs config and prometheus job resource.
Thank You!
0.4.0 - 2015-03-12
Fixed
- Fix init template path bug on chef 11.x.
0.3.0 - 2015-03-11
Fixed
- Fixed cookbook badge in README
0.2.0 - 2015-03-11
Fixed
- License defined in metadata.
0.1.0 - 2015-03-11
Changed
- Initial release of prometheus cookbook