Skip to content

Commit

Permalink
prepare release: 8.3.0 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
saz authored Feb 26, 2024
1 parent e1a24e7 commit e8169f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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).

## [8.3.0]
### Added
- Add max_reqs_per_event option for the memcached config (#136)
- Add support for Puppet < 9, stdlib < 10, firewall < 9, systemd < 7, selinux < 5 (#157)
### Fixed
- Allow disabling PID file (#156)
- README: use new parameter for address binding (#152)
- Bugfix: replace legacy fact in sysconfig-template (#151)
- set file ensure based on $package_ensure (#150)
- fix: wrong camelcase in Stdlib::IP::Address type (#148)

## [8.2.0]
### Added
- Support puppet/systemd < 5.0.0 (#143)
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.2.0",
"version": "8.3.0",
"author": "saz",
"summary": "Manage memcached via Puppet",
"license": "Apache-2.0",
Expand Down

0 comments on commit e8169f0

Please sign in to comment.