Skip to content

Commit 284d023

Browse files
[Development][Update]Updated information for v0.13.0 (#374)
* Updated information for v0.13.0 Signed-off-by: iamabhishek-dubey <abhishekbhardwaj510@gmail.com>
1 parent 7c29515 commit 284d023

File tree

4 files changed

+61
-1
lines changed

4 files changed

+61
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
Please read https://github.com/OT-CONTAINER-KIT/redis-operator/blob/master/CONTRIBUTING.md before submitting
3+
your pull request. Please fill in each section below to help us better prioritize your pull request. Thanks!
4+
-->
5+
6+
**Description**
7+
8+
<!-- Please provide a summary of the change here. -->
9+
10+
<!-- Please link to all GitHub issue that this pull request implements(i.e. Fixes #123) -->
11+
Fixes #ISSUE
12+
13+
**Type of change**
14+
15+
<!-- Please delete options that are not relevant. -->
16+
17+
* Bug fix (non-breaking change which fixes an issue)
18+
* New feature (non-breaking change which adds functionality)
19+
* Breaking change (fix or feature that would cause existing functionality to not work as expected)
20+
21+
**Checklist**
22+
23+
- [ ] Testing has been performed
24+
- [ ] No functionality is broken
25+
- [ ] Documentation updated

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### v0.13.0
2+
##### November 10, 2022
3+
4+
#### :beetle: Bug Fixes
5+
6+
- Fixed multiple follower logic for redis cluster
7+
8+
#### :tada: Features
9+
10+
- Updated all examples for Redis v7
11+
- Revamped documentation with the latest information
12+
- Added pause option for reconcilations
13+
- Added support for arm64
14+
- Added update strategy for statefulset
15+
- Added logic for updating follower replicas
16+
- Added TLS feature for standalone
17+
118
### v0.12.0
219
##### October 12, 2022
320

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ currently being supported with security updates.
77

88
| Version | Supported |
99
|---------|--------------------|
10+
| 0.13.0 | :white_check_mark: |
1011
| 0.12.0 | :white_check_mark: |
1112
| 0.11.0 | :white_check_mark: |
1213
| 0.10.0 | :x: |
@@ -23,4 +24,4 @@ currently being supported with security updates.
2324

2425
## Reporting a Vulnerability
2526

26-
If you find any security vulnerability inside the Project, please open a issue at https://github.com/OT-CONTAINER-KIT/redis-operator/issues
27+
If you find any security vulnerability inside the Project, please open an issue at https://github.com/OT-CONTAINER-KIT/redis-operator/issues

docs/content/en/docs/Release History/_index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ description: >
77
Release versions and their description about Redis Operator
88
---
99

10+
### v0.13.0
11+
##### November 10, 2022
12+
13+
**🐞 Bug Fixes**
14+
15+
- Fixed multiple follower logic for redis cluster
16+
17+
**🎉 Features**
18+
19+
- Updated all examples for Redis v7
20+
- Revamped documentation with the latest information
21+
- Added pause option for reconcilations
22+
- Added support for arm64
23+
- Added update strategy for statefulset
24+
- Added logic for updating follower replicas
25+
- Added TLS feature for standalone
26+
1027
### v0.12.0
1128
##### October 12, 2022
1229

0 commit comments

Comments
 (0)