This is an automated email from the ASF dual-hosted git repository. apurtell pushed a commit to annotated tag 2.6.5RC1 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 0255064e5ed1b34c55a5392cd65829fac7a7ab1f Author: Andrew Purtell <[email protected]> AuthorDate: Sun Mar 15 15:37:18 2026 -0700 Preparing hbase release 2.6.5RC1; tagging and updates to CHANGES.md and RELEASENOTES.md Signed-off-by: Andrew Purtell <[email protected]> --- CHANGES.md | 7 +++++++ pom.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 489501f27ee..458f125200b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,6 +26,10 @@ | JIRA | Summary | Priority | Component | |:---- |:---- | :--- |:---- | +| [HBASE-30003](https://issues.apache.org/jira/browse/HBASE-30003) | Upgrade deprecated GitHub Actions versions for branch-2.x | Major | build | +| [HBASE-30002](https://issues.apache.org/jira/browse/HBASE-30002) | Rewrite TestExportSnapshot related UTs | Major | mapreduce, test | +| [HBASE-29999](https://issues.apache.org/jira/browse/HBASE-29999) | Update the download links in the README | Minor | . | +| [HBASE-29994](https://issues.apache.org/jira/browse/HBASE-29994) | Separate backwards compatibility checks to a new jenkins job | Major | jenkins, scripts | | [HBASE-29981](https://issues.apache.org/jira/browse/HBASE-29981) | Upgrade hbase-endpoint to use junit5 | Major | test | | [HBASE-29927](https://issues.apache.org/jira/browse/HBASE-29927) | Upgrade hbase-external-blockcache to use junit5 | Major | test | | [HBASE-29988](https://issues.apache.org/jira/browse/HBASE-29988) | Upgrade hbase-archetypes to use junit5 | Major | test | @@ -159,6 +163,9 @@ | JIRA | Summary | Priority | Component | |:---- |:---- | :--- |:---- | +| [HBASE-29923](https://issues.apache.org/jira/browse/HBASE-29923) | Polish the nightly jenkins file | Major | jenkins, scripts | +| [HBASE-29922](https://issues.apache.org/jira/browse/HBASE-29922) | Change hadoop check versions after supporting hadoop 3.4.3 | Major | scripts | +| [HBASE-29921](https://issues.apache.org/jira/browse/HBASE-29921) | Bump default hadoop 3 version to 3.4.3 | Major | dependencies, hadoop3 | | [HBASE-29807](https://issues.apache.org/jira/browse/HBASE-29807) | Depend on jcip-annotations explicitly | Major | build, dependencies, hadoop3 | | [HBASE-29569](https://issues.apache.org/jira/browse/HBASE-29569) | Implement a built-in TieringValueProvider for parsing the date value from the rowkey | Minor | . | | [HBASE-29837](https://issues.apache.org/jira/browse/HBASE-29837) | Backport HBASE-27355 Separate meta read requests from master and client to branch-2 | Minor | . | diff --git a/pom.xml b/pom.xml index 2072a3553f6..dcd7400835b 100644 --- a/pom.xml +++ b/pom.xml @@ -523,7 +523,7 @@ </site> </distributionManagement> <properties> - <revision>2.6.6-SNAPSHOT</revision> + <revision>2.6.5</revision> <!-- override on command line to have generated LICENSE files include diagnostic info for verifying notice requirements --> <license.debug.print.included>false</license.debug.print.included>
