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

[Release][Doc] Add instructions to release Go modules. #1546

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

kevin85421
Copy link
Member

@kevin85421 kevin85421 commented Oct 19, 2023

Why are these changes needed?

Some KubeRay users, like Flyte, want to use the generated Golang client by go install github.com/ray-project/kuberay/[email protected]. However, there is no go.mod in the root directory of KubeRay repo, so users cannot do that until we provide a specific tag for ray-operator/ directory.

Related issue number

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

@kevin85421 kevin85421 marked this pull request as ready for review October 19, 2023 01:20
@kevin85421
Copy link
Member Author

cc @pingsutw

@pingsutw
Copy link
Contributor

Thank you so much!

@@ -74,6 +74,27 @@ You will prompted for a commit reference and an image tag. The commit reference
git push upstream v0.5.0-rc.0
```

* Tag the tip of the release branch as `ray-operator/vX.Y.Z-rc.0`. Without this tag, users won't be able to use `github.com/ray-project/kuberay/[email protected]` to install the Go module. KubeRay starts supporting Go modules from v0.6.0.
```sh
git tag ray-operator/v0.5.0-rc.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Open an issue: #1549

@kevin85421 kevin85421 merged commit 6f9389a into ray-project:master Oct 19, 2023
16 checks passed
kevin85421 added a commit to kevin85421/kuberay that referenced this pull request Nov 2, 2023
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.

4 participants