-
Notifications
You must be signed in to change notification settings - Fork 22
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] 18.2.0 #574
Comments
@lidavidm Thanks ! Happy to be release manager if it's ok 😄 |
OK! I will help you! https://github.com/apache/arrow-java/blob/main/dev/release/README.md is the release procedure. Here are tasks that you can do:
|
Thanks @kou ! Let me start with (1), build but also quick test and legal check. |
I found issue in the |
BTW, should we create/push tags for 18.1.0 (and maybe 18.0.0)? Since we don't have any historical tags after splitting from apache/arrow |
I would create some GitHub Issues on the milestone as a start. |
Thanks @lidavidm ! Let me do a quick |
I moved all the pull requests already. It seems the new github UI does not let me mass select issues! What product manager came up with that bright idea... |
Oh, if I refresh it somehow shows the checkboxes again... |
I think that we should not create 18.1.0 tag because we don't have the same code base as 18.1.0 in apache/arrow that can be built correctly. We proceeded apache/arrow -> apache/arrow-java migration and bug fixes/feature implementations in parallel. |
OK, I guess we can make a changelog with a manual |
I agree with @kou here. Let's go manually (it's just for this release 😄 ). |
Sorry for replying late! I am still on vacation with limited internet access. I will keep an eye on this release and volunteer for the next release. |
Hmm... It reached a secondary rate limit again... https://github.com/apache/arrow-java/actions/runs/13151205894/job/36700236201#step:3:17
|
I'll create RC2 tomorrow. |
Hmm... Failed again... https://github.com/apache/arrow-java/actions/runs/13169588152/job/36759090312#step:3:17
@lidavidm Could you run the following command lines? git clone [email protected]:apache/arrow-java.git
cd arrow-java
cp dev/release/.env{.example,}
echo "GPG_KEY_ID=BE7EF45DBAD38E4EECED390E9CBA4EF977CA20B8" >> dev/release/.env
GH_TOKEN=${YOUR_GITHUB_TOKEN} dev/release/release_rc.sh 3 |
Now running. |
Thanks! |
Looks like one build flaked. I will restart it once |
Hmm.
https://github.com/apache/arrow-java/actions/runs/13170498779/job/36761828203 |
I guess Github's own CLI doesn't respect their own rate limits.......??? |
Thanks! I'll create RC4! |
RC4 failed: #591 I could prepare RC5 successfully. @jbonofre Could you start a vote on |
@kou sure ! I'm doing that ! Thanks ! |
@kou vote email sent |
The vote thread: https://lists.apache.org/thread/zonkqr9zb591drnw0jglhd34mwtdttos |
Describe the enhancement requested
I think that we can release a new version from apache/arrow-java now.
#571 is a problem but it's not a blocker for 18.2.0.
@lidavidm @wgtmac Can I release 18.2.0 or do you want to become a release manager?
The text was updated successfully, but these errors were encountered: