Skip to content

Commit 6c854f8

Browse files
authored
release: v9.0.0 (#171)
1 parent 267ad62 commit 6c854f8

File tree

4 files changed

+13
-17
lines changed

4 files changed

+13
-17
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
719
## [8.3.0]
820
### Added
921
- Add max_reqs_per_event option for the memcached config (#136)

README-DEVELOPER

-9
This file was deleted.

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44

55
Manage memcached via Puppet
66

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-
147
## How to use
158

169
```

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saz-memcached",
3-
"version": "8.3.0",
3+
"version": "9.0.0",
44
"author": "saz",
55
"summary": "Manage memcached via Puppet",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)