From 284d023f642ed30636cb31adea0c9c050e5e7422 Mon Sep 17 00:00:00 2001 From: Abhishek Dubey Date: Thu, 10 Nov 2022 18:04:17 +0530 Subject: [PATCH] [Development][Update]Updated information for v0.13.0 (#374) * Updated information for v0.13.0 Signed-off-by: iamabhishek-dubey --- .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++ CHANGELOG.md | 17 +++++++++++++ SECURITY.md | 3 ++- .../content/en/docs/Release History/_index.md | 17 +++++++++++++ 4 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..95eaa6db4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ + + +**Description** + + + + +Fixes #ISSUE + +**Type of change** + + + +* 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a797ae65..a77877022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/SECURITY.md b/SECURITY.md index 71e7c63c1..a86502730 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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: | @@ -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 diff --git a/docs/content/en/docs/Release History/_index.md b/docs/content/en/docs/Release History/_index.md index 42ca3786e..c33b55741 100644 --- a/docs/content/en/docs/Release History/_index.md +++ b/docs/content/en/docs/Release History/_index.md @@ -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