docs(): Adding disclaimers to updating datahub (#5998)

This commit is contained in:
John Joyce 2022-09-20 10:18:38 -07:00 committed by GitHub
parent 8d7378bc46
commit 50bf032baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,16 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
### Breaking Changes ### Breaking Changes
### Potential Downtime
### Deprecations
### Other notable Changes
## `v0.8.44`
### Breaking Changes
- Browse Paths have been upgraded to a new format to align more closely with the intention of the feature. - Browse Paths have been upgraded to a new format to align more closely with the intention of the feature.
Learn more about the changes, including steps on upgrading, here: https://datahubproject.io/docs/advanced/browse-paths-upgrade Learn more about the changes, including steps on upgrading, here: https://datahubproject.io/docs/advanced/browse-paths-upgrade
- The dbt ingestion source's `disable_dbt_node_creation` and `load_schema` options have been removed. They were no longer necessary due to the recently added sibling entities functionality. - The dbt ingestion source's `disable_dbt_node_creation` and `load_schema` options have been removed. They were no longer necessary due to the recently added sibling entities functionality.
@ -13,6 +23,10 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
### Potential Downtime ### Potential Downtime
- [Helm] If you're using Helm, please ensure that your version of the `datahub-actions` container is bumped to `v0.0.7` or `head`.
This version contains changes to support running ingestion in debug mode. Previous versions are not compatible with this release.
Upgrading to helm chart version `0.2.103` will ensure that you have the compatible versions by default.
### Deprecations ### Deprecations
### Other notable Changes ### Other notable Changes