Skip to content

Commit

Permalink
fix(esb/components): fix data api name with suffix underline (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken authored Jan 24, 2024
1 parent 0252286 commit b7cc4d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion paas2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.64
2.14.65
4 changes: 2 additions & 2 deletions paas2/esb/components/confapis/data/v3_databus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
is_hidden: true

- path: /data/v3/databus/udc/{udc_name}/versions/{version}/
name: v3_databus_udc__udc_name__versions__version__
name: v3_databus_udc__udc_name__versions__version__get
label: 获取udc版本详情
method: GET
comp_codename: generic.data.datav3_component
Expand Down Expand Up @@ -635,4 +635,4 @@
comp_codename: generic.data.datav3_component
dest_path: /v3/databus/udc_tasks/{process_id}/stop/
dest_http_method: POST
is_hidden: true
is_hidden: true
4 changes: 4 additions & 0 deletions paas2/release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Release Log
===============================
# 2.14.65
- esb: update data confiapis, fix name with suffix underline

# 2.14.64
- esb: update monitor_v3 and bk-log confapis

# 2.14.63
- esb: update monitor_v3 confapis

Expand Down

0 comments on commit b7cc4d0

Please sign in to comment.