From c4054ce13116ec0ced11629db3ee0b43d5cbc448 Mon Sep 17 00:00:00 2001 From: Romain Date: Wed, 20 May 2020 06:43:29 -0700 Subject: [PATCH] HUE-9356 [core] 4.7.1 release --- VERSION | 2 +- desktop/libs/librdbms/java/pom.xml | 2 +- docs/docs-site/content/releases/release-notes-4.7.0.md | 7 ++++++- maven/pom.xml | 2 +- package.json | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 2825698ec8a..37ed46d4c83 100644 --- a/VERSION +++ b/VERSION @@ -17,4 +17,4 @@ # This file should be the one source of truth for for versions within HUE. # It is at least included by each of the default hue app's setup.py. -VERSION="4.7.0" +VERSION="4.7.1" diff --git a/desktop/libs/librdbms/java/pom.xml b/desktop/libs/librdbms/java/pom.xml index 6d1fdefa4b0..b4c3747db9d 100644 --- a/desktop/libs/librdbms/java/pom.xml +++ b/desktop/libs/librdbms/java/pom.xml @@ -26,7 +26,7 @@ com.cloudera.hue hue-parent ../../../../maven/pom.xml - 4.7.0-SNAPSHOT + 4.7.1-SNAPSHOT com.cloudera.hue diff --git a/docs/docs-site/content/releases/release-notes-4.7.0.md b/docs/docs-site/content/releases/release-notes-4.7.0.md index eec055df279..b15e4716cbe 100644 --- a/docs/docs-site/content/releases/release-notes-4.7.0.md +++ b/docs/docs-site/content/releases/release-notes-4.7.0.md @@ -11,6 +11,11 @@ tags: ['skipIndexing'] Hue is an open source SQL Cloud Assistant for developing and accessing [Databases & Data Warehouses](https://docs.gethue.com/administrator/configuration/connectors/)/Data Apps and collaborating: http://gethue.com +**Note**: Hue v4.7.1, released May 20th 2020 - [HUE-9356](https://issues.cloudera.org/browse/HUE-9356) + +* Kerberos 'TypeError: function takes at most 2 arguments (3 given)' [ISSUE 1101](https://github.com/cloudera/hue/issues/1101) +* There was also other JavaScript bugs in the Query Browser related to some Ko-Js dependencies + ### Summary The focus of this release was to keep building on top of [4.6](https://gethue.com/hue-4-6-and-its-improvements-are-out/), modularize the tech stack, improve SQL integrations and prepare major features of Hue 5. Some highlights: @@ -24,7 +29,7 @@ The focus of this release was to keep building on top of [4.6](https://gethue.co Read the complete list of improvements on [Hue 4.7 is out!](http://gethue.com/blog/hue-4-7-and-its-improvements-are-out/). -Download the [tarball](https://cdn.gethue.com/downloads/hue-4.7.0.tgz) or [source](https://github.com/cloudera/hue/archive/release-4.7.0.zip) releases. +Download the [tarball](https://cdn.gethue.com/downloads/hue-4.7.1.tgz) or [source](https://github.com/cloudera/hue/archive/release-4.7.1.zip) releases. ### Notable Changes diff --git a/maven/pom.xml b/maven/pom.xml index 32182d47f5c..8ce91f2d8a7 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -22,7 +22,7 @@ com.cloudera.hue hue-parent - 4.7.0-SNAPSHOT + 4.7.1-SNAPSHOT pom Hue Maven Parent POM diff --git a/package.json b/package.json index 7e5d9367385..cf8cc58ebf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gethue", - "version": "4.7.0", + "version": "4.7.1", "description": "Hue is an Open source SQL Query Editor for Databases/Warehouses", "homepage": "http://gethue.com", "repository": {