Skip to content

Commit 1ed18b3

Browse files
committed
Prepare Version 1.6.2.2
1 parent 3993ac6 commit 1ed18b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ingestion/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ARG INGESTION_DEPENDENCY="all"
7676
ENV PIP_NO_CACHE_DIR=1
7777
# Make pip silent
7878
ENV PIP_QUIET=1
79-
ARG RI_VERSION="1.6.2.1"
79+
ARG RI_VERSION="1.6.2.2"
8080
RUN pip install --upgrade pip
8181
RUN pip install "openmetadata-managed-apis~=${RI_VERSION}" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.9.1/constraints-3.10.txt"
8282
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}"

ingestion/operators/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ENV PIP_QUIET=1
8181
RUN pip install --upgrade pip
8282

8383
ARG INGESTION_DEPENDENCY="all"
84-
ARG RI_VERSION="1.6.2.1"
84+
ARG RI_VERSION="1.6.2.2"
8585
RUN pip install --upgrade pip
8686
RUN pip install "openmetadata-ingestion[airflow]~=${RI_VERSION}"
8787
RUN pip install "openmetadata-ingestion[${INGESTION_DEPENDENCY}]~=${RI_VERSION}"

ingestion/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
# since it helps us organize and isolate version management
77
[project]
88
name = "openmetadata-ingestion"
9-
version = "1.6.2.1.dev0"
9+
version = "1.6.2.2"
1010
dynamic = ["readme", "dependencies", "optional-dependencies"]
1111
authors = [
1212
{ name = "OpenMetadata Committers" }

openmetadata-airflow-apis/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
# since it helps us organize and isolate version management
77
[project]
88
name = "openmetadata_managed_apis"
9-
version = "1.6.2.1.dev0"
9+
version = "1.6.2.2"
1010
readme = "README.md"
1111
authors = [
1212
{name = "OpenMetadata Committers"}

0 commit comments

Comments
 (0)