Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v9.0.0 #171

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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