Skip to content

Commit 2800c6b

Browse files
authored
Release v0.5.0 (#475)
1 parent bd8214c commit 2800c6b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## 0.5.0
4+
5+
* Added `make install-dev` and a stronger `make clean` for easier dev on-boarding and release upgrades ([#458](https://github.com/databricks/ucx/pull/458)).
6+
* Added failure summary in the assessment dashboard ([#455](https://github.com/databricks/ucx/pull/455)).
7+
* Added test for checking grants in default schema ([#470](https://github.com/databricks/ucx/pull/470)).
8+
* Added unit tests for generic permissions ([#457](https://github.com/databricks/ucx/pull/457)).
9+
* Enabled integration tests via OIDC for every pull request ([#378](https://github.com/databricks/ucx/pull/378)).
10+
* Added check if permissions are up to date ([#421](https://github.com/databricks/ucx/pull/421)).
11+
* Fixed casing in `all_tables.sql` query. ([#464](https://github.com/databricks/ucx/pull/464)).
12+
* Fixed missed scans for empty databases and views in `crawl_grants` ([#469](https://github.com/databricks/ucx/pull/469)).
13+
* Improved logging colors for dark terminal backgrounds ([#468](https://github.com/databricks/ucx/pull/468)).
14+
* Improved local group migration state handling and made log files flush every 10 minutes ([#449](https://github.com/databricks/ucx/pull/449)).
15+
* Moved workspace listing as a separate task for an assessment workflow ([#437](https://github.com/databricks/ucx/pull/437)).
16+
* Removed rate limit for get or create backup group to speed up the prepare environment ([#453](https://github.com/databricks/ucx/pull/453)).
17+
* Updated databricks-sdk requirement from ~=0.10.0 to ~=0.11.0 ([#448](https://github.com/databricks/ucx/pull/448)).
18+
319
## 0.4.0
420

521
* Added exception handling for secret scope not found. ([#418](https://github.com/databricks/ucx/pull/418)).
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.4.0"
2+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)