Skip to content

Commit

Permalink
doc: update change log for 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
linfan committed Jul 8, 2022
1 parent 94590c7 commit 3855a8e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/en-us/reference/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
---

### 0.3.6

> Release time: 2022-07-08
- Added `birdseye` command to view the network status of each service in the cluster
- Added `forward` command to redirect requests from local port to a service in cluster
- `connect` command adds `--ingressIp` parameter to support ingress domain name resolution
- `connect` command adds `--includeDomains` parameter to support additional domain name suffix in MacOS
- `config` command now support `set key = value` format
- Automatically switch to `hosts` DNS mode when `--disableTunDeivce` is enabled on Windows
- Improve the parameter auto-completion of `config` command
- Optimize CIDR merge logic to avoid empty IP range when API Server IP is close to CIDR
- Fixed a bug that prevented multiple developers from using `mesh` on the same service at the same time
- Fixed a bug of removing non-Kt routes when exiting by mistake in Windows environment
- Fixed a bug that domain name in `<service-name>.<namespace>.svc` format was ignored in MacOS environment

### 0.3.5

> Release time: 2022-05-30
Expand Down
16 changes: 16 additions & 0 deletions docs/zh-cn/reference/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
更新日志
---

### 0.3.6

> 发布时间:2022-07-08
- 增加`birdseye`命令用于查看集群各Service的重定向状态
- 增加`forward`命令用于将集群的Service映射到本地端口
- `connect`命令增加`--ingressIp`参数用于支持Ingress域名解析 (issue-322)
- `connect`命令增加`--includeDomains`参数,支持额外的MacOS域名后缀 (issue-329)
- `config`命令兼容`set key = value`格式
- 在Windows下开启`--disableTunDeivce`时,自动切换为`hosts`DNS模式 (issue-324)
- 完善`config`命令的参数自动补全
- 优化CIDR的合并逻辑,避免在API Server IP与CIDR相近时导致空的IP范围 (issue-320)
- 修复一处导致无法多人同时对同一个Service使用`mesh`的BUG
- 修复Windows环境下误退出时移除非Kt路由的BUG (issue-319)
- 修复Mac环境`<service-name>.<namespace>.svc`格式域名失效的问题 (issue-325)

### 0.3.5

> 发布时间:2022-05-30
Expand Down

0 comments on commit 3855a8e

Please sign in to comment.