Skip to content
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v11.0.0](https://github.com/saz/puppet-memcached/tree/v11.0.0) (2025-10-21)

[Full Changelog](https://github.com/saz/puppet-memcached/compare/v10.0.1...v11.0.0)

**Breaking changes:**

- replace puppet requirement by openvox [\#194](https://github.com/saz/puppet-memcached/pull/194) ([saz](https://github.com/saz))

**Implemented enhancements:**

- Support CentOS Stream 10 / RHEL 10 [\#191](https://github.com/saz/puppet-memcached/pull/191) ([kajinamit](https://github.com/kajinamit))
- puppet/systemd: allow 9.x [\#190](https://github.com/saz/puppet-memcached/pull/190) ([kajinamit](https://github.com/kajinamit))

## [v10.0.1](https://github.com/saz/puppet-memcached/tree/v10.0.1) (2025-03-10)

[Full Changelog](https://github.com/saz/puppet-memcached/compare/v10.0.0...v10.0.1)
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": "10.0.1",
"version": "11.0.0",
"author": "saz",
"summary": "Manage memcached via Puppet",
"license": "Apache-2.0",
Expand Down