Skip to content

Commit 7478b82

Browse files
authored
Release v0.13.2 (#971)
* Fixed `AnalysisException` in `crawl_tables` task by ignoring the database that is not found ([#970](#970)). * Fixed `Unknown: org.apache.hadoop.hive.ql.metadata.HiveException: NoSuchObjectException` in `crawl_grants` task by ignoring the database that is not found ([#967](#967)). * Fixed ruff config for ruff==2.0 ([#969](#969)). * Made groups integration tests less flaky ([#965](#965)).
1 parent c3d088f commit 7478b82

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Version changelog
22

3+
## 0.13.2
4+
5+
* Fixed `AnalysisException` in `crawl_tables` task by ignoring the database that is not found ([#970](https://github.com/databrickslabs/ucx/pull/970)).
6+
* Fixed `Unknown: org.apache.hadoop.hive.ql.metadata.HiveException: NoSuchObjectException` in `crawl_grants` task by ignoring the database that is not found ([#967](https://github.com/databrickslabs/ucx/pull/967)).
7+
* Fixed ruff config for ruff==2.0 ([#969](https://github.com/databrickslabs/ucx/pull/969)).
8+
* Made groups integration tests less flaky ([#965](https://github.com/databrickslabs/ucx/pull/965)).
9+
10+
311
## 0.13.1
412

513
* Added secret detection logic to Azure service principal crawler ([#950](https://github.com/databrickslabs/ucx/pull/950)).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# DO NOT MODIFY THIS FILE
2-
__version__ = "0.13.1"
2+
__version__ = "0.13.2"

0 commit comments

Comments
 (0)