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

openApi:组件构建接口调用问题 #1874

Open
ldsdsy opened this issue Feb 27, 2024 · 3 comments
Open

openApi:组件构建接口调用问题 #1874

ldsdsy opened this issue Feb 27, 2024 · 3 comments
Assignees
Labels
kind/bug BUG Feedback
Milestone

Comments

@ldsdsy
Copy link

ldsdsy commented Feb 27, 2024

Describe the bug
当调用组件构建接口更新镜像时,确实更新了镜像也触发了构建。但组件构建源页面里的版本却没有同步更新。

To Reproduce
Steps to reproduce the behavior:

  1. 部署一个组件test是用镜像:xxxxxxxx:202401120255-94ab95
  2. 调用构建接口更新镜像为:xxxxxx:202401120306-3036d4
    $ curl --location --request POST "http://10.32.212.127:7070/openapi/v1/teams/nawlie0s/regions/rainbond/apps/1/services/3b60d295d4ecfef9080ed71164019f70/build"
    --header "Authorization: xxxxxxx"
    --header 'Content-Type: application/json'
    --data-raw "{
    "build_type": "docker_image",
    "repo_url": "xxxxxxxx:202401120306-3036d4",
    "username": "xxxxxx",
    "password": "xxxxx"
    }"
  3. 查看组件构建源页面发现版本还是 202401120255-94ab95

Screenshots
调用之前:
old
调用之后:
new

The relevant information:

  • Rainbond Version [v5.15.2-release]
  • Browser [chrome, safari]
  • Kubernetes version [v1.24]
@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Title: openApi: component construction interface calling problem

@zzzhangqi zzzhangqi added the kind/bug BUG Feedback label Mar 12, 2024
@zzzhangqi zzzhangqi added this to the 5.18.0 milestone Mar 12, 2024
@zzzhangqi
Copy link
Collaborator

经验证实际不影响正常使用,只是版本这里 UI 上展示的不正确,后续在 v5.18 修复

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


It has been verified that it does not affect normal use, but the version displayed on the UI is incorrect and will be fixed in v5.18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug BUG Feedback
Projects
Status: In Progress
Development

No branches or pull requests

4 participants