Skip to content

Commit

Permalink
release: v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed May 21, 2024
1 parent 267ad62 commit e20a557
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [9.0.0]
### Added
- Add support for OpenBSD (#162, #166)
### Changed
- BREAKING CHANGE: Fix Ubuntu pidfile and default user (#160)
- replace systemd::service_limits with systemd::manage_dropin (#169)
- make module firewall < 9.0.0 compatible (#168)
- allow puppet/systemd < 8, add Debian 12 as supported OS (#164)
### Removed
- BREAKING CHANGE: drop EOL Ubuntu 18.04 (#170)
- BREAKING CHANGE: drop puppet6 support (#165)

## [8.3.0]
### Added
- Add max_reqs_per_event option for the memcached config (#136)
Expand Down
9 changes: 0 additions & 9 deletions README-DEVELOPER

This file was deleted.

7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@

Manage memcached via Puppet

## Show some love
If you find this module useful, send some bitcoins to 1Na3YFUmdxKxJLiuRXQYJU2kiNqA3KY2j9

### Supported Puppet versions
* Puppet >= 5
* Last version supporting Puppet 3: v3.0.2

## How to use

```
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saz-memcached",
"version": "8.3.0",
"version": "9.0.0",
"author": "saz",
"summary": "Manage memcached via Puppet",
"license": "Apache-2.0",
Expand Down

0 comments on commit e20a557

Please sign in to comment.