-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #282 from zhu327/bugfix_template_update
feat: update config for helm chart
- Loading branch information
Showing
5 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5.7 | ||
1.5.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# V1.5.8 版本更新日志 | ||
|
||
### 功能优化 | ||
* 优化资源回调结构错误提示 | ||
* 长时任务重试 | ||
|
||
### 缺陷修复 | ||
* 修复更新模板未同步到用户组权限问题 | ||
* 修复非80/443端口时cookie domain错误问题 | ||
* 取消勾选对应权限的实例报错 | ||
* 修复后台关联数据时tag返回值bug |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# V1.5.8 ChangeLog | ||
|
||
### Optimization Updates | ||
* Optimize resource callback structure error prompt | ||
* Long-term task retry | ||
|
||
### Bug Fixes | ||
* Fix the issue that the updated template is not synchronized to the user group permissions | ||
* Fixed the problem of cookie domain error when port is not 80/443 | ||
* Uncheck the corresponding permission instance and report an error | ||
* Fix the bug of tag return value when linking data in the background |