From a618a273f2ed40470b21e7ca62d3be11ca41bc0a Mon Sep 17 00:00:00 2001 From: Rounak Dhillon <162090200+RounakDhillon@users.noreply.github.com> Date: Wed, 11 Jun 2025 17:32:22 +0530 Subject: [PATCH] Doc: 1.7.2 Version Updation in SDK and Docker (#21705) Co-authored-by: Rounak Dhillon Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com> --- .../content/v1.7.x/deployment/docker/index.md | 4 ++-- .../v1.7.x/quick-start/local-docker-deployment.md | 14 +++++++------- .../content/v1.7.x/sdk/python/index.md | 4 ++-- .../v1.8.x-SNAPSHOT/deployment/docker/index.md | 4 ++-- .../quick-start/local-docker-deployment.md | 14 +++++++------- .../content/v1.8.x-SNAPSHOT/sdk/python/index.md | 4 ++-- 6 files changed, 22 insertions(+), 22 deletions(-) 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 831018b7037..02f514272fa 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.1-release/docker-compose-openmetadata.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-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.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.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 ``` 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/quick-start/local-docker-deployment.md b/openmetadata-docs/content/v1.7.x/quick-start/local-docker-deployment.md index 4054cf2e9fe..874d82c0a8c 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.1-release/docker-compose.yml +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-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.7.1-release/docker-compose-postgres.yml +curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-release/docker-compose-postgres.yml ``` ```commandline -wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.1-release/docker-compose.yml +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.1-release/docker-compose-postgres.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-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.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 -63578aacbff5 openmetadata/ingestion:1.7.1 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion +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 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.1 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql +08947ab3424b openmetadata/db:1.7.2 "/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/sdk/python/index.md b/openmetadata-docs/content/v1.7.x/sdk/python/index.md index fe57b77cec9..fa93093e70f 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.1, you will need to install: +server at version 1.7.2, you will need to install: ```python -pip install "openmetadata-ingestion~=1.7.1.0" +pip install "openmetadata-ingestion~=1.7.2.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 da9daaa5e30..a17086eb8f0 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.6.8-release/docker-compose-openmetadata.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-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.6.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 +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 ``` 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/quick-start/local-docker-deployment.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/quick-start/local-docker-deployment.md index d16821464ec..af0f5bc8d09 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.0-release/docker-compose.yml +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-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.7.0-release/docker-compose-postgres.yml +curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-release/docker-compose-postgres.yml ``` ```commandline -wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.0-release/docker-compose.yml +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.0-release/docker-compose-postgres.yml +wget https://github.com/open-metadata/OpenMetadata/releases/download/1.7.2-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.0 "./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.0 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion +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 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.0 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql +08947ab3424b openmetadata/db:1.7.2 "/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/sdk/python/index.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/sdk/python/index.md index 0044d49e162..fa93093e70f 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.0, you will need to install: +server at version 1.7.2, you will need to install: ```python -pip install "openmetadata-ingestion~=1.7.0.0" +pip install "openmetadata-ingestion~=1.7.2.0" ``` {% /note %}