Skip to content

Commit

Permalink
HUE-9356 [core] 4.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
romainr committed May 20, 2020
1 parent 470290b commit c4054ce
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion desktop/libs/librdbms/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
7 changes: 6 additions & 1 deletion docs/docs-site/content/releases/release-notes-4.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c4054ce

Please sign in to comment.