mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-13 00:22:23 +00:00
Doc: Updating Release Docs (#17297)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
This commit is contained in:
parent
e97300dc5d
commit
0dc326dda9
@ -1,7 +1,7 @@
|
|||||||
# 1.4.3 Release 🎉
|
# 1.4.6 Release 🎉
|
||||||
|
|
||||||
{% note noteType="Tip" %}
|
{% note noteType="Tip" %}
|
||||||
**June 15th, 2024**
|
**August 2nd, 2024**
|
||||||
{% /note %}
|
{% /note %}
|
||||||
|
|
||||||
{% inlineCalloutContainer %}
|
{% inlineCalloutContainer %}
|
||||||
@ -10,13 +10,21 @@ 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.4.3!
|
Learn how to upgrade your OpenMetadata instance to 1.4.6!
|
||||||
{% /inlineCallout %}
|
{% /inlineCallout %}
|
||||||
{% /inlineCalloutContainer %}
|
{% /inlineCalloutContainer %}
|
||||||
|
|
||||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.4.3-release).
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.4.6-release).
|
||||||
|
|
||||||
## Improvements
|
## Improvements
|
||||||
|
|
||||||
- Fixed User Signup Flow Issue missing authorize.
|
- Fix lineage PATCH API for ingestion.
|
||||||
- Fixed vulnerabilities for azure-identity and msal4j.
|
- Fix Trino Azure config secret masking.
|
||||||
|
- Fix setuptools version due to yanked setuptools release.
|
||||||
|
- Fix MSSQL busy connection error during test connection.
|
||||||
|
- Fixed test case summary updates.
|
||||||
|
- Fixed Test Suite indexing.
|
||||||
|
- Fix repeated alerts being sent after no changes in the Entity.
|
||||||
|
- Fixed an issue handling users with capital letters.
|
||||||
|
- Centralize OIDC flow handling.
|
||||||
|
- Fixed Ingestion Pipeline alert URL.
|
||||||
@ -102,7 +102,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.4.1-release/docker-compose-openmetadata.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.4.6-release/docker-compose-openmetadata.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Update Environment Variables required for OpenMetadata Dependencies
|
### 3. Update Environment Variables required for OpenMetadata Dependencies
|
||||||
@ -191,7 +191,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.4.1 "./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.4.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)
|
||||||
|
|||||||
@ -883,6 +883,12 @@ 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.4.5 Release
|
||||||
|
url: /releases/all-releases/#1.4.5-release
|
||||||
|
- category: Releases / All Releases / 1.4.4 Release
|
||||||
|
url: /releases/all-releases/#1.4.4-release
|
||||||
|
- category: Releases / All Releases / 1.4.3 Release
|
||||||
|
url: /releases/all-releases/#1.4.3-release
|
||||||
- category: Releases / All Releases / 1.4.2 Release
|
- category: Releases / All Releases / 1.4.2 Release
|
||||||
url: /releases/all-releases/#1.4.2-release
|
url: /releases/all-releases/#1.4.2-release
|
||||||
- category: Releases / All Releases / 1.4.1 Release
|
- category: Releases / All Releases / 1.4.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 -
|
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.4.1-release/docker-compose.yml
|
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.4.6-release/docker-compose.yml
|
||||||
|
|
||||||
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.4.1-release/docker-compose-postgres.yml
|
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.4.6-release/docker-compose-postgres.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.4.1-release/docker-compose.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.4.6-release/docker-compose.yml
|
||||||
|
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.4.1-release/docker-compose-postgres.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.4.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.4.1 "./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.4.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.4.1 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
|
63578aacbff5 openmetadata/ingestion:1.4.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.4.1 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
|
08947ab3424b openmetadata/db:1.4.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,50 @@ version. To see what's coming in next releases, please check our [Roadmap](/rele
|
|||||||
|
|
||||||
{% partial file="/v1.4/releases/latest.md" /%}
|
{% partial file="/v1.4/releases/latest.md" /%}
|
||||||
|
|
||||||
|
# 1.4.5 Release
|
||||||
|
|
||||||
|
{% note noteType="Tip" %}
|
||||||
|
**July 19th, 2024**
|
||||||
|
{% /note %}
|
||||||
|
|
||||||
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.4.5-release).
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
|
||||||
|
- Improve query filtering with prepared statements.
|
||||||
|
- Bug fix in regex to match test case when using sampled data.
|
||||||
|
- Bug fix in global profiler config for Snowflake, Redshift, and BigQuery.
|
||||||
|
- Bug fix for Arg mismatch for DataModels in QlikSense.
|
||||||
|
|
||||||
|
# 1.4.4 Release
|
||||||
|
|
||||||
|
{% note noteType="Tip" %}
|
||||||
|
**July 4th, 2024**
|
||||||
|
{% /note %}
|
||||||
|
|
||||||
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.4.4-release).
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
|
||||||
|
- Introduced SSL for Salesforce
|
||||||
|
- Fixed the claim mappings and usernames
|
||||||
|
- Fixed issues in Salesforce connector
|
||||||
|
- FIxed issues in Alation connector
|
||||||
|
- Verified for changes in new env for claim mapping
|
||||||
|
|
||||||
|
# 1.4.3 Release
|
||||||
|
|
||||||
|
{% note noteType="Tip" %}
|
||||||
|
**June 15th, 2024**
|
||||||
|
{% /note %}
|
||||||
|
|
||||||
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.4.3-release).
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
|
||||||
|
- Fixed User Signup Flow Issue missing authorize.
|
||||||
|
- Fixed vulnerabilities for azure-identity and msal4j.
|
||||||
|
|
||||||
# 1.4.2 Release
|
# 1.4.2 Release
|
||||||
|
|
||||||
{% note noteType="Tip" %}
|
{% note noteType="Tip" %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user