mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 14:13:06 +00:00
update latest release references to 1.5.6 (#18106)
This commit is contained in:
parent
088282b0c1
commit
a2e819fa9b
@ -1,7 +1,7 @@
|
|||||||
# 1.5.5 Release 🎉
|
# 1.5.6 Release 🎉
|
||||||
|
|
||||||
{% note noteType="Tip" %}
|
{% note noteType="Tip" %}
|
||||||
**Sep 25th, 2024**
|
**Oct 3rd, 2024**
|
||||||
{% /note %}
|
{% /note %}
|
||||||
|
|
||||||
{% inlineCalloutContainer %}
|
{% inlineCalloutContainer %}
|
||||||
@ -10,37 +10,34 @@ color="violet-70"
|
|||||||
icon="celebration"
|
icon="celebration"
|
||||||
bold="Upgrade OpenMetadata"
|
bold="Upgrade OpenMetadata"
|
||||||
href="/deployment/upgrade" %}
|
href="/deployment/upgrade" %}
|
||||||
Learn how to upgrade your OpenMetadata instance to 1.5.5!
|
Learn how to upgrade your OpenMetadata instance to 1.5.6!
|
||||||
{% /inlineCallout %}
|
{% /inlineCallout %}
|
||||||
{% /inlineCalloutContainer %}
|
{% /inlineCalloutContainer %}
|
||||||
|
|
||||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.5-release).
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.6-release).
|
||||||
|
|
||||||
# What's Changed
|
# What's Changed
|
||||||
|
|
||||||
- Made the type optional in ES Response.
|
- Fixed MSTR connector import.
|
||||||
- Added support for refresh tokens with multiple tabs open.
|
- Show displayName for database and databaseSchema in explore tree.
|
||||||
- Resolved issue of overriding user info after login.
|
- Allow PowerBI datamodel children in column lineage.
|
||||||
- Updated the custom property entities data model, along with the data product and database schema icons.
|
- Fixed manifest is not parsed correctly on dbt versionless.
|
||||||
- Ensured Teams and Owner fields are correctly passed in the policy API call.
|
- Fixed lineage & queries in dbt.
|
||||||
- Enhanced PII logging information.
|
- Added DBT tests with versionless and fixed v7 parsing.
|
||||||
- Addressed the paginate_es issue in OpenSearch.
|
- Reset displayName to avoid being persisted while editing user display name.
|
||||||
- Decrypted JWT internally for system health checks.
|
- Fixed incorrect schema implementations in Swagger annotations.
|
||||||
- Implemented multithreading in View Lineage Processing.
|
- Resolved type null exception on user feed.
|
||||||
- Improved search relevancy.
|
- Addressed missing cast to str.
|
||||||
- Resolved issue with owners patch.
|
- Fixed DI Missing Dashboard Description Status.
|
||||||
- Fixed Snowflake data diff issue.
|
- Fixed SAML redirect leads to 404 page on UI.
|
||||||
- Updated Presidio Analyzer version and validated support for legal entities.
|
- Fixed General Profiler Bugs.
|
||||||
- Added validations for Salesforce connection.
|
- Fixed time format for the created_at of the DBT cloud pipeline status.
|
||||||
- Allowed PII Processor to operate without storing sample data.
|
- Fixed role page size from 10 to 50.
|
||||||
- Added seconds to the human-readable format scale for test case graphs.
|
- Fixed Search Indexing.
|
||||||
- Added missing field in glossary term.
|
- Improved AlationSink connector.
|
||||||
- Excluded defaultPersona if not present in personas.
|
- Fixed sktime version to fix AUT
|
||||||
- Resolved team export issue.
|
- Fixed Expected ColumnLineage but got dict
|
||||||
- Updated Python lineage SDK to work with UUID and FQN models.
|
- Improved Collate API with Knowledge Center routes. ${CollateIconWithLinkMD}
|
||||||
- Fixed LDAP login issue.
|
|
||||||
- Column sizing of data quality and pipeline widget ${CollateIconWithLinkMD}
|
|
||||||
- Export with new line in description ${CollateIconWithLinkMD}
|
|
||||||
- Fix Page entity publicationDate datatype ${CollateIconWithLinkMD}
|
|
||||||
|
|
||||||
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.4-release...1.5.5-release
|
|
||||||
|
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.5-release...1.5.6-release
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# 1.5.5 Release 🎉
|
# 1.5.6 Release 🎉
|
||||||
|
|
||||||
{% note noteType="Tip" %}
|
{% note noteType="Tip" %}
|
||||||
**Sep 25th, 2024**
|
**Oct 3rd, 2024**
|
||||||
{% /note %}
|
{% /note %}
|
||||||
|
|
||||||
{% inlineCalloutContainer %}
|
{% inlineCalloutContainer %}
|
||||||
@ -10,37 +10,34 @@ color="violet-70"
|
|||||||
icon="celebration"
|
icon="celebration"
|
||||||
bold="Upgrade OpenMetadata"
|
bold="Upgrade OpenMetadata"
|
||||||
href="/deployment/upgrade" %}
|
href="/deployment/upgrade" %}
|
||||||
Learn how to upgrade your OpenMetadata instance to 1.5.5!
|
Learn how to upgrade your OpenMetadata instance to 1.5.6!
|
||||||
{% /inlineCallout %}
|
{% /inlineCallout %}
|
||||||
{% /inlineCalloutContainer %}
|
{% /inlineCalloutContainer %}
|
||||||
|
|
||||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.5-release).
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.6-release).
|
||||||
|
|
||||||
# What's Changed
|
# What's Changed
|
||||||
|
|
||||||
- Made the type optional in ES Response.
|
- Fixed MSTR connector import.
|
||||||
- Added support for refresh tokens with multiple tabs open.
|
- Show displayName for database and databaseSchema in explore tree.
|
||||||
- Resolved issue of overriding user info after login.
|
- Allow PowerBI datamodel children in column lineage.
|
||||||
- Updated the custom property entities data model, along with the data product and database schema icons.
|
- Fixed manifest is not parsed correctly on dbt versionless.
|
||||||
- Ensured Teams and Owner fields are correctly passed in the policy API call.
|
- Fixed lineage & queries in dbt.
|
||||||
- Enhanced PII logging information.
|
- Added DBT tests with versionless and fixed v7 parsing.
|
||||||
- Addressed the paginate_es issue in OpenSearch.
|
- Reset displayName to avoid being persisted while editing user display name.
|
||||||
- Decrypted JWT internally for system health checks.
|
- Fixed incorrect schema implementations in Swagger annotations.
|
||||||
- Implemented multithreading in View Lineage Processing.
|
- Resolved type null exception on user feed.
|
||||||
- Improved search relevancy.
|
- Addressed missing cast to str.
|
||||||
- Resolved issue with owners patch.
|
- Fixed DI Missing Dashboard Description Status.
|
||||||
- Fixed Snowflake data diff issue.
|
- Fixed SAML redirect leads to 404 page on UI.
|
||||||
- Updated Presidio Analyzer version and validated support for legal entities.
|
- Fixed General Profiler Bugs.
|
||||||
- Added validations for Salesforce connection.
|
- Fixed time format for the created_at of the DBT cloud pipeline status.
|
||||||
- Allowed PII Processor to operate without storing sample data.
|
- Fixed role page size from 10 to 50.
|
||||||
- Added seconds to the human-readable format scale for test case graphs.
|
- Fixed Search Indexing.
|
||||||
- Added missing field in glossary term.
|
- Improved AlationSink connector.
|
||||||
- Excluded defaultPersona if not present in personas.
|
- Fixed sktime version to fix AUT
|
||||||
- Resolved team export issue.
|
- Fixed Expected ColumnLineage but got dict
|
||||||
- Updated Python lineage SDK to work with UUID and FQN models.
|
- Improved Collate API with Knowledge Center routes. ${CollateIconWithLinkMD}
|
||||||
- Fixed LDAP login issue.
|
|
||||||
- Column sizing of data quality and pipeline widget ${CollateIconWithLinkMD}
|
|
||||||
- Export with new line in description ${CollateIconWithLinkMD}
|
|
||||||
- Fix Page entity publicationDate datatype ${CollateIconWithLinkMD}
|
|
||||||
|
|
||||||
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.4-release...1.5.5-release
|
|
||||||
|
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.5-release...1.5.6-release
|
||||||
|
@ -761,6 +761,8 @@ site_menu:
|
|||||||
url: /releases/supported
|
url: /releases/supported
|
||||||
- category: Releases / All Releases
|
- category: Releases / All Releases
|
||||||
url: /releases/all-releases
|
url: /releases/all-releases
|
||||||
|
- category: Releases / All Releases / 1.5.5 Release
|
||||||
|
url: /releases/all-releases/#1.5.5-release
|
||||||
- category: Releases / All Releases / 1.5.4 Release
|
- category: Releases / All Releases / 1.5.4 Release
|
||||||
url: /releases/all-releases/#1.5.4-release
|
url: /releases/all-releases/#1.5.4-release
|
||||||
- category: Releases / All Releases / 1.5.3 Release
|
- category: Releases / All Releases / 1.5.3 Release
|
||||||
|
@ -103,7 +103,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 -
|
You can also run the below command to fetch the docker compose file directly from the terminal -
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.5-release/docker-compose-openmetadata.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose-openmetadata.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Update Environment Variables required for OpenMetadata Dependencies
|
### 3. Update Environment Variables required for OpenMetadata Dependencies
|
||||||
@ -192,7 +192,7 @@ You can validate that all containers are up by running with command `docker ps`.
|
|||||||
```commandline
|
```commandline
|
||||||
❯ docker ps
|
❯ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
470cc8149826 openmetadata/server:1.5.5 "./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.5.6 "./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)
|
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
||||||
|
@ -931,6 +931,8 @@ site_menu:
|
|||||||
url: /releases/supported
|
url: /releases/supported
|
||||||
- category: Releases / All Releases
|
- category: Releases / All Releases
|
||||||
url: /releases/all-releases
|
url: /releases/all-releases
|
||||||
|
- category: Releases / All Releases / 1.5.5 Release
|
||||||
|
url: /releases/all-releases/#1.5.5-release
|
||||||
- category: Releases / All Releases / 1.5.4 Release
|
- category: Releases / All Releases / 1.5.4 Release
|
||||||
url: /releases/all-releases/#1.5.4-release
|
url: /releases/all-releases/#1.5.4-release
|
||||||
- category: Releases / All Releases / 1.5.3 Release
|
- category: Releases / All Releases / 1.5.3 Release
|
||||||
|
@ -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 -
|
You can use the curl or wget command as well to fetch the docker compose files from your terminal -
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.5-release/docker-compose.yml
|
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose.yml
|
||||||
|
|
||||||
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.5-release/docker-compose-postgres.yml
|
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose-postgres.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.5-release/docker-compose.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose.yml
|
||||||
|
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.5-release/docker-compose-postgres.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose-postgres.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Start the Docker Compose Services
|
### 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
|
```commandline
|
||||||
❯ docker ps
|
❯ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
470cc8149826 openmetadata/server:1.5.5 "./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.5.6 "./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.5.5 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
|
63578aacbff5 openmetadata/ingestion:1.5.6 "./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
|
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.5.5 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
|
08947ab3424b openmetadata/db:1.5.6 "/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)
|
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
||||||
|
@ -14,6 +14,43 @@ version. To see what's coming in next releases, please check our [Roadmap](/rele
|
|||||||
|
|
||||||
{% partial file="/v1.5/releases/latest.md" /%}
|
{% partial file="/v1.5/releases/latest.md" /%}
|
||||||
|
|
||||||
|
# 1.5.5 Release
|
||||||
|
|
||||||
|
{% note noteType="Tip" %}
|
||||||
|
**Sep 25th, 2024**
|
||||||
|
{% /note %}
|
||||||
|
|
||||||
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.5-release).
|
||||||
|
|
||||||
|
# What's Changed
|
||||||
|
|
||||||
|
- Made the type optional in ES Response.
|
||||||
|
- Added support for refresh tokens with multiple tabs open.
|
||||||
|
- Resolved issue of overriding user info after login.
|
||||||
|
- Updated the custom property entities data model, along with the data product and database schema icons.
|
||||||
|
- Ensured Teams and Owner fields are correctly passed in the policy API call.
|
||||||
|
- Enhanced PII logging information.
|
||||||
|
- Addressed the paginate_es issue in OpenSearch.
|
||||||
|
- Decrypted JWT internally for system health checks.
|
||||||
|
- Implemented multithreading in View Lineage Processing.
|
||||||
|
- Improved search relevancy.
|
||||||
|
- Resolved issue with owners patch.
|
||||||
|
- Fixed Snowflake data diff issue.
|
||||||
|
- Updated Presidio Analyzer version and validated support for legal entities.
|
||||||
|
- Added validations for Salesforce connection.
|
||||||
|
- Allowed PII Processor to operate without storing sample data.
|
||||||
|
- Added seconds to the human-readable format scale for test case graphs.
|
||||||
|
- Added missing field in glossary term.
|
||||||
|
- Excluded defaultPersona if not present in personas.
|
||||||
|
- Resolved team export issue.
|
||||||
|
- Updated Python lineage SDK to work with UUID and FQN models.
|
||||||
|
- Fixed LDAP login issue.
|
||||||
|
- Column sizing of data quality and pipeline widget ${CollateIconWithLinkMD}
|
||||||
|
- Export with new line in description ${CollateIconWithLinkMD}
|
||||||
|
- Fix Page entity publicationDate datatype ${CollateIconWithLinkMD}
|
||||||
|
|
||||||
|
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.4-release...1.5.5-release
|
||||||
|
|
||||||
# 1.5.4 Release
|
# 1.5.4 Release
|
||||||
|
|
||||||
{% note noteType="Tip" %}
|
{% note noteType="Tip" %}
|
||||||
|
@ -15,7 +15,7 @@ Make sure to use the same `openmetadata-ingestion` version as your server versio
|
|||||||
server at version 0.13.0, you will need to install:
|
server at version 0.13.0, you will need to install:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
pip install "openmetadata-ingestion~=1.5.5.0"
|
pip install "openmetadata-ingestion~=1.5.6.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% /note %}
|
{% /note %}
|
||||||
|
@ -767,6 +767,8 @@ site_menu:
|
|||||||
url: /releases/supported
|
url: /releases/supported
|
||||||
- category: Releases / All Releases
|
- category: Releases / All Releases
|
||||||
url: /releases/all-releases
|
url: /releases/all-releases
|
||||||
|
- category: Releases / All Releases / 1.5.5 Release
|
||||||
|
url: /releases/all-releases/#1.5.5-release
|
||||||
- category: Releases / All Releases / 1.5.4 Release
|
- category: Releases / All Releases / 1.5.4 Release
|
||||||
url: /releases/all-releases/#1.5.4-release
|
url: /releases/all-releases/#1.5.4-release
|
||||||
- category: Releases / All Releases / 1.5.3 Release
|
- category: Releases / All Releases / 1.5.3 Release
|
||||||
|
@ -103,7 +103,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 -
|
You can also run the below command to fetch the docker compose file directly from the terminal -
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.5-release/docker-compose-openmetadata.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose-openmetadata.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Update Environment Variables required for OpenMetadata Dependencies
|
### 3. Update Environment Variables required for OpenMetadata Dependencies
|
||||||
@ -192,7 +192,7 @@ You can validate that all containers are up by running with command `docker ps`.
|
|||||||
```commandline
|
```commandline
|
||||||
❯ docker ps
|
❯ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
470cc8149826 openmetadata/server:1.5.5 "./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.5.6 "./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)
|
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
||||||
|
@ -944,6 +944,8 @@ site_menu:
|
|||||||
url: /releases/supported
|
url: /releases/supported
|
||||||
- category: Releases / All Releases
|
- category: Releases / All Releases
|
||||||
url: /releases/all-releases
|
url: /releases/all-releases
|
||||||
|
- category: Releases / All Releases / 1.5.5 Release
|
||||||
|
url: /releases/all-releases/#1.5.5-release
|
||||||
- category: Releases / All Releases / 1.5.4 Release
|
- category: Releases / All Releases / 1.5.4 Release
|
||||||
url: /releases/all-releases/#1.5.4-release
|
url: /releases/all-releases/#1.5.4-release
|
||||||
- category: Releases / All Releases / 1.5.3 Release
|
- category: Releases / All Releases / 1.5.3 Release
|
||||||
|
@ -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 -
|
You can use the curl or wget command as well to fetch the docker compose files from your terminal -
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.5-release/docker-compose.yml
|
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose.yml
|
||||||
|
|
||||||
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.5-release/docker-compose-postgres.yml
|
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose-postgres.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.5-release/docker-compose.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose.yml
|
||||||
|
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.5-release/docker-compose-postgres.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose-postgres.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Start the Docker Compose Services
|
### 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
|
```commandline
|
||||||
❯ docker ps
|
❯ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
470cc8149826 openmetadata/server:1.5.5 "./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.5.6 "./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.5.5 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
|
63578aacbff5 openmetadata/ingestion:1.5.6 "./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
|
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.5.5 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
|
08947ab3424b openmetadata/db:1.5.6 "/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)
|
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
||||||
|
@ -14,6 +14,43 @@ version. To see what's coming in next releases, please check our [Roadmap](/rele
|
|||||||
|
|
||||||
{% partial file="/v1.5/releases/latest.md" /%}
|
{% partial file="/v1.5/releases/latest.md" /%}
|
||||||
|
|
||||||
|
# 1.5.5 Release
|
||||||
|
|
||||||
|
{% note noteType="Tip" %}
|
||||||
|
**Sep 25th, 2024**
|
||||||
|
{% /note %}
|
||||||
|
|
||||||
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.5-release).
|
||||||
|
|
||||||
|
# What's Changed
|
||||||
|
|
||||||
|
- Made the type optional in ES Response.
|
||||||
|
- Added support for refresh tokens with multiple tabs open.
|
||||||
|
- Resolved issue of overriding user info after login.
|
||||||
|
- Updated the custom property entities data model, along with the data product and database schema icons.
|
||||||
|
- Ensured Teams and Owner fields are correctly passed in the policy API call.
|
||||||
|
- Enhanced PII logging information.
|
||||||
|
- Addressed the paginate_es issue in OpenSearch.
|
||||||
|
- Decrypted JWT internally for system health checks.
|
||||||
|
- Implemented multithreading in View Lineage Processing.
|
||||||
|
- Improved search relevancy.
|
||||||
|
- Resolved issue with owners patch.
|
||||||
|
- Fixed Snowflake data diff issue.
|
||||||
|
- Updated Presidio Analyzer version and validated support for legal entities.
|
||||||
|
- Added validations for Salesforce connection.
|
||||||
|
- Allowed PII Processor to operate without storing sample data.
|
||||||
|
- Added seconds to the human-readable format scale for test case graphs.
|
||||||
|
- Added missing field in glossary term.
|
||||||
|
- Excluded defaultPersona if not present in personas.
|
||||||
|
- Resolved team export issue.
|
||||||
|
- Updated Python lineage SDK to work with UUID and FQN models.
|
||||||
|
- Fixed LDAP login issue.
|
||||||
|
- Column sizing of data quality and pipeline widget ${CollateIconWithLinkMD}
|
||||||
|
- Export with new line in description ${CollateIconWithLinkMD}
|
||||||
|
- Fix Page entity publicationDate datatype ${CollateIconWithLinkMD}
|
||||||
|
|
||||||
|
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.4-release...1.5.5-release
|
||||||
|
|
||||||
# 1.5.4 Release
|
# 1.5.4 Release
|
||||||
|
|
||||||
{% note noteType="Tip" %}
|
{% note noteType="Tip" %}
|
||||||
|
@ -15,7 +15,7 @@ Make sure to use the same `openmetadata-ingestion` version as your server versio
|
|||||||
server at version 0.13.0, you will need to install:
|
server at version 0.13.0, you will need to install:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
pip install "openmetadata-ingestion~=1.5.5.0"
|
pip install "openmetadata-ingestion~=1.5.6.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% /note %}
|
{% /note %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user