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

Fix : Cue package changes after 1.10 version upgrade of vela-core #770

Closed
wants to merge 0 commits into from

Conversation

anoop2811
Copy link
Contributor

Fixes: #769

@anoop2811 anoop2811 changed the title Fix : Cue package changes after 1.10 version upgrade of vela-c0re Fix : Cue package changes after 1.10 version upgrade of vela-core Feb 11, 2025
@@ -9,7 +9,7 @@ parameter: {
kind: string
apiVersion: string
}
response: ql.#Read & {
response: query.#Read & {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're changing to the new package, we also need to add $params to the input body, and $returns to get the output. You can check this as an example: https://github.com/kubevela/kubevela/blob/master/vela-templates/definitions/internal/workflowstep/collect-service-endpoints.cue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Velaux fails after upgrading to kubevela 1.10.0
2 participants