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

[Bug report] wrong version in 0.5.0 release package #3475

Closed
mchades opened this issue May 20, 2024 · 3 comments
Closed

[Bug report] wrong version in 0.5.0 release package #3475

mchades opened this issue May 20, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@mchades
Copy link
Contributor

mchades commented May 20, 2024

Version

main branch

Describe what's wrong

I downloaded the 0.5.0 release package and retrieved the server version using the REST version API.

{
  "code": 0,
  "version": {
    "version": "0.5.0-SNAPSHOT",
    "compileDate": "23/04/2024 17:39:38",
    "gitCommit": "ebdf514eee9fe450ef79dcb1bf22c4454f75b40a"
  }
}

Error message and/or stacktrace

"version": "0.5.0-SNAPSHOT"

How to reproduce

downloaded the 0.5.0 release package and set up server, execute curl -L -X GET 'http://localhost:8090/api/version' \ -H 'Accept: application/vnd.gravitino.v1+json'

Additional context

The right version should be "version": "0.5.0".
Here are two version packages in release libs:
image

@jerryshao
Copy link
Contributor

So you mean our release package has two jars?

@mchades
Copy link
Contributor Author

mchades commented May 20, 2024

So you mean our release package has two jars?

yes

@jerryshao
Copy link
Contributor

This is already fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants