Skip to content

Commit

Permalink
Merge pull request #238 from apecloud/support/add-report3-docs
Browse files Browse the repository at this point in the history
docs: add March report
  • Loading branch information
shenying1023 authored Apr 7, 2024
2 parents 7757ef4 + fc3672d commit 074c2f6
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blog/community-monthly-report-for-february-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In the past month, the community has merged 76 PRs and resolved 57 issues. A tot

for joining the KubeBlocks community! Shuimo03 has successfully merged a PR last month (#6603).

We call for more developers to participate in the collaborative development of KubeBlocks. Starting with [good first issues](https://github.com/apecloud/kubeblocks/contribute), we hope to build the next-generation database management platform with each and everyone of you!
We call for more developers to participate in the collaborative development of KubeBlocks. Starting with [good first issues](https://github.com/apecloud/kubeblocks/contribute), we hope to build the next-generation database management platform with each and every one of you!

![2024-02-good-first-issues](./../static/images/2024-02-good-first-issues.png)

Expand Down
59 changes: 59 additions & 0 deletions blog/community-monthly-report-for-march-2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
slug: Community-Monthly-Report-for-March-2024
title: Community Monthly Report for March 2024
description: KubeBlocks v0.8.2, new contributors, come and see the latest news in the community.
date: 2024-04-07
tags: [Monthly Report, v0.8.2 , Community]
image: /img/blog-2024-03-monthly-report.png
---

# Community Monthly Report for March 2024

## Overview

In March, KubeBlocks officially released v0.8.2. This update notably included the support for Redis Cluster, camellia-redis-proxy, and compatibility with Pulsar v3.0.2. Furthermore, the development team has been actively working on the upcoming v0.9.0.

Over the past month, the community has merged 91 PRs and resolved 92 issues. A total of 19 community members participated in these contributions, including 6 new contributors.

So far, a total of 1607 GitHub users have starred KubeBlocks. We do appreciate your support and look forward to more interactions🌟.

## Highlights

- Supported Redis Cluster.
- Supported Sharding topology for Cluster APIs, so that users could define shard numbers and component specs with ShardingSpec.
- Supported camellia-redis-proxy. It is currently running on K8s v1.14, and allows configuring external Redis instances, including those outside the K8s cluster.
- Supported high-availability access from an external K8s cluster for MongoDB Replicaset addresses.
- Supported Pulsar v3.0.2.
- Supported exposing nodeport addresses for each Pulsar broker.
- Supported IPv4/IPv6 dual stack for StarRocks. Both private and public addresses could use IPv4 and IPv6. However, IPv6 support in the StarRocks kernel was still required.
- Lorry supported customizing the roleProbe command for probing. The command could be declared through YAML scripts.

## Bug Fixes

- Resolved the issue of SVC recovery failure (#6768).
- Fixed the issue where updating KubeBlocks would restart PG (#6771).
- Resolved the problem of ConfigMap not found during cluster deletion and code optimization (#6793).
- Fixed the issue of ineffective custom endpoints when creating OSS backup repositories (#6819).
- Resolved the issue of etcd role probe failure during the upgrade process (#6839).
- Fixed the issue of invalid reconcile worker nodes (#6805).

## New Contributors

👏 Shout out to

💙 @Aayush Sharma, rustover, luoyuLianga, dingshun-cmss, Yunyinzi, bliubiu 💙

for joining the KubeBlocks community! They successfully merged PRs last month.

We call for more developers to participate in the collaborative development of KubeBlocks. Starting with [good first issues](https://github.com/apecloud/kubeblocks/contribute), we hope to build the next-generation database management platform with each and every one of you!

![2024-03-good-first-issues](./../static/images/2024-03-good-first-issues.jpg)

Related links:
- Good first issue: https://github.com/apecloud/kubeblocks/contribute
- Contribution guide: https://github.com/apecloud/kubeblocks/blob/main/docs/CONTRIBUTING.md
- Developing guide: https://github.com/apecloud/kubeblocks/blob/main/docs/00%20-%20index.md

Feel free to join the GitHub Discussion or the [KubeBlocks Slack group](https://join.slack.com/t/kubeblocks/shared_invite/zt-29tx52d8n-vli24S6gtD5ODJlNUqLqbQ)!

![2024-03-overview](./../static/images/2024-03-overview.jpg)
Binary file added static/images/2024-03-good-first-issues.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/2024-03-overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/blog-2024-03-monthly-report.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 074c2f6

Please sign in to comment.