DOCS - Prep 1.5.9 release (#18463)

This commit is contained in:
Pere Miquel Brull 2024-10-29 16:43:15 +01:00 committed by GitHub
parent ec3f9cf9e8
commit 579469347c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 81 additions and 43 deletions

View File

@ -1,7 +1,7 @@
# 1.5.8 Release 🎉
{% note noteType="Tip" %}
**Oct 24th, 2024**
**Oct 29th, 2024**
{% /note %}
{% inlineCalloutContainer %}
@ -10,7 +10,7 @@ color="violet-70"
icon="celebration"
bold="Upgrade OpenMetadata"
href="/deployment/upgrade" %}
Learn how to upgrade your OpenMetadata instance to 1.5.8!
Learn how to upgrade your OpenMetadata instance to 1.5.9!
{% /inlineCallout %}
{% /inlineCalloutContainer %}
@ -18,19 +18,11 @@ You can find the GitHub release [here](https://github.com/open-metadata/OpenMeta
# What's Changed
- Minor: Add location path to a table entity.
- Minor: Do not include soft deleted assets in the Data Insight.
- Minor: Supported total unique user count on the Team page.
- Fix: Add Azure Token Base Authentication
- Fix: Hive Meta store connection issue.
- Fix: Issues in zh language search index mapping.
- Fix: Live index is on test suite creation.
- Fix: LocationPath Index.
- Fix: Mode dashboard ingestion API call.
- Fix: Mode test connection returns data in dict instead of JSON.
- Fix: Quicksight lineage source.
- Fix: Task deserialization in Airflow metadata ingestion.
- Fix: Web analytic activity being reset.
- Prepare App Framework to handle application limits
- Add Query Builder widget
- Revamp MetaPilot as Collate AI and add limits (Collate only)
- Fix EntityLink for names with brackets
- Fix backend database Azure auth
- Mask Greenplum secrets on the UI
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.7-release...1.5.8-release
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.8-release...1.5.9-release

View File

@ -1,7 +1,7 @@
# 1.5.8 Release 🎉
{% note noteType="Tip" %}
**Oct 24th, 2024**
**Oct 29th, 2024**
{% /note %}
{% inlineCalloutContainer %}
@ -10,7 +10,7 @@ color="violet-70"
icon="celebration"
bold="Upgrade OpenMetadata"
href="/deployment/upgrade" %}
Learn how to upgrade your OpenMetadata instance to 1.5.8!
Learn how to upgrade your OpenMetadata instance to 1.5.9!
{% /inlineCallout %}
{% /inlineCalloutContainer %}
@ -18,19 +18,11 @@ You can find the GitHub release [here](https://github.com/open-metadata/OpenMeta
# What's Changed
- Minor: Add location path to a table entity.
- Minor: Do not include soft deleted assets in the Data Insight.
- Minor: Supported total unique user count on the Team page.
- Fix: Add Azure Token Base Authentication
- Fix: Hive Meta store connection issue.
- Fix: Issues in zh language search index mapping.
- Fix: Live index is on test suite creation.
- Fix: LocationPath Index.
- Fix: Mode dashboard ingestion API call.
- Fix: Mode test connection returns data in dict instead of JSON.
- Fix: Quicksight lineage source.
- Fix: Task deserialization in Airflow metadata ingestion.
- Fix: Web analytic activity being reset.
- Prepare App Framework to handle application limits
- Add Query Builder widget
- Revamp MetaPilot as Collate AI and add limits (Collate only)
- Fix EntityLink for names with brackets
- Fix backend database Azure auth
- Mask Greenplum secrets on the UI
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.7-release...1.5.8-release
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.8-release...1.5.9-release

View File

@ -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.8-release/docker-compose.yml
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.9-release/docker-compose.yml
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.8-release/docker-compose-postgres.yml
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.9-release/docker-compose-postgres.yml
```
```commandline
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.8-release/docker-compose.yml
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.9-release/docker-compose.yml
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.8-release/docker-compose-postgres.yml
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.9-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.8 "./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.8 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
470cc8149826 openmetadata/server:1.5.9 "./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.9 "./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.8 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
08947ab3424b openmetadata/db:1.5.9 "/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)

View File

@ -14,6 +14,33 @@ version. To see what's coming in next releases, please check our [Roadmap](/rele
{% partial file="/v1.5/releases/latest.md" /%}
# 1.5.8 Release
{% note noteType="Tip" %}
**Oct 23rd, 2024**
{% /note %}
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.8-release).
# What's Changed
- Minor: Add location path to a table entity.
- Minor: Do not include soft deleted assets in the Data Insight.
- Minor: Supported total unique user count on the Team page.
- Fix: Add Azure Token Base Authentication
- Fix: Hive Meta store connection issue.
- Fix: Issues in zh language search index mapping.
- Fix: Live index is on test suite creation.
- Fix: LocationPath Index.
- Fix: Mode dashboard ingestion API call.
- Fix: Mode test connection returns data in dict instead of JSON.
- Fix: Quicksight lineage source.
- Fix: Task deserialization in Airflow metadata ingestion.
- Fix: Web analytic activity being reset.
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.7-release...1.5.8-release
# 1.5.7 Release
{% note noteType="Tip" %}

View File

@ -18,8 +18,35 @@ version. To see what's coming in next releases, please check our [Roadmap](/rele
## Breaking Changes
- The ingestion Framework now uses the OpenMetadata Ingestion Service Specificaiton (OMISS) to specify
enrtypoints to ingestion operations. [Click here](./todo-need-link) for more info.
- The ingestion Framework now uses the OpenMetadata Ingestion Service Specification (OMISS) to specify
entrypoints to ingestion operations. [Click here](./todo-need-link) for more info.
# 1.5.8 Release
{% note noteType="Tip" %}
**Oct 23rd, 2024**
{% /note %}
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.8-release).
# What's Changed
- Minor: Add location path to a table entity.
- Minor: Do not include soft deleted assets in the Data Insight.
- Minor: Supported total unique user count on the Team page.
- Fix: Add Azure Token Base Authentication
- Fix: Hive Meta store connection issue.
- Fix: Issues in zh language search index mapping.
- Fix: Live index is on test suite creation.
- Fix: LocationPath Index.
- Fix: Mode dashboard ingestion API call.
- Fix: Mode test connection returns data in dict instead of JSON.
- Fix: Quicksight lineage source.
- Fix: Task deserialization in Airflow metadata ingestion.
- Fix: Web analytic activity being reset.
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.7-release...1.5.8-release
# 1.5.7 Release