File tree 4 files changed +13
-17
lines changed
4 files changed +13
-17
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 9.0.0]
8
+ ### Added
9
+ - Add support for OpenBSD (#162 , #166 )
10
+ ### Changed
11
+ - BREAKING CHANGE: Fix Ubuntu pidfile and default user (#160 )
12
+ - replace systemd::service_limits with systemd::manage_dropin (#169 )
13
+ - make module firewall < 9.0.0 compatible (#168 )
14
+ - allow puppet/systemd < 8, add Debian 12 as supported OS (#164 )
15
+ ### Removed
16
+ - BREAKING CHANGE: drop EOL Ubuntu 18.04 (#170 )
17
+ - BREAKING CHANGE: drop puppet6 support (#165 )
18
+
7
19
## [ 8.3.0]
8
20
### Added
9
21
- Add max_reqs_per_event option for the memcached config (#136 )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
5
5
Manage memcached via Puppet
6
6
7
- ## Show some love
8
- If you find this module useful, send some bitcoins to 1Na3YFUmdxKxJLiuRXQYJU2kiNqA3KY2j9
9
-
10
- ### Supported Puppet versions
11
- * Puppet >= 5
12
- * Last version supporting Puppet 3: v3.0.2
13
-
14
7
## How to use
15
8
16
9
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " saz-memcached" ,
3
- "version" : " 8.3 .0" ,
3
+ "version" : " 9.0 .0" ,
4
4
"author" : " saz" ,
5
5
"summary" : " Manage memcached via Puppet" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments