Set up Redis using the latest version of redisio

This replaces the deprecated redis cookbook. Compiles the latest version
of Redis, currently 7.0.11

Refs #488
This commit is contained in:
Greg Karékinian
2023-06-19 16:02:58 +02:00
parent b164d7a444
commit 6116729907
119 changed files with 2568 additions and 7343 deletions

View File

@@ -1,9 +1,106 @@
# redisio
This file is used to list changes made in each version of the redisio cookbook.
## 6.4.1 - *2023-05-16*
## 6.4.0 - *2023-04-26*
- Simplify `configure` and `sentinel` resources, making them idempotent
## 6.3.7 - *2023-04-25*
- Standardise files with files in sous-chefs/repo-management
## 6.3.6 - *2023-04-04*
- Standardise files with files in sous-chefs/repo-management
## 6.3.5 - *2023-04-01*
- Update workflows
## 6.3.5 - *2023-04-01*
- Standardise files with files in sous-chefs/repo-management
## 6.3.5 - *2023-04-01*
- Standardise files with files in sous-chefs/repo-management
## 6.3.4 - *2023-03-15*
- Standardise files with files in sous-chefs/repo-management
## 6.3.3 - *2023-02-15*
- Standardise files with files in sous-chefs/repo-management
## 6.3.2 - *2023-02-14*
- Standardise files with files in sous-chefs/repo-management
## 6.3.1 - *2022-12-06*
- Standardise files with files in sous-chefs/repo-management
## 6.3.0 - *2022-09-10*
- Version check fix for some Redis default settings to support Redis v4 and above.
## 6.2.4 - *2022-08-13*
- Fix systemd entry to ensure listening on all network interfaces ([#440](https://github.com/brianbianco/redisio/pull/440))
## 6.2.3 - *2022-08-12*
- Fix grammar in README.md
- Use latest instead of current channel with dokken
## 6.2.2 - *2022-04-25*
- Standardise files with files in sous-chefs/repo-management
## 6.2.1 - *2022-04-25*
- Fixes configdir permissions. Similar to [451](https://github.com/sous-chefs/redisio/pull/451)
- Deprecated `.foodcritic` configfile removed
## 6.2.0 - *2022-02-14*
- Adds support for Rocky Linux
## 6.1.3 - *2022-02-04*
- Remove references to selinux_policy cookbook
## 6.1.2 - *2022-02-03*
- Fixes configdir permissions preventing Sentinel to update the config file
## 6.1.1 - *2022-02-03*
- Remove delivery and move to calling RSpec directly via a reusable workflow
## 6.1.0 - *2021-09-15*
- Add protected mode to sentinel configuration file
## 6.0.0 - *2021-09-09*
- Set unified_mode true for Chef 17+ support
- Require Chef 15.3+ for unified_mode
- Require Chef 16 for user_ulimit resource
- Remove dependency on the ulimit cookbook
- Switch from using the selinux_policy cookbook to the selinux cookbook
- The selinux_policy cookbook is now deprecated. The resources have been moved
to the selinux cookbook
## 5.0.0 - *2021-09-08*
- resolved cookstyle error: attributes/default.rb:74:40 refactor: `Chef/Modernize/UseChefLanguageSystemdHelper`
## 4.3.2 - *2021-08-30*
- Standardise files with files in sous-chefs/repo-management