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
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@
All notable changes to this project will be documented in this file.
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)

# 2.4.2 (29th September 2025)

# 2.4.1 (24rd September 2025)
### Added

- Gives users the option to disable a default user in active-active regions by setting the `enable_default_user` flag to false.

### Fixed

- Expanded PrivateLink documentation and fixed errata

# 2.4.1 (24th September 2025)

### Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ The `override_region` block supports:
* `override_global_source_ips` - (Optional) List of regional instance of an Active-Active database source IP addresses or subnet masks. If specified, Redis clients will be able to connect to this database only from within the specified source IP addresses ranges (example: ['192.168.10.0/32', '192.168.12.0/24'] )
* `override_global_data_persistence` - (Optional) Regional instance of an Active-Active database data persistence rate (in persistent storage)
* `remote_backup` - (Optional) Specifies the backup options for the database in this region, documented below
* `enable_default_user` - (Optional) Whether the default user should be enabled or not. True by default.

The `override_global_alert` block supports:

Expand Down