Commit 0268ca3 1 parent 05ccab9 commit 0268ca3 Copy full SHA for 0268ca3
File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 2024-06-21] Release 1.0.0
6
+
7
+ ** Changes**
8
+ - ** BC** use ` stdlib:: ` prefix for puppet 4.x functions
9
+ - Puppet 8 compatible
10
+
11
+ [ Full changes] ( https://github.com/deric/puppet-fluentbit/compare/v0.4.0...v1.0.0 )
12
+
13
+
5
14
## [ 2024-03-13] Release 0.4.0
6
15
7
16
** Features**
Original file line number Diff line number Diff line change 4
4
class fluentbit::install {
5
5
assert_private()
6
6
7
- ensure_packages([$fluentbit::package_name ], {
7
+ stdlib:: ensure_packages([$fluentbit::package_name ], {
8
8
ensure => $fluentbit::package_ensure ,
9
9
})
10
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " deric-fluentbit" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"author" : " Tomas Barton" ,
5
5
"summary" : " Manage fluentbit installation" ,
6
6
"license" : " Apache-2.0" ,
7
7
"source" : " https://github.com/deric/puppet-fluentbit" ,
8
8
"dependencies" : [
9
9
{
10
10
"name" : " puppetlabs/stdlib" ,
11
- "version_requirement" : " >= 2.3.3 < 10.0.0"
11
+ "version_requirement" : " >= 9.0.0 < 10.0.0"
12
12
},
13
13
{
14
14
"name" : " puppetlabs/apt" ,
You can’t perform that action at this time.
0 commit comments