You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,36 @@ All notable changes to this project will be documented in this file.
4
4
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
5
5
6
6
7
+
# 2.3.0 (19th August 2025)
8
+
9
+
### Added
10
+
11
+
- Redis Database version support on create. Specify a version on create to create a DB of that version.
12
+
- Database upgrade path. If you specify a different version to something already specified, the provider will upgrade your database to the new version. Will fail on downgrade.
13
+
- Redis AA Database version support on create. No upgrade path yet - if you change your `redis_version` it will force a new resource.
14
+
- Updated data sources for pro and active active databases to also support `redis_version`.
15
+
16
+
### Changed
17
+
- Updating multiple dependencies.
18
+
- Deprecate subscription version support. If you use `redis_version` on your pro subscription a warning will come up. This will be removed entirely on a major update.
19
+
20
+
# 2.2.0 (1st August 2025)
21
+
22
+
### Added
23
+
24
+
- Customer Managed Key support for active-active and pro subscriptions. Only supports redis internal GCP cloud subscriptions. CMKs are externally provided by a customer-supplied GCP account and are managed externally by the user.
25
+
7
26
# 2.1.5 (1st July 2025)
8
27
9
28
### Added
10
29
11
-
Feature: Support Marketplace as a payment method for Essentials subscription
12
-
Feature: Add TLS certificate to databases’ data sources
30
+
-Feature: Support Marketplace as a payment method for Essentials subscription
31
+
-Feature: Add TLS certificate to databases’ data sources
13
32
14
33
### Fixed:
15
34
16
-
Unexpected state `dynamic-endpoints-creation-pending'
17
-
Can not disable default user on essentials db
35
+
-Unexpected state `dynamic-endpoints-creation-pending'
0 commit comments