diff --git a/openmetadata-docs/content/partials/v1.7/releases/1.7.2.md b/openmetadata-docs/content/partials/v1.7/releases/1.7.2.md new file mode 100644 index 00000000000..070e35cde72 --- /dev/null +++ b/openmetadata-docs/content/partials/v1.7/releases/1.7.2.md @@ -0,0 +1,99 @@ +# 1.7.2 Release 🎉 + +{% note noteType="Tip" %} +**June 10th, 2025** +{% /note %} + +You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.7.2-release). + +## Improvements + +- Made Trino query table configurable. +- Added company name details in Pendo. +- Introduced Databricks Sampler and refactored Unity Catalog Sampler. +- Implemented Looker column lineage between views and tables. +- Implemented Looker column lineage between explores and views. +- Added support for dbt tags filter. +- Introduced a utility in openmetadata-ops.sh to delete orphaned relations. +- Added lineage dialect support for Exasol, Trino, and Vertica. +- Upgraded google-cloud-secret-manager Python dependency version. +- Introduced data insights migrations to remove stale objects. +- Added Turkish language support. +- Added method to filter ingestion pipelines based on metadata. +- Improved rendering time for profiler charts with large datasets. +- Added logic to handle WorkflowContext during ingestion. +- Exposed Pendo integration key in API response. +- Introduced support for SSIS connector. +- Enhanced PDF export to improve image handling and support dynamic spacing. +- Implemented reverse metadata extensions. + +## Fixes + +- Corrected Explore tabs with ellipsis to render label and count correctly. +- Documented reason for Snowflake owner ingestion limitation. +- Addressed TooManyNestedClauses error in complex queries. +- Resolved BigQuery import issue. +- Fixed loading issue in react-awesome-query +- Japanese localization: updated "view-in-service-type" translation from "{{serviceType}}에서 보기" to "{{serviceType}}で表示". +- Changed references from jakarta to javax. +- Resolved search indexing issue: exceeded total fields limit [1000]. +- Fixed DB2 custom driver installation problem. +- Corrected domain deletion via import. +- Displayed correct timestamp in freshness test results. +- Updated file upload input option in service config. +- Removed unwanted type from pdfLayout config. +- Aligned the profile config plus icon correctly. +- Fixed additional nodes issue in upstream lineage. +- Improved Tableau connector functionalities and validation. +- Resolved Looker CLL parsing and error handling issues. +- Enhanced domain truncation and consistent domain UI/UX. +- Fixed SQL query viewer-related errors. +- Corrected redirection issue for profiles with displayName. +- Truncated entity header text appropriately. +- Made select popup sticky in scrollable containers. +- Resolved overflow in frequently joined table widget. +- Fixed persona switch UI update issue without customization. +- Ensured schema, tags, and API collection switches reflect correct content. +- Prevented Excel copy-paste from triggering file upload. +- Added displayName to asset selection model. +- Applied background color highlight in explore cards. +- Fixed glossary permission-related error. +- Handled pydantic_fields exceptions gracefully. +- Resolved flickering and tooltip issues in lineage column nodes. +- Corrected row sampling error. +- Fixed tier tag updates in search filters. +- Enabled support for multiple owners in dbt models. +- Removed unused getBasePath import from RouterUtils.ts. +- Resolved tag dropdown overlap when multiple dropdowns are open. +- Enabled ingestion pipeline filtering by provider. +- Prevented automation workflow updates by Service Manager; added cleanup migration. +- Fixed bot usage in pipelines and workflows. +- Removed Tier filters from AI agents in Autopilot. +- Improved column name space handling in lineage child node cards. +- Implemented graceful logout handling. +- Added schema description support for Databricks. +- Made dashboard data model name column non-clickable. +- Set pagination limits for dashboards. +- Resolved issue with agents dropdown not showing auto-classification agent. +- Filtered announcement widget from customization options. +- Updated Snowflake tests based on new configuration settings. +- Fixed PII false positives for DateTime fields. +- Corrected profile picture display issues. +- Resolved persona customization widget style issues. +- Updated Lightdash connector. +- Fixed Doris ingestion failure. +- Corrected query builder widget behavior for any and not operations. +- Reverted search order and adjusted minor UI styles. +- Increased indices.query.bool.max_clause_count to 4096. +- Made presidio_analyzer a lazy import in the PII processor. +- Fixed empty expression value issue in Power BI datasets. +- Applied fixes to limits and logging functionality. +- Addressed import failure caused by double-encoded database service paths. +- Corrected auto tier serialization with followers. +- Cleaned up WAII-generated descriptions. +- Resolved review activity tracking issue. +- Fixed setIdleTimeout with lower Jetty versions. +- Resolved missing new tags in automator form component. +- Removed deprecated SearchSuggest component. + +**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.7.1-release...1.7.2-release) diff --git a/openmetadata-docs/content/partials/v1.7/releases/latest.md b/openmetadata-docs/content/partials/v1.7/releases/latest.md index 3239d111ef3..1c429e3fb63 100644 --- a/openmetadata-docs/content/partials/v1.7/releases/latest.md +++ b/openmetadata-docs/content/partials/v1.7/releases/latest.md @@ -1,7 +1,7 @@ -# 1.7.2 Release 🎉 +# 1.7.3 Release 🎉 {% note noteType="Tip" %} -**June 10th, 2025** +**13th June 2025** {% /note %} {% inlineCalloutContainer %} @@ -10,102 +10,32 @@ color="violet-70" icon="celebration" bold="Upgrade OpenMetadata" href="/deployment/upgrade" %} -Learn how to upgrade your OpenMetadata instance to 1.7.2! +Learn how to upgrade your OpenMetadata instance to 1.7.3! {% /inlineCallout %} {% /inlineCalloutContainer %} -You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.7.2-release). +You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.7.3-release). # What's New ## Improvements -- Made Trino query table configurable. -- Added company name details in Pendo. -- Introduced Databricks Sampler and refactored Unity Catalog Sampler. -- Implemented Looker column lineage between views and tables. -- Implemented Looker column lineage between explores and views. -- Added support for dbt tags filter. -- Introduced a utility in openmetadata-ops.sh to delete orphaned relations. -- Added lineage dialect support for Exasol, Trino, and Vertica. -- Upgraded google-cloud-secret-manager Python dependency version. -- Introduced data insights migrations to remove stale objects. -- Added Turkish language support. -- Added method to filter ingestion pipelines based on metadata. -- Improved rendering time for profiler charts with large datasets. -- Added logic to handle WorkflowContext during ingestion. -- Exposed Pendo integration key in API response. -- Introduced support for SSIS connector. -- Enhanced PDF export to improve image handling and support dynamic spacing. -- Implemented reverse metadata extensions. +- Add missing ngram fields for displayName and name in jp/zh indexes. +- Improve UC owner ingestion. +- Add missing Data space type in qlikcloud. +- Added Microstrategy Lineage ## Fixes -- Corrected Explore tabs with ellipsis to render label and count correctly. -- Documented reason for Snowflake owner ingestion limitation. -- Addressed TooManyNestedClauses error in complex queries. -- Resolved BigQuery import issue. -- Fixed loading issue in react-awesome-query -- Japanese localization: updated "view-in-service-type" translation from "{{serviceType}}에서 보기" to "{{serviceType}}で表示". -- Changed references from jakarta to javax. -- Resolved search indexing issue: exceeded total fields limit [1000]. -- Fixed DB2 custom driver installation problem. -- Corrected domain deletion via import. -- Displayed correct timestamp in freshness test results. -- Updated file upload input option in service config. -- Removed unwanted type from pdfLayout config. -- Aligned the profile config plus icon correctly. -- Fixed additional nodes issue in upstream lineage. -- Improved Tableau connector functionalities and validation. -- Resolved Looker CLL parsing and error handling issues. -- Enhanced domain truncation and consistent domain UI/UX. -- Fixed SQL query viewer-related errors. -- Corrected redirection issue for profiles with displayName. -- Truncated entity header text appropriately. -- Made select popup sticky in scrollable containers. -- Resolved overflow in frequently joined table widget. -- Fixed persona switch UI update issue without customization. -- Ensured schema, tags, and API collection switches reflect correct content. -- Prevented Excel copy-paste from triggering file upload. -- Added displayName to asset selection model. -- Applied background color highlight in explore cards. -- Fixed glossary permission-related error. -- Handled pydantic_fields exceptions gracefully. -- Resolved flickering and tooltip issues in lineage column nodes. -- Corrected row sampling error. -- Fixed tier tag updates in search filters. -- Enabled support for multiple owners in dbt models. -- Removed unused getBasePath import from RouterUtils.ts. -- Resolved tag dropdown overlap when multiple dropdowns are open. -- Enabled ingestion pipeline filtering by provider. -- Prevented automation workflow updates by Service Manager; added cleanup migration. -- Fixed bot usage in pipelines and workflows. -- Removed Tier filters from AI agents in Autopilot. -- Improved column name space handling in lineage child node cards. -- Implemented graceful logout handling. -- Added schema description support for Databricks. -- Made dashboard data model name column non-clickable. -- Set pagination limits for dashboards. -- Resolved issue with agents dropdown not showing auto-classification agent. -- Filtered announcement widget from customization options. -- Updated Snowflake tests based on new configuration settings. -- Fixed PII false positives for DateTime fields. -- Corrected profile picture display issues. -- Resolved persona customization widget style issues. -- Updated Lightdash connector. -- Fixed Doris ingestion failure. -- Corrected query builder widget behavior for any and not operations. -- Reverted search order and adjusted minor UI styles. -- Increased indices.query.bool.max_clause_count to 4096. -- Made presidio_analyzer a lazy import in the PII processor. -- Fixed empty expression value issue in Power BI datasets. -- Applied fixes to limits and logging functionality. -- Addressed import failure caused by double-encoded database service paths. -- Corrected auto tier serialization with followers. -- Cleaned up WAII-generated descriptions. -- Resolved review activity tracking issue. -- Fixed setIdleTimeout with lower Jetty versions. -- Resolved missing new tags in automator form component. -- Removed deprecated SearchSuggest component. +- Close emoji feed editor on outside click. +- Close profile dropdown on redirection to user profile page. +- Lineage expand collapse operation on nodes. +- Hashlist in view blocks leftsidebar. +- Test Cases Not Returned When Service Name Contains Spaces. +- Update Reset Link Template. +- Unable to connect to Opensearch using AWS Credentials. +- Tag search based on displayName. +- Fix Hybrid Websocket Timeout. +- Fix automator for empty description entities & children. -**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.7.1-release...1.7.2-release) +**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.7.2-release...1.7.3-release) diff --git a/openmetadata-docs/content/partials/v1.8/releases/1.7.2.md b/openmetadata-docs/content/partials/v1.8/releases/1.7.2.md new file mode 100644 index 00000000000..070e35cde72 --- /dev/null +++ b/openmetadata-docs/content/partials/v1.8/releases/1.7.2.md @@ -0,0 +1,99 @@ +# 1.7.2 Release 🎉 + +{% note noteType="Tip" %} +**June 10th, 2025** +{% /note %} + +You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.7.2-release). + +## Improvements + +- Made Trino query table configurable. +- Added company name details in Pendo. +- Introduced Databricks Sampler and refactored Unity Catalog Sampler. +- Implemented Looker column lineage between views and tables. +- Implemented Looker column lineage between explores and views. +- Added support for dbt tags filter. +- Introduced a utility in openmetadata-ops.sh to delete orphaned relations. +- Added lineage dialect support for Exasol, Trino, and Vertica. +- Upgraded google-cloud-secret-manager Python dependency version. +- Introduced data insights migrations to remove stale objects. +- Added Turkish language support. +- Added method to filter ingestion pipelines based on metadata. +- Improved rendering time for profiler charts with large datasets. +- Added logic to handle WorkflowContext during ingestion. +- Exposed Pendo integration key in API response. +- Introduced support for SSIS connector. +- Enhanced PDF export to improve image handling and support dynamic spacing. +- Implemented reverse metadata extensions. + +## Fixes + +- Corrected Explore tabs with ellipsis to render label and count correctly. +- Documented reason for Snowflake owner ingestion limitation. +- Addressed TooManyNestedClauses error in complex queries. +- Resolved BigQuery import issue. +- Fixed loading issue in react-awesome-query +- Japanese localization: updated "view-in-service-type" translation from "{{serviceType}}에서 보기" to "{{serviceType}}で表示". +- Changed references from jakarta to javax. +- Resolved search indexing issue: exceeded total fields limit [1000]. +- Fixed DB2 custom driver installation problem. +- Corrected domain deletion via import. +- Displayed correct timestamp in freshness test results. +- Updated file upload input option in service config. +- Removed unwanted type from pdfLayout config. +- Aligned the profile config plus icon correctly. +- Fixed additional nodes issue in upstream lineage. +- Improved Tableau connector functionalities and validation. +- Resolved Looker CLL parsing and error handling issues. +- Enhanced domain truncation and consistent domain UI/UX. +- Fixed SQL query viewer-related errors. +- Corrected redirection issue for profiles with displayName. +- Truncated entity header text appropriately. +- Made select popup sticky in scrollable containers. +- Resolved overflow in frequently joined table widget. +- Fixed persona switch UI update issue without customization. +- Ensured schema, tags, and API collection switches reflect correct content. +- Prevented Excel copy-paste from triggering file upload. +- Added displayName to asset selection model. +- Applied background color highlight in explore cards. +- Fixed glossary permission-related error. +- Handled pydantic_fields exceptions gracefully. +- Resolved flickering and tooltip issues in lineage column nodes. +- Corrected row sampling error. +- Fixed tier tag updates in search filters. +- Enabled support for multiple owners in dbt models. +- Removed unused getBasePath import from RouterUtils.ts. +- Resolved tag dropdown overlap when multiple dropdowns are open. +- Enabled ingestion pipeline filtering by provider. +- Prevented automation workflow updates by Service Manager; added cleanup migration. +- Fixed bot usage in pipelines and workflows. +- Removed Tier filters from AI agents in Autopilot. +- Improved column name space handling in lineage child node cards. +- Implemented graceful logout handling. +- Added schema description support for Databricks. +- Made dashboard data model name column non-clickable. +- Set pagination limits for dashboards. +- Resolved issue with agents dropdown not showing auto-classification agent. +- Filtered announcement widget from customization options. +- Updated Snowflake tests based on new configuration settings. +- Fixed PII false positives for DateTime fields. +- Corrected profile picture display issues. +- Resolved persona customization widget style issues. +- Updated Lightdash connector. +- Fixed Doris ingestion failure. +- Corrected query builder widget behavior for any and not operations. +- Reverted search order and adjusted minor UI styles. +- Increased indices.query.bool.max_clause_count to 4096. +- Made presidio_analyzer a lazy import in the PII processor. +- Fixed empty expression value issue in Power BI datasets. +- Applied fixes to limits and logging functionality. +- Addressed import failure caused by double-encoded database service paths. +- Corrected auto tier serialization with followers. +- Cleaned up WAII-generated descriptions. +- Resolved review activity tracking issue. +- Fixed setIdleTimeout with lower Jetty versions. +- Resolved missing new tags in automator form component. +- Removed deprecated SearchSuggest component. + +**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.7.1-release...1.7.2-release) diff --git a/openmetadata-docs/content/partials/v1.8/releases/latest.md b/openmetadata-docs/content/partials/v1.8/releases/latest.md index 3239d111ef3..1c429e3fb63 100644 --- a/openmetadata-docs/content/partials/v1.8/releases/latest.md +++ b/openmetadata-docs/content/partials/v1.8/releases/latest.md @@ -1,7 +1,7 @@ -# 1.7.2 Release 🎉 +# 1.7.3 Release 🎉 {% note noteType="Tip" %} -**June 10th, 2025** +**13th June 2025** {% /note %} {% inlineCalloutContainer %} @@ -10,102 +10,32 @@ color="violet-70" icon="celebration" bold="Upgrade OpenMetadata" href="/deployment/upgrade" %} -Learn how to upgrade your OpenMetadata instance to 1.7.2! +Learn how to upgrade your OpenMetadata instance to 1.7.3! {% /inlineCallout %} {% /inlineCalloutContainer %} -You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.7.2-release). +You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.7.3-release). # What's New ## Improvements -- Made Trino query table configurable. -- Added company name details in Pendo. -- Introduced Databricks Sampler and refactored Unity Catalog Sampler. -- Implemented Looker column lineage between views and tables. -- Implemented Looker column lineage between explores and views. -- Added support for dbt tags filter. -- Introduced a utility in openmetadata-ops.sh to delete orphaned relations. -- Added lineage dialect support for Exasol, Trino, and Vertica. -- Upgraded google-cloud-secret-manager Python dependency version. -- Introduced data insights migrations to remove stale objects. -- Added Turkish language support. -- Added method to filter ingestion pipelines based on metadata. -- Improved rendering time for profiler charts with large datasets. -- Added logic to handle WorkflowContext during ingestion. -- Exposed Pendo integration key in API response. -- Introduced support for SSIS connector. -- Enhanced PDF export to improve image handling and support dynamic spacing. -- Implemented reverse metadata extensions. +- Add missing ngram fields for displayName and name in jp/zh indexes. +- Improve UC owner ingestion. +- Add missing Data space type in qlikcloud. +- Added Microstrategy Lineage ## Fixes -- Corrected Explore tabs with ellipsis to render label and count correctly. -- Documented reason for Snowflake owner ingestion limitation. -- Addressed TooManyNestedClauses error in complex queries. -- Resolved BigQuery import issue. -- Fixed loading issue in react-awesome-query -- Japanese localization: updated "view-in-service-type" translation from "{{serviceType}}에서 보기" to "{{serviceType}}で表示". -- Changed references from jakarta to javax. -- Resolved search indexing issue: exceeded total fields limit [1000]. -- Fixed DB2 custom driver installation problem. -- Corrected domain deletion via import. -- Displayed correct timestamp in freshness test results. -- Updated file upload input option in service config. -- Removed unwanted type from pdfLayout config. -- Aligned the profile config plus icon correctly. -- Fixed additional nodes issue in upstream lineage. -- Improved Tableau connector functionalities and validation. -- Resolved Looker CLL parsing and error handling issues. -- Enhanced domain truncation and consistent domain UI/UX. -- Fixed SQL query viewer-related errors. -- Corrected redirection issue for profiles with displayName. -- Truncated entity header text appropriately. -- Made select popup sticky in scrollable containers. -- Resolved overflow in frequently joined table widget. -- Fixed persona switch UI update issue without customization. -- Ensured schema, tags, and API collection switches reflect correct content. -- Prevented Excel copy-paste from triggering file upload. -- Added displayName to asset selection model. -- Applied background color highlight in explore cards. -- Fixed glossary permission-related error. -- Handled pydantic_fields exceptions gracefully. -- Resolved flickering and tooltip issues in lineage column nodes. -- Corrected row sampling error. -- Fixed tier tag updates in search filters. -- Enabled support for multiple owners in dbt models. -- Removed unused getBasePath import from RouterUtils.ts. -- Resolved tag dropdown overlap when multiple dropdowns are open. -- Enabled ingestion pipeline filtering by provider. -- Prevented automation workflow updates by Service Manager; added cleanup migration. -- Fixed bot usage in pipelines and workflows. -- Removed Tier filters from AI agents in Autopilot. -- Improved column name space handling in lineage child node cards. -- Implemented graceful logout handling. -- Added schema description support for Databricks. -- Made dashboard data model name column non-clickable. -- Set pagination limits for dashboards. -- Resolved issue with agents dropdown not showing auto-classification agent. -- Filtered announcement widget from customization options. -- Updated Snowflake tests based on new configuration settings. -- Fixed PII false positives for DateTime fields. -- Corrected profile picture display issues. -- Resolved persona customization widget style issues. -- Updated Lightdash connector. -- Fixed Doris ingestion failure. -- Corrected query builder widget behavior for any and not operations. -- Reverted search order and adjusted minor UI styles. -- Increased indices.query.bool.max_clause_count to 4096. -- Made presidio_analyzer a lazy import in the PII processor. -- Fixed empty expression value issue in Power BI datasets. -- Applied fixes to limits and logging functionality. -- Addressed import failure caused by double-encoded database service paths. -- Corrected auto tier serialization with followers. -- Cleaned up WAII-generated descriptions. -- Resolved review activity tracking issue. -- Fixed setIdleTimeout with lower Jetty versions. -- Resolved missing new tags in automator form component. -- Removed deprecated SearchSuggest component. +- Close emoji feed editor on outside click. +- Close profile dropdown on redirection to user profile page. +- Lineage expand collapse operation on nodes. +- Hashlist in view blocks leftsidebar. +- Test Cases Not Returned When Service Name Contains Spaces. +- Update Reset Link Template. +- Unable to connect to Opensearch using AWS Credentials. +- Tag search based on displayName. +- Fix Hybrid Websocket Timeout. +- Fix automator for empty description entities & children. -**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.7.1-release...1.7.2-release) +**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.7.2-release...1.7.3-release) diff --git a/openmetadata-docs/content/v1.7.x/deployment/docker/index.md b/openmetadata-docs/content/v1.7.x/deployment/docker/index.md index 02f514272fa..f0c7ed4ec5a 100644 --- a/openmetadata-docs/content/v1.7.x/deployment/docker/index.md +++ b/openmetadata-docs/content/v1.7.x/deployment/docker/index.md @@ -101,7 +101,7 @@ This docker compose file contains only the docker compose services for OpenMetad You can also run the below command to fetch the docker compose file directly from the terminal - ```bash -wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-release/docker-compose-openmetadata.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.3-release/docker-compose-openmetadata.yml ``` ### 3. Update Environment Variables required for OpenMetadata Dependencies @@ -195,7 +195,7 @@ You can validate that all containers are up by running with command `docker ps`. ```commandline ❯ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES -470cc8149826 openmetadata/server:1.7.2 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server +470cc8149826 openmetadata/server:1.7.3 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server ``` In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585) diff --git a/openmetadata-docs/content/v1.7.x/menu.md b/openmetadata-docs/content/v1.7.x/menu.md index c7326d24ef5..84c950d7a66 100644 --- a/openmetadata-docs/content/v1.7.x/menu.md +++ b/openmetadata-docs/content/v1.7.x/menu.md @@ -1124,6 +1124,8 @@ site_menu: url: /releases/supported - category: Releases / All Releases url: /releases/all-releases + - category: Releases / All Releases / 1.7.2 Release + url: /releases/all-releases/#1.7.2-release - category: Releases / All Releases / 1.7.1 Release url: /releases/all-releases/#1.7.1-release - category: Releases / All Releases / 1.7.0 Release diff --git a/openmetadata-docs/content/v1.7.x/quick-start/local-docker-deployment.md b/openmetadata-docs/content/v1.7.x/quick-start/local-docker-deployment.md index 874d82c0a8c..3dbd7fdcdad 100644 --- a/openmetadata-docs/content/v1.7.x/quick-start/local-docker-deployment.md +++ b/openmetadata-docs/content/v1.7.x/quick-start/local-docker-deployment.md @@ -119,15 +119,15 @@ The latest version is at the top of the page You can use the curl or wget command as well to fetch the docker compose files from your terminal - ```commandline -curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-release/docker-compose.yml +curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.7.3-release/docker-compose.yml -curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-release/docker-compose-postgres.yml +curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.7.3-release/docker-compose-postgres.yml ``` ```commandline -wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-release/docker-compose.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.3-release/docker-compose.yml -wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-release/docker-compose-postgres.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.3-release/docker-compose-postgres.yml ``` ### 3. Start the Docker Compose Services @@ -166,10 +166,10 @@ You can validate that all containers are up by running with command `docker ps`. ```commandline ❯ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES -470cc8149826 openmetadata/server:1.7.2 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server -63578aacbff5 openmetadata/ingestion:1.7.2 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion +470cc8149826 openmetadata/server:1.7.3 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server +63578aacbff5 openmetadata/ingestion:1.7.3 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion 9f5ee8334f4b docker.elastic.co/elasticsearch/elasticsearch:7.16.3 "/tini -- /usr/local…" 45 seconds ago Up 44 seconds 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp openmetadata_elasticsearch -08947ab3424b openmetadata/db:1.7.2 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql +08947ab3424b openmetadata/db:1.7.3 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql ``` In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585) diff --git a/openmetadata-docs/content/v1.7.x/releases/releases/index.md b/openmetadata-docs/content/v1.7.x/releases/releases/index.md index 53577e4787f..2d5df26de47 100644 --- a/openmetadata-docs/content/v1.7.x/releases/releases/index.md +++ b/openmetadata-docs/content/v1.7.x/releases/releases/index.md @@ -14,6 +14,8 @@ version. To see what's coming in next releases, please check our {% collateConte {% partial file="/v1.7/releases/latest.md" /%} +{% partial file="/v1.7/releases/1.7.2.md" /%} + {% partial file="/v1.7/releases/1.7.1.md" /%} {% partial file="/v1.7/releases/1.7.0.md" /%} diff --git a/openmetadata-docs/content/v1.7.x/sdk/python/index.md b/openmetadata-docs/content/v1.7.x/sdk/python/index.md index fa93093e70f..b69e27409c7 100644 --- a/openmetadata-docs/content/v1.7.x/sdk/python/index.md +++ b/openmetadata-docs/content/v1.7.x/sdk/python/index.md @@ -12,10 +12,10 @@ We are now going to present a high-level Python API as a type-safe and gentle wr The Python SDK is part of the `openmetadata-ingestion` base package. You can install it from [PyPI](https://pypi.org/project/openmetadata-ingestion/). Make sure to use the same `openmetadata-ingestion` version as your server version. For example, if you have the OpenMetadata -server at version 1.7.2, you will need to install: +server at version 1.7.3, you will need to install: ```python -pip install "openmetadata-ingestion~=1.7.2.0" +pip install "openmetadata-ingestion~=1.7.3.0" ``` {% /note %} diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/docker/index.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/docker/index.md index a17086eb8f0..f727be16a2b 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/docker/index.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/deployment/docker/index.md @@ -101,7 +101,7 @@ This docker compose file contains only the docker compose services for OpenMetad You can also run the below command to fetch the docker compose file directly from the terminal - ```bash -wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-release/docker-compose-openmetadata.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.3-release/docker-compose-openmetadata.yml ``` ### 3. Update Environment Variables required for OpenMetadata Dependencies @@ -195,7 +195,7 @@ You can validate that all containers are up by running with command `docker ps`. ```commandline ❯ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES -470cc8149826 openmetadata/server:1.7.2 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server +470cc8149826 openmetadata/server:1.7.3 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server ``` In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585) diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/menu.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/menu.md index dc0d99f7f8f..7aab583dbcb 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/menu.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/menu.md @@ -1130,6 +1130,8 @@ site_menu: url: /releases/supported - category: Releases / All Releases url: /releases/all-releases + - category: Releases / All Releases / 1.7.2 Release + url: /releases/all-releases/#1.7.2-release - category: Releases / All Releases / 1.7.1 Release url: /releases/all-releases/#1.7.1-release - category: Releases / All Releases / 1.7.0 Release diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/quick-start/local-docker-deployment.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/quick-start/local-docker-deployment.md index af0f5bc8d09..3dec5990077 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/quick-start/local-docker-deployment.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/quick-start/local-docker-deployment.md @@ -119,15 +119,15 @@ The latest version is at the top of the page You can use the curl or wget command as well to fetch the docker compose files from your terminal - ```commandline -curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-release/docker-compose.yml +curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.7.3-release/docker-compose.yml -curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-release/docker-compose-postgres.yml +curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.7.3-release/docker-compose-postgres.yml ``` ```commandline -wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-release/docker-compose.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.3-release/docker-compose.yml -wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-release/docker-compose-postgres.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.3-release/docker-compose-postgres.yml ``` ### 3. Start the Docker Compose Services @@ -166,10 +166,10 @@ You can validate that all containers are up by running with command `docker ps`. ```commandline ❯ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES -470cc8149826 openmetadata/server:1.7.2 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server -63578aacbff5 openmetadata/ingestion:1.7.2 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion +470cc8149826 openmetadata/server:1.7.3 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server +63578aacbff5 openmetadata/ingestion:1.7.3 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion 9f5ee8334f4b docker.elastic.co/elasticsearch/elasticsearch:7.16.3 "/tini -- /usr/local…" 45 seconds ago Up 44 seconds 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp openmetadata_elasticsearch -08947ab3424b openmetadata/db:1.7.2 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql +08947ab3424b openmetadata/db:1.7.3 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql ``` In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585) diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/releases/releases/index.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/releases/releases/index.md index 9697c50dc31..a4ce922a593 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/releases/releases/index.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/releases/releases/index.md @@ -14,6 +14,8 @@ version. To see what's coming in next releases, please check our {% collateConte {% partial file="/v1.8/releases/latest.md" /%} +{% partial file="/v1.8/releases/1.7.2.md" /%} + {% partial file="/v1.8/releases/1.7.1.md" /%} {% partial file="/v1.8/releases/1.7.0.md" /%} diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/sdk/python/index.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/sdk/python/index.md index fa93093e70f..b69e27409c7 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/sdk/python/index.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/sdk/python/index.md @@ -12,10 +12,10 @@ We are now going to present a high-level Python API as a type-safe and gentle wr The Python SDK is part of the `openmetadata-ingestion` base package. You can install it from [PyPI](https://pypi.org/project/openmetadata-ingestion/). Make sure to use the same `openmetadata-ingestion` version as your server version. For example, if you have the OpenMetadata -server at version 1.7.2, you will need to install: +server at version 1.7.3, you will need to install: ```python -pip install "openmetadata-ingestion~=1.7.2.0" +pip install "openmetadata-ingestion~=1.7.3.0" ``` {% /note %}