Skip to content

Commit c4054ce

Browse files
committed
HUE-9356 [core] 4.7.1 release
1 parent 470290b commit c4054ce

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# This file should be the one source of truth for for versions within HUE.
1818
# It is at least included by each of the default hue app's setup.py.
1919

20-
VERSION="4.7.0"
20+
VERSION="4.7.1"

desktop/libs/librdbms/java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<groupId>com.cloudera.hue</groupId>
2727
<artifactId>hue-parent</artifactId>
2828
<relativePath>../../../../maven/pom.xml</relativePath>
29-
<version>4.7.0-SNAPSHOT</version>
29+
<version>4.7.1-SNAPSHOT</version>
3030
</parent>
3131

3232
<groupId>com.cloudera.hue</groupId>

docs/docs-site/content/releases/release-notes-4.7.0.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ tags: ['skipIndexing']
1111
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
1212

1313

14+
**Note**: Hue v4.7.1, released May 20th 2020 - [HUE-9356](https://issues.cloudera.org/browse/HUE-9356)
15+
16+
* Kerberos 'TypeError: function takes at most 2 arguments (3 given)' [ISSUE 1101](https://github.com/cloudera/hue/issues/1101)
17+
* There was also other JavaScript bugs in the Query Browser related to some Ko-Js dependencies
18+
1419
### Summary
1520

1621
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
2429

2530
Read the complete list of improvements on [Hue 4.7 is out!](http://gethue.com/blog/hue-4-7-and-its-improvements-are-out/).
2631

27-
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.
32+
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.
2833

2934
### Notable Changes
3035

maven/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>com.cloudera.hue</groupId>
2424
<artifactId>hue-parent</artifactId>
25-
<version>4.7.0-SNAPSHOT</version>
25+
<version>4.7.1-SNAPSHOT</version>
2626
<packaging>pom</packaging>
2727

2828
<name>Hue Maven Parent POM</name>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gethue",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"description": "Hue is an Open source SQL Query Editor for Databases/Warehouses",
55
"homepage": "http://gethue.com",
66
"repository": {

0 commit comments

Comments
 (0)