This is an automated email from the ASF dual-hosted git repository.

traky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new aedc50269f4 docs: add June monthly report (#1804)
aedc50269f4 is described below

commit aedc50269f4be7f94292fa3813431c85067c638b
Author: Yilia Lin <114121331+yilial...@users.noreply.github.com>
AuthorDate: Mon Jul 1 13:35:27 2024 +0800

    docs: add June monthly report (#1804)
    
    * docs: add June monthly report
    
    * add monthly-report (en)
    
    * Update data
    
    * Update monthly-report.md
---
 blog/en/blog/2024/06/30/monthly-report.md | 36 +++++++++++++++++++++++++++++++
 blog/zh/blog/2024/06/30/monthly-report.md | 29 +++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/blog/en/blog/2024/06/30/monthly-report.md 
b/blog/en/blog/2024/06/30/monthly-report.md
new file mode 100644
index 00000000000..094bee419a1
--- /dev/null
+++ b/blog/en/blog/2024/06/30/monthly-report.md
@@ -0,0 +1,36 @@
+---
+title: "Monthly Report (June 01 - June 30)"
+keywords: ["Apache APISIX", "API Gateway", "Monthly Report", "Contributor"]
+description: Our monthly Apache APISIX community report generates insights 
into the project's monthly developments. The reports provide a pathway into the 
Apache APISIX community, ensuring that you stay well-informed and actively 
involved.
+tags: [Community]
+image: 
https://static.apiseven.com/uploads/2024/06/28/Qk8AZmuH_june-monthly-report-en.png
+---
+
+> We have recently made some additions and improvements to specific features 
within Apache APISIX. These include replacing YAML parser tinyyaml with lyaml, 
and supporting storing certificates and private keys on SSL through Secret 
Manager. For detailed information, please read the monthly report.
+<!--truncate-->
+
+## Introduction
+
+From its inception, the Apache APISIX project has embraced the ethos of 
open-source community collaboration, propelling it into the ranks of the most 
active global open-source API gateway projects. The proverbial wisdom of 
'teamwork makes the dream work' rings true in our way and is made possible by 
the collective effort of our community.
+
+From June 1 to June 30, a total of 13 contributors made 22 commits to Apache 
APISIX. We sincerely appreciate your contributions to Apache APISIX.
+
+## Contributor Statistics
+
+![Apache APISIX Contributors 
List](https://static.apiseven.com/uploads/2024/07/01/qMf8xVMY_june-contributors.png)
+
+![Apache APISIX New 
Contributors](https://static.apiseven.com/uploads/2024/06/28/8fZIturi_new-contributors-june.png)
+
+## Recent Feature Highlights
+
+- [Replace YAML parser `tinyyaml` with 
`lyaml`](https://github.com/apache/apisix/pull/11312)(Contributor: 
[bzp2010](https://github.com/bzp2010))
+
+- [Support storing certificates and private keys on SSL through Secret 
Manager](https://github.com/apache/apisix/pull/11339)(Contributor: 
[AlinsRan](https://github.com/AlinsRan))
+
+## Recent Blog Recommendations
+
+- [Random and fixed routes with Apache 
APISIX](https://apisix.apache.org/blog/2024/06/13/fixed-routes-apisix/)
+
+- [Even more 
OpenTelemetry!](https://apisix.apache.org/blog/2024/06/06/even-more-opentelemetry/)
+
+The official website and GitHub Issues of Apache APISIX provide a wealth of 
documentation of tutorials and real-world use cases. If you encounter any 
issues, you can refer to the documentation, search for keywords in Issues, or 
participate in discussions on Issues to share your ideas and practical 
experiences.
diff --git a/blog/zh/blog/2024/06/30/monthly-report.md 
b/blog/zh/blog/2024/06/30/monthly-report.md
new file mode 100644
index 00000000000..e44fe123854
--- /dev/null
+++ b/blog/zh/blog/2024/06/30/monthly-report.md
@@ -0,0 +1,29 @@
+---
+title: "社区月报 (06.01 - 06.30)"
+keywords: ["Apache APISIX", "API 网关", "社区月报", "贡献者"]
+description: Apache APISIX 社区的月报旨在帮助社区成员更全面地了解社区的最新动态,方便大家参与到 Apache APISIX 
社区中来。
+tags: [Community]
+image: 
https://static.apiseven.com/uploads/2024/06/28/4EByOVsn_june-monthly-report-cn.png
+---
+> 最近,我们新增并改进了 Apache APISIX 的部分功能,包含用 lyaml 替换 YAML 解析器 tinyyaml 和支持通过 Secret 
Manager 在 SSL 上存储证书和私钥。有关更多功能新亮点,请阅读本期月报。
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 项目始终秉承着开源社区协作的精神,自问世起便崭露头角,如今已经成为全球最活跃的开源 API 
网关项目之一。正如谚语所言,“众人拾柴火焰高”,这一辉煌成就,得益于整个社区伙伴的协同努力。
+
+从 2024.06.01 至 2024.06.30,有 13 名开发者提交了 22 个 commit,为 Apache APISIX 
做出了重要贡献。感谢这些伙伴们对 Apache APISIX 的无私支持!正是因为你们的付出,才能让 Apache APISIX 项目不断改进、提升和壮大。
+
+## 贡献者统计
+
+![贡献者名单](https://static.apiseven.com/uploads/2024/07/01/qMf8xVMY_june-contributors.png)
+
+![新晋贡献者](https://static.apiseven.com/uploads/2024/06/28/8fZIturi_new-contributors-june.png)
+
+## 近期亮点功能
+
+- [用 lyaml 替换 YAML 解析器 
tinyyaml](https://github.com/apache/apisix/pull/11312)(贡献者:[bzp2010](https://github.com/bzp2010))
+
+- [支持通过 Secret Manager 在 SSL 
上存储证书和私钥](https://github.com/apache/apisix/pull/11339)(贡献者:[AlinsRan](https://github.com/AlinsRan))
+
+Apache APISIX 的项目官网和 Github 上的 Issue 上已经积累了比较丰富的文档教程和使用经验,如果您遇到问题可以翻阅文档,用关键词在 
Issue 中搜索,也可以参与 Issue 上的讨论,提出自己的想法和实践经验。

Reply via email to