mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
Docs: Updating the latest Release v.1.5.4 (#17875)
This commit is contained in:
parent
3e899fa1f9
commit
dbd4826c37
@ -1,7 +1,7 @@
|
||||
# 1.5.3 Release 🎉
|
||||
# 1.5.4 Release 🎉
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
**Sep 9th, 2024**
|
||||
**Sep 13th, 2024**
|
||||
{% /note %}
|
||||
|
||||
{% inlineCalloutContainer %}
|
||||
@ -10,28 +10,28 @@ color="violet-70"
|
||||
icon="celebration"
|
||||
bold="Upgrade OpenMetadata"
|
||||
href="/deployment/upgrade" %}
|
||||
Learn how to upgrade your OpenMetadata instance to 1.5.3!
|
||||
Learn how to upgrade your OpenMetadata instance to 1.5.4!
|
||||
{% /inlineCallout %}
|
||||
{% /inlineCalloutContainer %}
|
||||
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.3-release).
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.4-release).
|
||||
|
||||
# What's Changed
|
||||
|
||||
## OpenMetadata
|
||||
- Added resizable columns for custom properties
|
||||
- Added support for automated ingestion of Tableau data source tags and description
|
||||
- Improved "follow data" landing page module performance
|
||||
- Improved search result suggestion by showing display name instead of FQN
|
||||
- Fixed Cost Analysis issue when service has no connection
|
||||
- Improved PII classification for JSON data types
|
||||
- Fixed issue with expand all operation on terms page
|
||||
- Fixed feed freezing when large images are part of the feed results
|
||||
- Fixed dbt run_results file name with dbt cloud connection
|
||||
- Hotfix to the Term Aggregation size on Data Insights
|
||||
- ES pagination with error handling
|
||||
- Updated Domain in Docker Compose & Docs
|
||||
- Fix Classification API returns Table class for restore
|
||||
- Fix Redshift View Def regex_replace Error
|
||||
- Make ingestion pipeline APIs public
|
||||
- Updating the domain PRINCIPAL DOMAIN
|
||||
- Glossary list selector for bulk import
|
||||
- Unable to access the import glossary page
|
||||
|
||||
## Collate
|
||||
- Cleaned Argo logs artifacts
|
||||
- Shipped VertexAI Connector
|
||||
- Fixed automator lineage propagation issues with possible None entities
|
||||
- Fix token limitations using config
|
||||
- Fix Automator pagination
|
||||
- Fix MetaPilot push for no constraint
|
||||
|
||||
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.2-release...1.5.3-release
|
||||
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.3-release...1.5.4-release
|
||||
|
||||
@ -751,6 +751,8 @@ site_menu:
|
||||
url: /releases/supported
|
||||
- category: Releases / All Releases
|
||||
url: /releases/all-releases
|
||||
- category: Releases / All Releases / 1.5.3 Release
|
||||
url: /releases/all-releases/#1.5.3-release
|
||||
- category: Releases / All Releases / 1.5.2 Release
|
||||
url: /releases/all-releases/#1.5.2-release
|
||||
- category: Releases / All Releases / 1.5.1 Release
|
||||
|
||||
@ -917,6 +917,8 @@ site_menu:
|
||||
url: /releases/supported
|
||||
- category: Releases / All Releases
|
||||
url: /releases/all-releases
|
||||
- category: Releases / All Releases / 1.5.3 Release
|
||||
url: /releases/all-releases/#1.5.3-release
|
||||
- category: Releases / All Releases / 1.5.2 Release
|
||||
url: /releases/all-releases/#1.5.2-release
|
||||
- category: Releases / All Releases / 1.5.1 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 -
|
||||
|
||||
```commandline
|
||||
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.3-release/docker-compose.yml
|
||||
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.4-release/docker-compose.yml
|
||||
|
||||
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.3-release/docker-compose-postgres.yml
|
||||
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.4-release/docker-compose-postgres.yml
|
||||
```
|
||||
|
||||
```commandline
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.3-release/docker-compose.yml
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.4-release/docker-compose.yml
|
||||
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.3-release/docker-compose-postgres.yml
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.4-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.5.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.5.3 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
|
||||
470cc8149826 openmetadata/server:1.5.4 "./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.4 "./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.5.3 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
|
||||
08947ab3424b openmetadata/db:1.5.4 "/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)
|
||||
|
||||
@ -14,6 +14,36 @@ version. To see what's coming in next releases, please check our [Roadmap](/rele
|
||||
|
||||
{% partial file="/v1.5/releases/latest.md" /%}
|
||||
|
||||
# 1.5.3 Release
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
**Sep 9th, 2024**
|
||||
{% /note %}
|
||||
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.3-release).
|
||||
|
||||
# What's New
|
||||
|
||||
## OpenMetadata
|
||||
|
||||
- Added resizable columns for custom properties
|
||||
- Added support for automated ingestion of Tableau data source tags and description
|
||||
- Improved "follow data" landing page module performance
|
||||
- Improved search result suggestion by showing display name instead of FQN
|
||||
- Fixed Cost Analysis issue when service has no connection
|
||||
- Improved PII classification for JSON data types
|
||||
- Fixed issue with expand all operation on terms page
|
||||
- Fixed feed freezing when large images are part of the feed results
|
||||
- Fixed dbt run_results file name with dbt cloud connection
|
||||
|
||||
## Collate
|
||||
|
||||
- Cleaned Argo logs artifacts
|
||||
- Shipped VertexAI Connector
|
||||
- Fixed automator lineage propagation issues with possible None entities
|
||||
|
||||
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.2-release...1.5.3-release
|
||||
|
||||
# 1.5.2 Release
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
|
||||
@ -926,6 +926,8 @@ site_menu:
|
||||
url: /releases/supported
|
||||
- category: Releases / All Releases
|
||||
url: /releases/all-releases
|
||||
- category: Releases / All Releases / 1.5.3 Release
|
||||
url: /releases/all-releases/#1.5.3-release
|
||||
- category: Releases / All Releases / 1.5.2 Release
|
||||
url: /releases/all-releases/#1.5.2-release
|
||||
- category: Releases / All Releases / 1.5.1 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 -
|
||||
|
||||
```commandline
|
||||
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.3-release/docker-compose.yml
|
||||
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.4-release/docker-compose.yml
|
||||
|
||||
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.3-release/docker-compose-postgres.yml
|
||||
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.4-release/docker-compose-postgres.yml
|
||||
```
|
||||
|
||||
```commandline
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.3-release/docker-compose.yml
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.4-release/docker-compose.yml
|
||||
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.3-release/docker-compose-postgres.yml
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.4-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.5.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.5.3 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
|
||||
470cc8149826 openmetadata/server:1.5.4 "./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.4 "./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.5.3 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
|
||||
08947ab3424b openmetadata/db:1.5.4 "/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)
|
||||
|
||||
@ -14,6 +14,36 @@ version. To see what's coming in next releases, please check our [Roadmap](/rele
|
||||
|
||||
{% partial file="/v1.5/releases/latest.md" /%}
|
||||
|
||||
# 1.5.3 Release
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
**Sep 9th, 2024**
|
||||
{% /note %}
|
||||
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.3-release).
|
||||
|
||||
# What's New
|
||||
|
||||
## OpenMetadata
|
||||
|
||||
- Added resizable columns for custom properties
|
||||
- Added support for automated ingestion of Tableau data source tags and description
|
||||
- Improved "follow data" landing page module performance
|
||||
- Improved search result suggestion by showing display name instead of FQN
|
||||
- Fixed Cost Analysis issue when service has no connection
|
||||
- Improved PII classification for JSON data types
|
||||
- Fixed issue with expand all operation on terms page
|
||||
- Fixed feed freezing when large images are part of the feed results
|
||||
- Fixed dbt run_results file name with dbt cloud connection
|
||||
|
||||
## Collate
|
||||
|
||||
- Cleaned Argo logs artifacts
|
||||
- Shipped VertexAI Connector
|
||||
- Fixed automator lineage propagation issues with possible None entities
|
||||
|
||||
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.2-release...1.5.3-release
|
||||
|
||||
# 1.5.2 Release
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user