File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 18
18
"operatingsystemrelease" : [" 5.10" , " 5.11" , " 11" ]
19
19
}
20
20
],
21
+ "requirements" : [
22
+ {
23
+ "name" : " puppet" ,
24
+ "version_requirement" : " >= 6.21.0 < 9.0.0"
25
+ }
26
+ ],
21
27
"tags" : [" oracle" , " oratab" ],
22
28
"pdk-version" : " 3.1.0" ,
23
29
"template-url" : " https://github.com/puppetlabs/pdk-templates#3.1.0" ,
You can’t perform that action at this time.
0 commit comments