Skip to content

Commit b60bba0

Browse files
authored
updated readme and releases files (#251)
1 parent 679bdc5 commit b60bba0

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

redis/RELEASES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
1+
# Release Notes - Version 3.3.0
2+
3+
## What's New
4+
5+
- **Smart Master Discovery**: Non-primary replicas now query Sentinel at startup to find the current master rather than hardcoding replica-0, ensuring correct replication after any failover.
6+
- **Resilient Sentinel Targeting**: Standard and replicaDirect modes query the Sentinel service endpoint so any healthy Sentinel instance can respond, rather than always targeting replica-0.
7+
8+
19
# Release Notes - Version 3.2.0
210

311
## What's New
412

513
- **Backup Support**: Added optional scheduled backup to AWS S3 or GCS via a dedicated cron workload. Configure with `backup.enabled`, `backup.provider`, and your cloud provider settings. Supports Redis password authentication (inline or from secret). See the README for full setup instructions.
614

715

16+
# Release Notes - Version 3.1.1
17+
18+
## What's New
19+
20+
- **Template Refactoring**: Centralized all resource naming into helper functions, improving consistency across templates.
21+
- **Password Quoting Fix**: Secret password values are now properly quoted, preventing YAML parsing issues with special characters.
22+
- **README Rewrite**: Documentation updated with clearer configuration examples and internal endpoint reference.
23+
24+
825
# Release Notes - Version 3.1.0
926

1027
## What's New

redis/versions/3.3.0/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ dependencies:
1212

1313
annotations:
1414
created: "2026-01-29"
15-
lastModified: "2026-04-30"
15+
lastModified: "2026-05-01"
1616
category: "cache"
1717
createsGvc: false

redis/versions/3.3.0/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,11 @@ dig <subdomain>.your-domain.com CNAME # should return <gvc-alias>.cpln.app
100100
dig <gvc-alias>.cpln.app # should return an IP address
101101
```
102102

103-
#### Connecting Externally
103+
#### Connecting Externally (Public Access Enabled)
104104

105105
```bash
106+
# add -a <password> if auth is enabled
107+
106108
# Redis replica 0
107109
redis-cli -h redis.your-domain.com -p 6380 ping
108110

0 commit comments

Comments
 (0)