-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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] v0.12.0 release schedule #14505
Comments
Thanks @ysh329 Happy to see volunteers for the quarterly. Please fix the following issue of the post
typo, should be
remove it |
Fixed. Thanks your reply. |
@ysh329 Thanks for bring this up, upgrade with official timely is good for the downstream companies, especially for companies like ARM China whose customers want to use the newest release version timely. Thanks for excellent work of TVM community, ARM China built our heterogeneous execution product based on TVM, and learned a lot from community, so this quarter we will pay some time to help release the v0.12.0, @ysh329 is our team member, we will try our best to complete this release in Apr, so the downstream have more time to upgrade and resolve conflicts. @tqchen @junrushao @AndrewZhaoLuo Please help to check if we release v0.12.0 at this time is ok? Thanks. |
the timeline looks good to me, we do need someone to serve as release manager. |
Happy to help with some of the branch cutting works, Thanks @ysh329 for volunteering, would you be able to help release note drafting? |
My pleasure. I'm recently preparing release note drafting. 😆 Please help create branch named |
I helped create the |
Hi @ysh329, I am quite interested in being the release manager for this project. Do you have any requirements for it? And how can I get in touch with you or the team? Thanks! |
@ysh329 tag |
Thanks for your attention. We are already in the process of this release. Please feel free to raise your questions about release in this issue. |
#14571 needs to be cherry picked cc @Lunderberg |
Hi @driazati I'm recently prepraing the release note, but I met a problem after create csv files. My step is following readme, it mentions below:
However, after csv files generated and make each row own its category by handed, but I'm confused about: I met error when executing {'oid': '8e9216013ced6b9655359a696a5bb1bf68fdd638', 'committedDate': '2023-04-08T12:48:48Z', 'associatedPullRequests': {'nodes': [{'number': 14533, 'additions': 2, 'changedFiles': 1, 'de
letions': 1, 'author': {'login': 'shtinsa'}, 'title': '[hexagon] Hexagon inference fix', 'body': '1. Resolves issue with kernels linking.\r\n2. Fixes warning generated by clang-15.'}]}}
Opening CSV
Traceback (most recent call last):
File "/home/ysh329/code/tvm/tests/scripts/release/make_notes.py", line 92, in <module>
category = row["category"].strip()
KeyError: 'category' What does the excepted categoried csv file look like before executing Can u give me some suggestions? |
Hey, those scripts are mostly just a guideline, we haven't really devoted support to making it a polished pipeline for generating release notes. For those to work there is a manual step of categorizing each PR listed from Either way the scripts aren't strictly necessary, you can always make the release notes manually if that ends up easier. |
Thanks your reply. Lean a lot from your PRs. |
Please check whether this PR has been cherry picked to branch |
Cherry-picked #14709 |
After cherry-picked PRs merged to branch v0.12.0, we need :
|
The version was updated, see below.
|
Sorry, I misunderstood. The version number on branch v0.12.0 fixed. #14712 |
Hi all, the version number modification on branch v0.12.0 #14712 currently is blocked by CI #14715. I worry may delay expected date (25 Apr 2023) of release voting opens. Because after this PR #14712 merged, we need:
Above two points finished, then we start release voting opens #14710. |
Can we cherry pick #14538 as well? more context: #14715 (comment) |
Hi all, the PR of version number modification on branch v0.12.0
Therefore, I think the final release day may delay to mid May. |
Hi all, vote starts (#14710). Everyone is welcomed to vote. Please vote by replying to this thread explicitly. Vote will close May. 12th at 23:59M GMT. |
Hi all, vote passes #14844 , next we'll upload the binaries to Apache mirrors and create a new release TAG named Besides, I have a problem about Update the TVM Website:
|
@ysh329 Thanks for spotting this. The download page is broken now, it only includes links for v0.8 release. This is because previous PRs to tvm-site wasn't send to main branch, so manual rebuild of the site will overwrite the contents. |
Thanks your reply. I'm confused. According to the update-the-tvm-website, it seems download page is necessary, but now it's broken. Then the PR which you said in first step couldn't be ready? Besides, does this step need ASF or other authority either? |
I have pushed to svn server and sent PR to update download page apache/tvm-site#41 |
Great! Does this new steps about update the docs on website exist big difference than before? Do we need update the docs about this part? |
There is no big difference except some missing details in the doc. The link to the artifact can be found in the CI log, but I found the link is broken because the last build for v0.12.0 branch is two weeks ago and the artifact was removed, so I rerun the CI and download the artifact. |
Hi all, we only left last step to final destination 🥇 below: Upload the binaries to Apache mirrors and create a new release TAG named |
Hi all, |
In order to continue with our agreed release cycle as per discussion in RFC#67 , I'd like to propose a schedule for our next TVM release:
v0.12.0
.This schedule is tentative and may change as we progress through the process. In case dates change, this thread will be kept updated.
The proposed schedule is:
79 Apr 2023 - a branchv0.12.0
to be created frommain
710 Apr 2023 - a tagv0.13.dev0
to be created, marking the beginning of the next development cyclev0.13.0
points to 15f9be52218 Apr 2023 - Draft release notes published [Release] v0.12.0 Release Candidate Notes #1464525 Apr 20235 May 2023 - release voting opens, [VOTE] Release Apache TVM v0.12.0.rc0 #1471028 Apr17 May 2023,delaying until mid May...- release dateCall for release managers: in case you want to be involved in upcoming releases, please manifest your interest in this thread and we'll try to organise.
See also:
cc @apache/tvm-committers @driazati @areusch @Mousius @tqchen @AndrewZhaoLuo
The text was updated successfully, but these errors were encountered: