This is an automated email from the ASF dual-hosted git repository. jark pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fluss.git
commit ead97f91b5563fba0bbd324686577bc48112db2e Author: Jark Wu <[email protected]> AuthorDate: Fri Oct 24 00:30:13 2025 +0800 [infra] Add DISCLAIMER and LICENSE and NOTICE in Helm chart --- DISCLAIMER | 10 + NOTICE | 3 + docker/helm/DISCLAIMER | 10 + docker/helm/LICENSE | 201 +++++++++++++++++++++ NOTICE => docker/helm/NOTICE | 3 + .../how-to-release/creating-a-fluss-release.mdx | 119 +++++++----- 6 files changed, 304 insertions(+), 42 deletions(-) diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 000000000..ddc4f0163 --- /dev/null +++ b/DISCLAIMER @@ -0,0 +1,10 @@ +Apache Fluss (incubating) is an effort undergoing incubation at The Apache +Software Foundation (ASF), sponsored by the Apache Incubator PMC. + +Incubation is required of all newly accepted projects until a further review +indicates that the infrastructure, communications, and decision making process +have stabilized in a manner consistent with other successful ASF projects. + +While incubation status is not necessarily a reflection of the completeness +or stability of the code, it does indicate that the project has yet to be +fully endorsed by the ASF. \ No newline at end of file diff --git a/NOTICE b/NOTICE index bce0da8bf..3c6de31ee 100644 --- a/NOTICE +++ b/NOTICE @@ -15,6 +15,9 @@ Copyright 2023-2024 The Apache Software Foundation ---------------------------------------------------------- +This project includes code from Project LightProto, developed at Splunk, +with the following copyright notice: + LightProto Copyright 2020 Splunk Inc. diff --git a/docker/helm/DISCLAIMER b/docker/helm/DISCLAIMER new file mode 100644 index 000000000..ddc4f0163 --- /dev/null +++ b/docker/helm/DISCLAIMER @@ -0,0 +1,10 @@ +Apache Fluss (incubating) is an effort undergoing incubation at The Apache +Software Foundation (ASF), sponsored by the Apache Incubator PMC. + +Incubation is required of all newly accepted projects until a further review +indicates that the infrastructure, communications, and decision making process +have stabilized in a manner consistent with other successful ASF projects. + +While incubation status is not necessarily a reflection of the completeness +or stability of the code, it does indicate that the project has yet to be +fully endorsed by the ASF. \ No newline at end of file diff --git a/docker/helm/LICENSE b/docker/helm/LICENSE new file mode 100644 index 000000000..f49a4e16e --- /dev/null +++ b/docker/helm/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/NOTICE b/docker/helm/NOTICE similarity index 73% copy from NOTICE copy to docker/helm/NOTICE index bce0da8bf..3c6de31ee 100644 --- a/NOTICE +++ b/docker/helm/NOTICE @@ -15,6 +15,9 @@ Copyright 2023-2024 The Apache Software Foundation ---------------------------------------------------------- +This project includes code from Project LightProto, developed at Splunk, +with the following copyright notice: + LightProto Copyright 2020 Splunk Inc. diff --git a/website/community/how-to-release/creating-a-fluss-release.mdx b/website/community/how-to-release/creating-a-fluss-release.mdx index 508cd8c29..640fa006f 100644 --- a/website/community/how-to-release/creating-a-fluss-release.mdx +++ b/website/community/how-to-release/creating-a-fluss-release.mdx @@ -57,7 +57,7 @@ To prepare for each release, you should audit the project status in the GitHub i When contributors resolve an issue in GitHub, they are tagging it with a release milestone that will contain their changes. With the release currently underway, new issues should be resolved against a subsequent future release. Therefore, you should create a new milestone item for this subsequent release, as follows: -In [GitHub Milestones](https://github.com/apache/fluss/milestones) page, add a new milestone: choose the next minor version number compared to the one currently underway. For example, add `v0.9` milestone if current version is `v0.8`. We only track the major and minor version, so no need to create milestone for bugfix versions, e.g., `v0.9.1`. +In [GitHub Milestones](https://github.com/apache/fluss/milestones) page, add a new milestone: choose the next minor version number compared to the one currently underway. For example, add `v0.9` milestone if current version is `v0.8`. We only track the major and minor version, so no need to create milestone for bugfix versions, e.g., `v0.9.1`. (Note: Only PMC members have access to the project administration. If you do not have access, ask on the mailing list or Slack for assistance.) @@ -70,7 +70,7 @@ The list of release-blocking issues is available at the [issue page](https://git - If the issue has been resolved and issue was not updated, resolve it accordingly. - If the issue has not been resolved and it is acceptable to defer this until the next release, update the `Milestone` field to the new version you just created. Please consider discussing this with stakeholders and the dev@ mailing list, as appropriate. Use the "Bulk Change" functionality of GitHub Issue to update a batch of unresolved issues to new milestone version. - **If the issue has not been resolved and it is not acceptable to release until it is fixed (i.e., blocker issues), the release cannot proceed.** Instead, work with the Fluss community to resolve the issue. Add `priority=blocker` label to such issues. -- Documentation issues for new supported features are treated as **blocker issues**. +- Documentation issues for new supported features are treated as **blocker issues**. ### 3. Add Milestone for all resolved issues @@ -117,12 +117,12 @@ $ git checkout -b release-${SHORT_RELEASE_VERSION} $ git push origin release-${SHORT_RELEASE_VERSION} ``` -Update the version in the Helm Chart in: +Update the version in the Helm Chart in: - `docker/helm/Chart.yaml` - `docker/helm/values.yaml` - `docker/helm/README.md` -For example, if you are releaseing a major version `0.8.0`, you should replace all the snapshot version `0.8-SNAPSHOT` to the release version `0.8.0`. +For example, if you are releaseing a major version `0.8.0`, you should replace all the snapshot version `0.8-SNAPSHOT` to the release version `0.8.0`. And commit/push the version bump: @@ -141,12 +141,12 @@ If you're creating a new bugfix release (e.g., 0.9.1 instead of 0.9.0), you do n $ git checkout release-$SHORT_RELEASE_VERSION ``` -Update the version in the Helm Chart in: +Update the version in the Helm Chart in: - `docker/helm/Chart.yaml` - `docker/helm/values.yaml` - `docker/helm/README.md` -For example, if you are releaseing a bugfix version `0.8.1`, you should replace all the previous version `0.8.0` to the new version `0.8.1`. +For example, if you are releaseing a bugfix version `0.8.1`, you should replace all the previous version `0.8.0` to the new version `0.8.1`. And commit/push the version bump: @@ -197,7 +197,7 @@ $ git push origin main </TabItem> <TabItem value="bugfix" label="Bugfix release"> -If you're creating a new bugfix release, you can skip this step. +If you're creating a new bugfix release, you can skip this step. </TabItem> </Tabs> @@ -255,8 +255,9 @@ Now, checkout from the release branch, and create a release candidate local bran ```bash $ git checkout release-${SHORT_RELEASE_VERSION} +$ git checkout -b release-${RELEASE_VERSION}-rc${RC_NUM} $ cd tools -tools $ RELEASE_CANDIDATE=$RC_NUM RELEASE_VERSION=$RELEASE_VERSION releasing/create_release_branch.sh +tools $ OLD_VERSION=$CURRENT_SNAPSHOT_VERSION NEW_VERSION=$RELEASE_VERSION releasing/update_branch_version.sh ``` Tag the release commit: @@ -273,7 +274,7 @@ First, we build the source release: tools $ RELEASE_VERSION=$RELEASE_VERSION releasing/create_source_release.sh ``` -This command creates a source tarball and signs it under `tools/release` directory. +This command creates a source tarball and signs it under `tools/releasing/release` directory. ### 3. Create binary release files @@ -284,7 +285,7 @@ Then, we create the binary convenience release files: tools $ RELEASE_VERSION=$RELEASE_VERSION releasing/create_binary_release.sh ``` -This command creates a binary tarball and signs it under `tools/release` directory. +This command creates a binary tarball and signs it under `tools/releasing/release` directory. ### 4. Create Helm Chart package @@ -294,25 +295,25 @@ Then, we create the Helm Chart packages: tools $ RELEASE_VERSION=$RELEASE_VERSION RELEASE_CANDIDATE=$RC_NUM releasing/create_helm_packages.sh ``` -This command creates a helm tgz and prov files under `tools/release/helm-chart` directory like following: +This command creates a helm tgz and prov files under `tools/releasing/release/helm-chart` directory like following: ```bash -$ tree tools/release/helm-chart -tools/release/helm-chart +tools $ tree releasing/release/helm-chart +releasing/release/helm-chart ├── 0.8.0-incubating-rc1 -│ ├── fluss-0.8.0-incubating.tgz -│ ├── fluss-0.8.0-incubating.tgz.asc -│ ├── fluss-0.8.0-incubating.tgz.prov -│ ├── fluss-0.8.0-incubating.tgz.prov.asc -│ ├── fluss-0.8.0-incubating.tgz.prov.sha512 -│ └── fluss-0.8.0-incubating.tgz.sha512 +│ ├── fluss-0.8.0-incubating.tgz +│ ├── fluss-0.8.0-incubating.tgz.asc +│ ├── fluss-0.8.0-incubating.tgz.prov +│ ├── fluss-0.8.0-incubating.tgz.prov.asc +│ ├── fluss-0.8.0-incubating.tgz.prov.sha512 +│ └── fluss-0.8.0-incubating.tgz.sha512 └── index.yaml 2 directories, 7 files ``` -### 4. Stage source & binary & helm releases +### 5. Stage source & binary & helm releases Next, copy the source and binary release files to the dev repository of dist.apache.org. @@ -360,7 +361,7 @@ tools/target/fluss $ svn commit -m "Add fluss-${RELEASE_VERSION}-rc${RC_NUM}" (7) Verify the files are present: https://dist.apache.org/repos/dist/dev/incubator/fluss/ -### 5. Push the staging Docker images +### 6. Stage Docker images :::note Make sure that you are authenticated with your Docker ID, and that your Docker ID has access to `apache/fluss`: `docker login -u <username>`. If you do not have access, you should seek help via the dev mailing list. @@ -368,7 +369,7 @@ Make sure that you are authenticated with your Docker ID, and that your Docker I Next, we need to build and push Docker images for the release candidates. This will enable users to easily test the new functionality using the Quickstart guide in the [Fluss documentation](https://fluss.apache.org/docs/quickstart/flink/) improving accessibility and feedback during the release validation phase. -From the root directory of the source code, run the following commands to build and push the fluss Docker image. +From the root directory of the source code, run the following commands to build and push the fluss Docker image. ```bash $ rm -rf docker/fluss/build-target/ @@ -389,7 +390,7 @@ docker/quickstart-flink $ docker buildx build --push --platform linux/arm64/v8,l Verify the RC images are present: https://hub.docker.com/r/apache/fluss/tags -### 6. Stage maven artifacts +### 7. Stage maven artifacts Next, we stage the maven artifacts: @@ -404,7 +405,7 @@ Close the staging repository on Apache Nexus. When prompted for a description, e  -### 7. Push the RC tag +### 8. Push the RC tag ```bash git push origin refs/tags/{$TAG} @@ -414,9 +415,11 @@ git push origin refs/tags/{$TAG} **Checklist to proceed to the next step** +- Source & binary & helm-chart distribution deployed to the dev repository of [dist.apache.org](https://dist.apache.org/repos/dist/dev/incubator/fluss/) - Maven artifacts deployed to the staging repository of [repository.apache.org](https://repository.apache.org/content/repositories/) -- Source and binary distribution deployed to the dev repository of [dist.apache.org](https://dist.apache.org/repos/dist/dev/incubator/fluss/) +- RC Docker images pushed to [DockerHub](https://hub.docker.com/r/apache/fluss/tags) - RC tag pushed to the [official repository](https://github.com/apache/fluss/tags) +- TODO: update version.txt in release branch for the RC docker image ## Vote on the release candidate @@ -483,14 +486,6 @@ The vote will be open for at least 72 hours. It is adopted by majority approval, Thanks, Release Manager - -[1] link -[2] https://dist.apache.org/repos/dist/release/incubator/fluss/KEYS -[3] link -[4] link -[5] link -[6] link -[7] link ``` **If there are any issues found in the release candidate**, reply on the vote thread to cancel the vote. There’s no need to wait 72 hours. Proceed to the [Fix Issues](#fix-any-issues) step below and address the problem. However, some issues don’t require cancellation. For example, if an issue is found in the website pull request, just correct it on the spot and the vote can continue as-is. @@ -499,7 +494,6 @@ For cancelling a release, the release manager needs to send an email to the rele - Delete the staging repository in Nexus - Remove the source / binary RC files from dist.apache.org -- Delete the source code tag in git **If there are no issues**, reply on the vote thread to close the voting. Then, tally the votes in a separate email. Here’s an email template; please adjust as you see fit. @@ -630,20 +624,31 @@ Once all issues have been resolved, you should go back and build a new release c Once the release candidate has been reviewed and approved by the community, the release should be finalized. This involves the final deployment of the release candidate to the release repositories, merging of the website changes, etc. -#### Deploy artifacts to Maven Central Repository +### 1. Deploy artifacts to Maven Central Repository Use the [Apache Nexus](https://repository.apache.org/) repository to release the staged binary artifacts to the Maven Central repository. In the `Staging Repositories` section, find the relevant release candidate `orgapachefluss-XXX` entry and click `Release`. Drop all other release candidates that are not being released. -#### Deploy source and binary releases to dist.apache.org +### 2. Deploy source & binary & helm releases Copy the source and binary releases from the dev repository to the release repository at dist.apache.org using Subversion. ```bash -svn move -m "Release Fluss ${RELEASE_VERSION}" https://dist.apache.org/repos/dist/dev/incubator/fluss/fluss-${RELEASE_VERSION}-rc${RC_NUM} https://dist.apache.org/repos/dist/release/incubator/fluss/fluss-${RELEASE_VERSION} +svn move -m "Release Apache Fluss ${RELEASE_VERSION}" https://dist.apache.org/repos/dist/dev/incubator/fluss/fluss-${RELEASE_VERSION}-rc${RC_NUM} https://dist.apache.org/repos/dist/release/incubator/fluss/fluss-${RELEASE_VERSION} +svn move -m "Release Apache Fluss Helm Chart ${RELEASE_VERSION}" https://dist.apache.org/repos/dist/dev/incubator/fluss/helm-chart/${RELEASE_VERSION}-rc${RC_NUM} https://dist.apache.org/repos/dist/release/incubator/fluss/helm-chart/${RELEASE_VERSION} ``` (Note: Only PPMC members have access to the release repository. If you do not have access, ask on the mailing list for assistance.) -#### Remove old release candidates from dist.apache.org +Then, update the Helm Chart repository index on https://dist.apache.org/repos/dist/release/incubator/fluss/helm-chart/index.yaml: + +```bash +svn checkout https://dist.apache.org/repos/dist/release/incubator/fluss/helm-chart fluss-dist-release-helm-chart +cd fluss-dist-release-helm-chart +helm repo index . +svn add index.yaml +svn commit -m "Update Helm index for Apache Fluss ${RELEASE_VERSION} release" +```` + +### 3. Remove old release candidates from dist.apache.org Remove the old release candidates from https://dist.apache.org/repos/dist/dev/incubator/fluss using Subversion. @@ -651,10 +656,11 @@ Remove the old release candidates from https://dist.apache.org/repos/dist/dev/in svn checkout https://dist.apache.org/repos/dist/dev/incubator/fluss --depth=immediates cd fluss svn remove fluss-${RELEASE_VERSION}-rc* +svn remove helm-chart svn commit -m "Remove old release candidates for Apache Fluss ${RELEASE_VERSION}" ``` -#### Git tag +### 4. Git tag Create and push a new Git tag for the released version by copying the tag for the final release candidate, as follows: @@ -663,18 +669,43 @@ git tag -s "v${RELEASE_VERSION}" refs/tags/${TAG}^{} -m "Release Fluss ${RELEASE git push origin refs/tags/v${RELEASE_VERSION} ``` -#### TODO Docker +### 5. Publish Docker Images + +:::note +Make sure that you are authenticated with your Docker ID, and that your Docker ID has access to `apache/fluss`: `docker login -u <username>`. If you do not have access, you should seek help via the dev mailing list. +::: -#### TODO Helm Charts +```bash +docker tag apache/fluss:${RELEASE_VERSION}_RC${RC_NUM} apache/fluss:${RELEASE_VERSION} +docker push apache/fluss:${RELEASE_VERSION} +``` + +### 6. Mark the Milestone as released in GitHub + +In [GitHub Milestones](https://github.com/apache/fluss/milestones), mark the current release milestone as close. + +(Note: Only PMC members have access to the project administration. If you do not have access, ask on the mailing list for assistance.) + + +------------ **Checklist to proceed to the next step** - Maven artifacts released and indexed in the Maven Central Repository (usually takes about a day to show up) - Source & binary distributions available in the release repository of https://dist.apache.org/repos/dist/release/incubator/fluss/ +- Helm Chart package available in the release repository of https://dist.apache.org/repos/dist/release/incubator/fluss/helm-chart/ - Dev repository https://dist.apache.org/repos/dist/dev/incubator/fluss/ is empty - Release tagged in the source code repository +- Docker images for the release pushed to [DockerHub](https://hub.docker.com/r/apache/fluss/tags) +- Milestone marked as released in GitHub ## Promote the release +### Merge website pull request + +Merge the website pull requests for the release blog and download page that were created in the [Prepare for the release](#9-pull-requests-for-release-blog-and-downloads) step. + +### Apache mailing lists + Once the release has been finalized, the last step of the process is to promote the release within the project and beyond. Please wait for 24h after finalizing the release in accordance with the [ASF release policy](https://www.apache.org/legal/release-policy.html#release-announcements). Announce on the dev@ mailing list that the release has been finished. @@ -710,16 +741,20 @@ Regards, Release Manager ``` -#### Recordkeeping +### Recordkeeping Use [reporter.apache.org](https://reporter.apache.org/addrelease.html?fluss) to seed the information about the release into future project reports. (Note: Only PMC members have access report releases. If you do not have access, ask on the mailing list for assistance.) +------------------------- + ***Checklist to declare the process completed*** - Release announced on the dev@ and user@ mailing list. - Release recorded in reporter.apache.org. - Completion declared on the dev@ mailing list. +- Release blog post published. +- Download page updated. ## Improve the process
