Skip to content

Commit 1ea9821

Browse files
committed
Add CHANGELOG.md
The old CHANGELOG followed the style of an RPM spec file. We now adhere to [keepachangelog][1] [1]: https://keepachangelog.com/en/1.0.0/
1 parent c7f5b2e commit 1ea9821

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
12+
- Support RHEL8 and CentOS 8
13+
- Add version requirement in `metadata.json` (`>= 6.21.0 < 9.0.0`)
14+
15+
### Changed
16+
17+
- Update structure to work with latest puppet version
18+
19+
## [1.0.0] - 2015-01-22
20+
21+
### Added
22+
23+
- Initial release for puppet forge

metadata.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"operatingsystemrelease": ["5.10", "5.11", "11"]
1919
}
2020
],
21+
"requirements": [
22+
{
23+
"name": "puppet",
24+
"version_requirement": ">= 6.21.0 < 9.0.0"
25+
}
26+
],
2127
"tags": ["oracle", "oratab"],
2228
"pdk-version": "3.1.0",
2329
"template-url": "https://github.com/puppetlabs/pdk-templates#3.1.0",

0 commit comments

Comments
 (0)