From c9bc767ea2d74f7f87371ce00aa660c1a99250a0 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 16 Feb 2024 12:37:27 +0100 Subject: [PATCH] Release 10.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ metadata.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bb9af6..36b1a934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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. +## [v10.0.0](https://github.com/voxpupuli/puppet-redis/tree/v10.0.0) (2024-02-16) + +[Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v9.3.0...v10.0.0) + +**Breaking changes:** + +- remove legacy Debian 10 / Ubuntu 18.04 / CentOS 7 [\#504](https://github.com/voxpupuli/puppet-redis/pull/504) ([rwaffen](https://github.com/rwaffen)) + +**Implemented enhancements:** + +- Add Ubuntu 22.04 [\#505](https://github.com/voxpupuli/puppet-redis/pull/505) ([rwaffen](https://github.com/rwaffen)) +- Implement rudimentary Redis and Sentinel ACLs [\#502](https://github.com/voxpupuli/puppet-redis/pull/502) ([TwizzyDizzy](https://github.com/TwizzyDizzy)) + +**Merged pull requests:** + +- Remove legacy top-scope syntax [\#498](https://github.com/voxpupuli/puppet-redis/pull/498) ([smortex](https://github.com/smortex)) + ## [v9.3.0](https://github.com/voxpupuli/puppet-redis/tree/v9.3.0) (2023-11-14) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v9.2.0...v9.3.0) diff --git a/metadata.json b/metadata.json index cf453b34..39f9e52d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-redis", - "version": "9.3.1-rc0", + "version": "10.0.0", "author": "Vox Pupuli", "summary": "Redis module", "license": "Apache-2.0",