Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.6.0 #598

Merged
merged 2 commits into from
Nov 17, 2023
Merged

Release v0.6.0 #598

merged 2 commits into from
Nov 17, 2023

Conversation

nfx
Copy link
Collaborator

@nfx nfx commented Nov 17, 2023

Breaking changes (existing installations need to reinstall UCX and re-run assessment jobs)

  • Switched local group migration component to rename groups instead of creating backup groups (#450).
  • Mitigate permissions loss in Table ACLs by folding grants belonging to the same principal, object id and object type together (#512).

New features

  • Added support for the experimental Databricks CLI launcher (#517).
  • Added support for external Hive Metastores including AWS Glue (#400).
  • Added more views to assessment dashboard (#474).
  • Added rate limit for creating backup group to increase stability (#500).
  • Added deduplication for mount point list (#569).
  • Added documentation to describe interaction with external Hive Metastores (#473).
  • Added failure injection for job failure message propagation (#591).
  • Added uniqueness in the new warehouse name to avoid conflicts on installation (#542).
  • Added a global init script to collect Hive Metastore lineage (#513).
  • Added retry set/update permissions when possible and assess the changes in the workspace (#519).
  • Use ~/.ucx/state.json to store the state of both dashboards and jobs (#561).

Bug fixes

  • Fixed handling for OWN table permissions (#571).
  • Fixed handling of keys with and without values. (#514).
  • Fixed integration test failures related to concurrent group delete (#584).
  • Fixed issue with workspace listing process on None type object_type (#481).
  • Fixed missing group entitlement migration bug (#583).
  • Fixed entitlement application for account-level groups (#529).
  • Fixed assessment throwing an error when the owner of an object is empty (#485).
  • Fixed installer to migrate between different configuration file versions (#596).
  • Fixed cluster policy crawler to be aware of deleted policies (#486).
  • Improved error message for not null constraints violated (#532).
  • Improved integration test resiliency (#597, #594, #586).
  • Introduced Safer access to workspace objects' properties. (#530).
  • Mitigated permissions loss in Table ACLs by running appliers with single thread (#518).
  • Running apply permission task before assessment should display message (#487).
  • Split integration tests from blocking the merge queue (#496).
  • Support more than one dashboard per step (#472).
  • Update databricks-sdk requirement from ~=0.11.0 to ~=0.12.0 (#505).
  • Update databricks-sdk requirement from ~=0.12.0 to ~=0.13.0 (#575).

**Breaking changes** (existing installations need to reinstall UCX and re-run assessment jobs)

 * Switched local group migration component to rename groups instead of creating backup groups ([#450](#450)).
 * Mitigate permissions loss in Table ACLs by folding grants belonging to the same principal, object id and object type together ([#512](#512)).

**New features**

 * Added support for the experimental Databricks CLI launcher ([#517](#517)).
 * Added support for external Hive Metastores including AWS Glue ([#400](#400)).
 * Added more views to assessment dashboard ([#474](#474)).
 * Added rate limit for creating backup group to increase stability ([#500](#500)).
 * Added deduplication for mount point list ([#569](#569)).
 * Added documentation to describe interaction with external Hive Metastores ([#473](#473)).
 * Added failure injection for job failure message propagation  ([#591](#591)).
 * Added uniqueness in the new warehouse name to avoid conflicts on installation ([#542](#542)).
 * Added a global init script to collect Hive Metastore lineage ([#513](#513)).
 * Added retry set/update permissions when possible and assess the changes in the workspace ([#519](#519)).
 * Use `~/.ucx/state.json` to store the state of both dashboards and jobs ([#561](#561)).

**Bug fixes**

 * Fixed handling for `OWN` table permissions ([#571](#571)).
 * Fixed handling of keys with and without values. ([#514](#514)).
 * Fixed integration test failures related to concurrent group delete ([#584](#584)).
 * Fixed issue with workspace listing process on None type `object_type` ([#481](#481)).
 * Fixed missing group entitlement migration bug ([#583](#583)).
 * Fixed entitlement application for account-level groups ([#529](#529)).
 * Fixed assessment throwing an error when the owner of an object is empty ([#485](#485)).
 * Fixed installer to migrate between different configuration file versions ([#596](#596)).
 * Fixed cluster policy crawler to be aware of deleted policies ([#486](#486)).
 * Improved error message for not null constraints violated ([#532](#532)).
 * Improved integration test resiliency ([#597](#597), [#594](#594), [#586](#586)).
 * Introduced Safer access to workspace objects' properties. ([#530](#530)).
 * Mitigated permissions loss in Table ACLs by running appliers with single thread ([#518](#518)).
 * Running apply permission task before assessment should display message ([#487](#487)).
 * Split integration tests from blocking the merge queue ([#496](#496)).
 * Support more than one dashboard per step ([#472](#472)).
 * Update databricks-sdk requirement from ~=0.11.0 to ~=0.12.0 ([#505](#505)).
 * Update databricks-sdk requirement from ~=0.12.0 to ~=0.13.0 ([#575](#575)).
@nfx nfx requested review from a team and HariGS-DB November 17, 2023 22:49
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5c92886) 83.02% compared to head (5aa1587) 83.02%.

❗ Current head 5aa1587 differs from pull request most recent head 2b2cb13. Consider uploading reports for the commit 2b2cb13 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #598   +/-   ##
=======================================
  Coverage   83.02%   83.02%           
=======================================
  Files          35       35           
  Lines        3482     3482           
  Branches      650      650           
=======================================
  Hits         2891     2891           
  Misses        445      445           
  Partials      146      146           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nfx nfx merged commit b4dab33 into main Nov 17, 2023
3 of 4 checks passed
@nfx nfx deleted the prepare/0.6.0 branch November 17, 2023 23:08
pritishpai pushed a commit that referenced this pull request Nov 21, 2023
**Breaking changes** (existing installations need to reinstall UCX and
re-run assessment jobs)

* Switched local group migration component to rename groups instead of
creating backup groups
([#450](#450)).
* Mitigate permissions loss in Table ACLs by folding grants belonging to
the same principal, object id and object type together
([#512](#512)).

**New features**

* Added support for the experimental Databricks CLI launcher
([#517](#517)).
* Added support for external Hive Metastores including AWS Glue
([#400](#400)).
* Added more views to assessment dashboard
([#474](#474)).
* Added rate limit for creating backup group to increase stability
([#500](#500)).
* Added deduplication for mount point list
([#569](#569)).
* Added documentation to describe interaction with external Hive
Metastores ([#473](#473)).
* Added failure injection for job failure message propagation
([#591](#591)).
* Added uniqueness in the new warehouse name to avoid conflicts on
installation ([#542](#542)).
* Added a global init script to collect Hive Metastore lineage
([#513](#513)).
* Added retry set/update permissions when possible and assess the
changes in the workspace
([#519](#519)).
* Use `~/.ucx/state.json` to store the state of both dashboards and jobs
([#561](#561)).

**Bug fixes**

* Fixed handling for `OWN` table permissions
([#571](#571)).
* Fixed handling of keys with and without values.
([#514](#514)).
* Fixed integration test failures related to concurrent group delete
([#584](#584)).
* Fixed issue with workspace listing process on None type `object_type`
([#481](#481)).
* Fixed missing group entitlement migration bug
([#583](#583)).
* Fixed entitlement application for account-level groups
([#529](#529)).
* Fixed assessment throwing an error when the owner of an object is
empty ([#485](#485)).
* Fixed installer to migrate between different configuration file
versions ([#596](#596)).
* Fixed cluster policy crawler to be aware of deleted policies
([#486](#486)).
* Improved error message for not null constraints violated
([#532](#532)).
* Improved integration test resiliency
([#597](#597),
[#594](#594),
[#586](#586)).
* Introduced Safer access to workspace objects' properties.
([#530](#530)).
* Mitigated permissions loss in Table ACLs by running appliers with
single thread ([#518](#518)).
* Running apply permission task before assessment should display message
([#487](#487)).
* Split integration tests from blocking the merge queue
([#496](#496)).
* Support more than one dashboard per step
([#472](#472)).
* Update databricks-sdk requirement from ~=0.11.0 to ~=0.12.0
([#505](#505)).
* Update databricks-sdk requirement from ~=0.12.0 to ~=0.13.0
([#575](#575)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant