Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update oem name in nav and update kangaroo release notes #4137

Merged
merged 4 commits into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/zh/docs/kangaroo/intro/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

本页列出镜像仓库 Release Notes,便于您了解各版本的演进路径和特性变化。

## 2023-03-29

### v0.16.0

- **新增** 提供通过 LoadBalancer 模式部署 Harbor的最佳实践文档
- **新增** 支持在kpanda helm 应用更新升级kangaroo
- **修复** 修复docker registry【镜像删除】删除镜像失败
- **修复** 修复普通租户(wsadmin权限)创建镜像回收规则失败
- **修复** 修复自定义角色托管harbor的创建和删除两个权限点依赖项有误
- **修复** 修复创建镜像仓库时,如果描述写了中文会报错

## 2023-01-31

### v0.15.0
Expand Down
6 changes: 3 additions & 3 deletions docs/zh/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1192,9 +1192,9 @@ nav:
- ghippo/best-practice/gproduct/intro.md
- 接入导航栏: ghippo/best-practice/gproduct/nav.md
- 接入路由和登录认证: ghippo/best-practice/gproduct/route-auth.md
- OEM IN OUT:
- OEM IN: ghippo/best-practice/oem/oem-in.md
- OEM OUT: ghippo/best-practice/oem/oem-out.md
- 集成与被集成(OEM IN 与 OEM OUT:
- 将客户系统集成到 DCE5.0(OEM IN: ghippo/best-practice/oem/oem-in.md
- 将 DCE5.0 集成到客户系统(OEM OUT: ghippo/best-practice/oem/oem-out.md
- 定制 DCE 5.0 对接 IdP: ghippo/best-practice/oem/custom-idp.md
- Keycloak 自定义 IdP: ghippo/best-practice/oem/keycloak-idp.md
- 导航栏定制: ghippo/best-practice/navigator.md
Expand Down
Loading