From 21dea1a7f81bef4f129920a2207aa2c8648e2a72 Mon Sep 17 00:00:00 2001 From: "Bradford D. Boyle" Date: Tue, 26 Apr 2022 10:57:12 -0700 Subject: [PATCH] Bump version to 6.3.1 (#798) --- .github/workflows/create-release-on-tag.yml | 14 +++----------- CHANGELOG.md | 7 +++++++ version | 2 +- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/create-release-on-tag.yml b/.github/workflows/create-release-on-tag.yml index 61a6019aae..fd2f6bca5e 100644 --- a/.github/workflows/create-release-on-tag.yml +++ b/.github/workflows/create-release-on-tag.yml @@ -22,19 +22,11 @@ jobs: tag_name: ${{ github.ref }} release_name: PXF Version ${{ github.ref }} body: | - ## 6.3.0 (03/16/2022) - - ### Enhancements: - - - [#703](https://github.com/greenplum-db/pxf/pull/703) Added Support for Avro Logical Types for Readable External Tables - - [#707](https://github.com/greenplum-db/pxf/pull/707) Enabled Kerberos Constrained Delegation impersonation for secure clusters - - [#752](https://github.com/greenplum-db/pxf/pull/752) Add support for GPDB6 on RHEL 8 - - [#754](https://github.com/greenplum-db/pxf/pull/754) Add scripts for modifying PXF extension to support gpupgrade + ## 6.3.1 (04/27/2022) ### Bug Fixes: - - [#738](https://github.com/greenplum-db/pxf/pull/738) Fix: For reading the records correctly from a MultiLine JSON file - - [#756](https://github.com/greenplum-db/pxf/pull/756) Fixed HiveDataFragmenter not closing connections to Hive Metastore - - [#760](https://github.com/greenplum-db/pxf/pull/760) Update bundled postgresql to 42.3.3 + - [#788](https://github.com/greenplum-db/pxf/pull/788) Replace prefix macro with environment variable in scriptlets + - [#794](https://github.com/greenplum-db/pxf/pull/794) Fix NPE in Hive ORC vectorized query execution draft: false prerelease: false diff --git a/CHANGELOG.md b/CHANGELOG.md index dda658031d..92174260b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 6.3.1 (04/27/2022) + +### Bug Fixes: + +- [#788](https://github.com/greenplum-db/pxf/pull/788) Replace prefix macro with environment variable in scriptlets +- [#794](https://github.com/greenplum-db/pxf/pull/794) Fix NPE in Hive ORC vectorized query execution + ## 6.3.0 (03/16/2022) ### Enhancements: diff --git a/version b/version index c0fed93de3..dc0208aba8 100644 --- a/version +++ b/version @@ -1 +1 @@ -6.3.1-SNAPSHOT +6.3.1