From ee02757ab3f520d82a79f8bee2883ad102fae751 Mon Sep 17 00:00:00 2001 From: xingfudeshi Date: Fri, 8 Dec 2023 16:53:08 +0800 Subject: [PATCH] update README.md --- changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 1 + 2 files changed, 2 insertions(+) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 333e0feeff1..36f7691c3a7 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -22,6 +22,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6091](https://github.com/seata/seata/pull/6091)] Optimizing the method of obtaining the tc address during raft authentication - [[#6098](https://github.com/seata/seata/pull/6098)] optimize the retry logic in the acquireMetadata method - [[#6034](https://github.com/seata/seata/pull/6034)] using namespace from command line when deployment with helm charts +- [[#6116](https://github.com/seata/seata/pull/6034)] remove lgtm.com stuff ### security: diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 60eb11af125..142c01ff084 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -22,6 +22,7 @@ - [[#6091](https://github.com/seata/seata/pull/6091)] 优化raft鉴权时获取tc地址的方式 - [[#6098](https://github.com/seata/seata/pull/6098)] 优化acquireMetadata方法的重试逻辑 - [[#6034](https://github.com/seata/seata/pull/6034)] 使用helm图表进行部署时使用命令行中的命名空间 +- [[#6116](https://github.com/seata/seata/pull/6034)] 移除 lgtm.com ### security: - [[#6069](https://github.com/seata/seata/pull/6069)] 升级Guava依赖版本,修复安全漏洞