Skip to content

Commit

Permalink
Release v0.13.2 (#971)
Browse files Browse the repository at this point in the history
* 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)).
  • Loading branch information
nfx authored Feb 21, 2024
1 parent c3d088f commit 7478b82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Version changelog

## 0.13.2

* Fixed `AnalysisException` in `crawl_tables` task by ignoring the database that is not found ([#970](https://github.com/databrickslabs/ucx/pull/970)).
* 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)).
* Fixed ruff config for ruff==2.0 ([#969](https://github.com/databrickslabs/ucx/pull/969)).
* Made groups integration tests less flaky ([#965](https://github.com/databrickslabs/ucx/pull/965)).


## 0.13.1

* Added secret detection logic to Azure service principal crawler ([#950](https://github.com/databrickslabs/ucx/pull/950)).
Expand Down
2 changes: 1 addition & 1 deletion src/databricks/labs/ucx/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# DO NOT MODIFY THIS FILE
__version__ = "0.13.1"
__version__ = "0.13.2"

0 comments on commit 7478b82

Please sign in to comment.