Skip to content

Commit

Permalink
[Development][Update]Updated information for v0.13.0 (#374)
Browse files Browse the repository at this point in the history
* Updated information for v0.13.0

Signed-off-by: iamabhishek-dubey <[email protected]>
  • Loading branch information
iamabhishek-dubey authored Nov 10, 2022
1 parent 7c29515 commit 284d023
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!--
Please read https://github.com/OT-CONTAINER-KIT/redis-operator/blob/master/CONTRIBUTING.md before submitting
your pull request. Please fill in each section below to help us better prioritize your pull request. Thanks!
-->

**Description**

<!-- Please provide a summary of the change here. -->

<!-- Please link to all GitHub issue that this pull request implements(i.e. Fixes #123) -->
Fixes #ISSUE

**Type of change**

<!-- Please delete options that are not relevant. -->

* Bug fix (non-breaking change which fixes an issue)
* New feature (non-breaking change which adds functionality)
* Breaking change (fix or feature that would cause existing functionality to not work as expected)

**Checklist**

- [ ] Testing has been performed
- [ ] No functionality is broken
- [ ] Documentation updated
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### v0.13.0
##### November 10, 2022

#### :beetle: Bug Fixes

- Fixed multiple follower logic for redis cluster

#### :tada: Features

- Updated all examples for Redis v7
- Revamped documentation with the latest information
- Added pause option for reconcilations
- Added support for arm64
- Added update strategy for statefulset
- Added logic for updating follower replicas
- Added TLS feature for standalone

### v0.12.0
##### October 12, 2022

Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ currently being supported with security updates.

| Version | Supported |
|---------|--------------------|
| 0.13.0 | :white_check_mark: |
| 0.12.0 | :white_check_mark: |
| 0.11.0 | :white_check_mark: |
| 0.10.0 | :x: |
Expand All @@ -23,4 +24,4 @@ currently being supported with security updates.

## Reporting a Vulnerability

If you find any security vulnerability inside the Project, please open a issue at https://github.com/OT-CONTAINER-KIT/redis-operator/issues
If you find any security vulnerability inside the Project, please open an issue at https://github.com/OT-CONTAINER-KIT/redis-operator/issues
17 changes: 17 additions & 0 deletions docs/content/en/docs/Release History/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ description: >
Release versions and their description about Redis Operator
---

### v0.13.0
##### November 10, 2022

**🐞 Bug Fixes**

- Fixed multiple follower logic for redis cluster

**🎉 Features**

- Updated all examples for Redis v7
- Revamped documentation with the latest information
- Added pause option for reconcilations
- Added support for arm64
- Added update strategy for statefulset
- Added logic for updating follower replicas
- Added TLS feature for standalone

### v0.12.0
##### October 12, 2022

Expand Down

0 comments on commit 284d023

Please sign in to comment.