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

francischuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git


The following commit(s) were added to refs/heads/master by this push:
     new a07409b  [CALCITE-3398] Update website for 1.16.0 release
a07409b is described below

commit a07409bc4768f0c7e7dbb2a6105f7f37fe35b1ab
Author: Francis Chuang <[email protected]>
AuthorDate: Thu Dec 19 09:52:30 2019 +1100

    [CALCITE-3398] Update website for 1.16.0 release
---
 site/_docs/history.md                                |  2 +-
 site/_docs/howto.md                                  |  7 -------
 site/_posts/2019-05-13-release-1.15.0.md             |  2 +-
 ...elease-1.15.0.md => 2019-12-19-release-1.16.0.md} | 20 +++++++++-----------
 4 files changed, 11 insertions(+), 20 deletions(-)

diff --git a/site/_docs/history.md b/site/_docs/history.md
index 0c6a817..179438a 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,7 +28,7 @@ For a full list of releases, see
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/downloads/avatica.html).
 
-## <a 
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.16.0";>1.16.0</a>
 / 2019-12-XX
+## <a 
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.16.0";>1.16.0</a>
 / 2019-12-19
 {: #v1-16-0}
 
 Apache Calcite Avatica 1.16.0 replaces the maven with gradle. This release 
adds support for Kerberos authentication
diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index 245d370..9703140 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -429,13 +429,6 @@ with a change comment
 (fill in release number and date appropriately).
 Uncheck "Send mail for this update".
 
-Promote the staged nexus artifacts (this is automatic, however, the 
instructions are here just in case).
-
-* Go to [https://repository.apache.org/](https://repository.apache.org/) and 
login
-* Under "Build Promotion" click "Staging Repositories"
-* In the line with "orgapachecalcite-xxxx", check the box
-* Press "Release" button
-
 Tip: Push the git tag only after the staged nexus artifacts are promoted in 
the repository. This is because pushing the
 tag triggers Docker Hub to start building the docker images immediately and 
the build will pull in the promoted artifacts.
 If the artifacts are not yet available, the build on Docker Hub will fail. 
It's best to continue with the following steps
diff --git a/site/_posts/2019-05-13-release-1.15.0.md 
b/site/_posts/2019-05-13-release-1.15.0.md
index 9d944bf..f91e2c5 100644
--- a/site/_posts/2019-05-13-release-1.15.0.md
+++ b/site/_posts/2019-05-13-release-1.15.0.md
@@ -30,7 +30,7 @@ limitations under the License.
 Apache Calcite Avatica 1.15.0 is a small release that fixes a regression 
causing
 error messages to not be propagated to clients. There is also a minor update 
to the
 docker release script to automate the upload of release artifacts and build 
promotion.
-See the list of [bug fixes and new features]({{ site.baseurl 
}}/docs/history.html#v1-14-0)
+See the list of [bug fixes and new features]({{ site.baseurl 
}}/docs/history.html#v1-15-0)
 for more information.
 
 Consumers of Avatica are encouraged to skip the 1.14.0 release and upgrade 
directly to
diff --git a/site/_posts/2019-05-13-release-1.15.0.md 
b/site/_posts/2019-12-19-release-1.16.0.md
similarity index 62%
copy from site/_posts/2019-05-13-release-1.15.0.md
copy to site/_posts/2019-12-19-release-1.16.0.md
index 9d944bf..c07875a 100644
--- a/site/_posts/2019-05-13-release-1.15.0.md
+++ b/site/_posts/2019-12-19-release-1.16.0.md
@@ -1,11 +1,11 @@
 ---
 layout: news_item
-date: "2019-05-13 08:30:00 +0000"
+date: "2019-12-19 08:30:00 +0000"
 author: francischuang
-version: 1.15.0
+version: 1.16.0
 categories: [release]
-tag: v1-15-0
-sha: 95e1545
+tag: v1-16-0
+sha: 512bbee
 component: avatica
 ---
 <!--
@@ -27,11 +27,9 @@ limitations under the License.
 {% endcomment %}
 -->
 
-Apache Calcite Avatica 1.15.0 is a small release that fixes a regression 
causing
-error messages to not be propagated to clients. There is also a minor update 
to the
-docker release script to automate the upload of release artifacts and build 
promotion.
-See the list of [bug fixes and new features]({{ site.baseurl 
}}/docs/history.html#v1-14-0)
+Apache Calcite Avatica 1.16.0 replaces the maven with gradle. This release
+adds support for Kerberos authentication using SPNEGO over HTTPS. In addition,
+there were also a few dependency updates and bug fixes. Github Actions was also
+enabled in the repository for running tests. See the list of
+[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-16-0)
 for more information.
-
-Consumers of Avatica are encouraged to skip the 1.14.0 release and upgrade 
directly to
-1.15.0 due to the aforementioned regression.

Reply via email to