You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2022/06/09 07:29:33 UTC

[incubator-kyuubi] branch branch-1.5 updated (e79334cd9 -> 62b51aa33)

This is an automated email from the ASF dual-hosted git repository.

ulyssesyou pushed a change to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


    omit e79334cd9 [RELEASE] Bump 1.5.2-incubating
     new 62b51aa33 Fix changelog nit

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e79334cd9)
            \
             N -- N -- N   refs/heads/branch-1.5 (62b51aa33)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build/release/generate_changelog.sh                       | 2 +-
 dev/kyuubi-codecov/pom.xml                                | 2 +-
 dev/kyuubi-extension-spark-3-1/pom.xml                    | 2 +-
 dev/kyuubi-extension-spark-3-2/pom.xml                    | 2 +-
 dev/kyuubi-extension-spark-common/pom.xml                 | 2 +-
 dev/kyuubi-tpcds/pom.xml                                  | 2 +-
 docs/changelog/v1.5.1-incubating.md                       | 2 +-
 externals/kyuubi-download/pom.xml                         | 2 +-
 externals/kyuubi-flink-sql-engine/pom.xml                 | 2 +-
 externals/kyuubi-spark-sql-engine/pom.xml                 | 2 +-
 externals/kyuubi-trino-engine/pom.xml                     | 2 +-
 integration-tests/kyuubi-flink-it/pom.xml                 | 2 +-
 integration-tests/kyuubi-kubernetes-deployment-it/pom.xml | 2 +-
 integration-tests/pom.xml                                 | 2 +-
 kyuubi-assembly/pom.xml                                   | 2 +-
 kyuubi-common/pom.xml                                     | 2 +-
 kyuubi-ctl/pom.xml                                        | 2 +-
 kyuubi-ha/pom.xml                                         | 2 +-
 kyuubi-hive-beeline/pom.xml                               | 2 +-
 kyuubi-hive-jdbc-shaded/pom.xml                           | 2 +-
 kyuubi-hive-jdbc/pom.xml                                  | 2 +-
 kyuubi-metrics/pom.xml                                    | 2 +-
 kyuubi-server-plugin/pom.xml                              | 2 +-
 kyuubi-server/pom.xml                                     | 2 +-
 kyuubi-zookeeper/pom.xml                                  | 2 +-
 pom.xml                                                   | 2 +-
 tools/spark-block-cleaner/pom.xml                         | 2 +-
 27 files changed, 27 insertions(+), 27 deletions(-)


[incubator-kyuubi] 01/01: Fix changelog nit

Posted by ul...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ulyssesyou pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git

commit 62b51aa33354d11667ecffa9f665bfa38ab055c7
Author: ulysses-you <ul...@apache.org>
AuthorDate: Thu Jun 9 15:29:06 2022 +0800

    Fix changelog nit
---
 build/release/generate_changelog.sh | 2 +-
 docs/changelog/v1.5.1-incubating.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/release/generate_changelog.sh b/build/release/generate_changelog.sh
index efc454da4..cda4179be 100755
--- a/build/release/generate_changelog.sh
+++ b/build/release/generate_changelog.sh
@@ -49,6 +49,6 @@ if [ "${LAST_RELEASE_TAG}" = "-h" ]; then
 fi
 
 ## Add title for changelog doc.
-echo "## Changelog for Apache Incubating Kyuubi $RELEASE_VERSION  " > $CHANGELOG_PATH
+echo "## Changelog for Apache Kyuubi(Incubating) $RELEASE_VERSION  " > $CHANGELOG_PATH
 ## Append well-formatted git log to changelog file.
 git log --pretty="- [%s]($KYUUBI_GITHUB_COMMIT_URL%h)  " $LAST_RELEASE_TAG..$CURRENT_RELEASE_TAG | grep -v "\[RELEASE\]" >> $CHANGELOG_PATH
\ No newline at end of file
diff --git a/docs/changelog/v1.5.1-incubating.md b/docs/changelog/v1.5.1-incubating.md
index c6c048f38..8544151e3 100644
--- a/docs/changelog/v1.5.1-incubating.md
+++ b/docs/changelog/v1.5.1-incubating.md
@@ -1,4 +1,4 @@
-## Changelog for Apache Incubating Kyuubi v1.5.1-incubating  
+## Changelog for Apache Kyuubi(Incubating) v1.5.1-incubating
 - [[KYUUBI #2354] Fix NPE in process builder log capture thread](https://github.com/apache/incubator-kyuubi/commit/5e76334)  
 - [[KYUUBI #2296] Fix operation log file handler leak](https://github.com/apache/incubator-kyuubi/commit/809ea2a)  
 - [[KYUUBI #2266] The default value of frontend.connection.url.use.hostname should be set to true to be consistent with previous versions](https://github.com/apache/incubator-kyuubi/commit/d3e25f0)