mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-15 12:37:18 +00:00
feat: prepare-for-next-release-0-13-0 (#7348)
This commit is contained in:
parent
4f8669e99b
commit
f2fc45ea41
@ -28,7 +28,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check trigger type
|
- name: Check trigger type
|
||||||
if: ${{ env.input == '' }}
|
if: ${{ env.input == '' }}
|
||||||
run: echo "input=0.10.4" >> $GITHUB_ENV
|
run: echo "input=0.12.0" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Check out the Repo
|
- name: Check out the Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
2
.github/workflows/docker-openmetadata-db.yml
vendored
2
.github/workflows/docker-openmetadata-db.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check trigger type
|
- name: Check trigger type
|
||||||
if: ${{ env.input == '' }}
|
if: ${{ env.input == '' }}
|
||||||
run: echo "input=0.10.4" >> $GITHUB_ENV
|
run: echo "input=0.12.0" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Check out the Repo
|
- name: Check out the Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check trigger type
|
- name: Check trigger type
|
||||||
if: ${{ env.input == '' }}
|
if: ${{ env.input == '' }}
|
||||||
run: echo "input=0.10.4" >> $GITHUB_ENV
|
run: echo "input=0.12.0" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Check out the Repo
|
- name: Check out the Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check trigger type
|
- name: Check trigger type
|
||||||
if: ${{ env.input == '' }}
|
if: ${{ env.input == '' }}
|
||||||
run: echo "input=0.10.4" >> $GITHUB_ENV
|
run: echo "input=0.12.0" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Check out the Repo
|
- name: Check out the Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check trigger type
|
- name: Check trigger type
|
||||||
if: ${{ env.input == '' }}
|
if: ${{ env.input == '' }}
|
||||||
run: echo "input=0.10.4" >> $GITHUB_ENV
|
run: echo "input=0.12.0" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Check out the Repo
|
- name: Check out the Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>catalog</artifactId>
|
<artifactId>catalog</artifactId>
|
||||||
<groupId>org.open-metadata</groupId>
|
<groupId>org.open-metadata</groupId>
|
||||||
<version>0.12.0-SNAPSHOT</version>
|
<version>0.13.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>catalog</artifactId>
|
<artifactId>catalog</artifactId>
|
||||||
<groupId>org.open-metadata</groupId>
|
<groupId>org.open-metadata</groupId>
|
||||||
<version>0.12.0-SNAPSHOT</version>
|
<version>0.13.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -19,7 +19,7 @@ RUN apk update \
|
|||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY docker/metadata/openmetadata-start.sh docker/metadata/openmetadata.yaml ./
|
COPY docker/metadata/openmetadata-start.sh docker/metadata/openmetadata.yaml ./
|
||||||
RUN wget https://github.com/open-metadata/OpenMetadata/releases/download/0.11.0-release/openmetadata-0.11.0.tar.gz && \
|
RUN wget https://github.com/open-metadata/OpenMetadata/releases/download/0.12.0-release/openmetadata-0.12.0.tar.gz && \
|
||||||
tar zxvf openmetadata-*.tar.gz && \
|
tar zxvf openmetadata-*.tar.gz && \
|
||||||
rm openmetadata-*.tar.gz
|
rm openmetadata-*.tar.gz
|
||||||
RUN chmod 777 openmetadata-start.sh
|
RUN chmod 777 openmetadata-start.sh
|
||||||
|
@ -18,7 +18,7 @@ volumes:
|
|||||||
services:
|
services:
|
||||||
postgresql:
|
postgresql:
|
||||||
container_name: openmetadata_postgresql
|
container_name: openmetadata_postgresql
|
||||||
image: openmetadata/postgresql:0.11.4
|
image: openmetadata/postgresql:0.12.0
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
|
@ -18,7 +18,7 @@ volumes:
|
|||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
container_name: openmetadata_mysql
|
container_name: openmetadata_mysql
|
||||||
image: openmetadata/db:0.11.5
|
image: openmetadata/db:0.12.0
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: password
|
MYSQL_ROOT_PASSWORD: password
|
||||||
@ -49,7 +49,7 @@ services:
|
|||||||
openmetadata-server:
|
openmetadata-server:
|
||||||
container_name: openmetadata_server
|
container_name: openmetadata_server
|
||||||
restart: always
|
restart: always
|
||||||
image: openmetadata/server:0.11.5
|
image: openmetadata/server:0.12.0
|
||||||
environment:
|
environment:
|
||||||
ELASTICSEARCH_HOST: elasticsearch
|
ELASTICSEARCH_HOST: elasticsearch
|
||||||
# OpenMetadata Server Authentication Configuration
|
# OpenMetadata Server Authentication Configuration
|
||||||
@ -127,7 +127,7 @@ services:
|
|||||||
|
|
||||||
ingestion:
|
ingestion:
|
||||||
container_name: openmetadata_ingestion
|
container_name: openmetadata_ingestion
|
||||||
image: openmetadata/ingestion:0.11.5
|
image: openmetadata/ingestion:0.12.0
|
||||||
depends_on:
|
depends_on:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
@ -161,7 +161,7 @@ test = {
|
|||||||
build_options = {"includes": ["_cffi_backend"]}
|
build_options = {"includes": ["_cffi_backend"]}
|
||||||
setup(
|
setup(
|
||||||
name="openmetadata-ingestion",
|
name="openmetadata-ingestion",
|
||||||
version="0.12.0.dev0",
|
version="0.13.0.dev0",
|
||||||
url="https://open-metadata.org/",
|
url="https://open-metadata.org/",
|
||||||
author="OpenMetadata Committers",
|
author="OpenMetadata Committers",
|
||||||
license="Apache License 2.0",
|
license="Apache License 2.0",
|
||||||
|
@ -69,7 +69,7 @@ setup(
|
|||||||
packages=find_packages(include=[f"{PLUGIN_NAME}.*", PLUGIN_NAME]),
|
packages=find_packages(include=[f"{PLUGIN_NAME}.*", PLUGIN_NAME]),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
package_data={PLUGIN_NAME: get_package_data()},
|
package_data={PLUGIN_NAME: get_package_data()},
|
||||||
version="0.12.0.dev0",
|
version="0.13.0.dev0",
|
||||||
url="https://open-metadata.org/",
|
url="https://open-metadata.org/",
|
||||||
author="OpenMetadata Committers",
|
author="OpenMetadata Committers",
|
||||||
license="Apache License 2.0",
|
license="Apache License 2.0",
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>openmetadata-clients</artifactId>
|
<artifactId>openmetadata-clients</artifactId>
|
||||||
<groupId>org.open-metadata</groupId>
|
<groupId>org.open-metadata</groupId>
|
||||||
<version>0.12.0-SNAPSHOT</version>
|
<version>0.13.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>catalog</artifactId>
|
<artifactId>catalog</artifactId>
|
||||||
<groupId>org.open-metadata</groupId>
|
<groupId>org.open-metadata</groupId>
|
||||||
<version>0.12.0-SNAPSHOT</version>
|
<version>0.13.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>catalog</artifactId>
|
<artifactId>catalog</artifactId>
|
||||||
<groupId>org.open-metadata</groupId>
|
<groupId>org.open-metadata</groupId>
|
||||||
<version>0.12.0-SNAPSHOT</version>
|
<version>0.13.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>catalog</artifactId>
|
<artifactId>catalog</artifactId>
|
||||||
<groupId>org.open-metadata</groupId>
|
<groupId>org.open-metadata</groupId>
|
||||||
<version>0.12.0-SNAPSHOT</version>
|
<version>0.13.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>openmetadata-dist</artifactId>
|
<artifactId>openmetadata-dist</artifactId>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>catalog</artifactId>
|
<artifactId>catalog</artifactId>
|
||||||
<groupId>org.open-metadata</groupId>
|
<groupId>org.open-metadata</groupId>
|
||||||
<version>0.12.0-SNAPSHOT</version>
|
<version>0.13.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -21,7 +21,7 @@
|
|||||||
<artifactId>catalog</artifactId>
|
<artifactId>catalog</artifactId>
|
||||||
<name>OpenMetadata-catalog</name>
|
<name>OpenMetadata-catalog</name>
|
||||||
<description>Openmetadata catalog</description>
|
<description>Openmetadata catalog</description>
|
||||||
<version>0.12.0-SNAPSHOT</version>
|
<version>0.13.0-SNAPSHOT</version>
|
||||||
<url>https://github.com/open-metadata/OpenMetadata</url>
|
<url>https://github.com/open-metadata/OpenMetadata</url>
|
||||||
<modules>
|
<modules>
|
||||||
<module>common</module>
|
<module>common</module>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user