Browse Source

HUE-9356 [core] 4.7.1 release

Romain 5 years ago
parent
commit
677514c551

+ 1 - 1
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"

+ 1 - 1
desktop/libs/librdbms/java/pom.xml

@@ -26,7 +26,7 @@
       <groupId>com.cloudera.hue</groupId>
       <artifactId>hue-parent</artifactId>
       <relativePath>../../../../maven/pom.xml</relativePath>
-      <version>4.7.0-SNAPSHOT</version>
+      <version>4.7.1-SNAPSHOT</version>
     </parent>
 
     <groupId>com.cloudera.hue</groupId>

+ 6 - 1
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
 

+ 1 - 1
maven/pom.xml

@@ -22,7 +22,7 @@
 
   <groupId>com.cloudera.hue</groupId>
   <artifactId>hue-parent</artifactId>
-  <version>4.7.0-SNAPSHOT</version>
+  <version>4.7.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Hue Maven Parent POM</name>

+ 1 - 1
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": {