Skip to content

Commit

Permalink
Prepare for release 0.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: wslulciuc <[email protected]>
  • Loading branch information
wslulciuc committed Sep 14, 2021
1 parent b3aa3ef commit 9aec566
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
API_PORT=5000
API_ADMIN_PORT=5001
WEB_PORT=3000
TAG=0.17.0
TAG=0.18.0
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ name: marquez
sources:
- https://github.com/MarquezProject/marquez
- https://marquezproject.github.io/marquez/
version: 0.17.1
version: 0.18.0
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ marquez:
image:
registry: docker.io
repository: marquezproject/marquez
tag: 0.17.0
tag: 0.18.0
pullPolicy: IfNotPresent
## Name of the existing secret containing credentials for the Marquez installation.
## When this is specified, it will take precedence over the values configured in the 'db' section.
Expand Down Expand Up @@ -70,7 +70,7 @@ web:
image:
registry: docker.io
repository: marquezproject/marquez-web
tag: 0.17.0
tag: 0.18.0
pullPolicy: IfNotPresent
## Marquez website will run on this port
##
Expand Down
4 changes: 2 additions & 2 deletions clients/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Maven:
<dependency>
<groupId>io.github.marquezproject</groupId>
<artifactId>marquez-java</artifactId>
<version>0.17.0</version>
<version>0.18.0</version>
</dependency>
```

or Gradle:

```groovy
implementation 'io.github.marquezproject:marquez-java:0.17.0
implementation 'io.github.marquezproject:marquez-java:0.18.0
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion clients/python/marquez_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# -*- coding: utf-8 -*-

__author__ = """Marquez Project"""
__version__ = "0.17.0"
__version__ = "0.18.0"

from marquez_client.client import MarquezClient # noqa: F401
from marquez_client.client_wo import MarquezWriteOnlyClient # noqa: F401
Expand Down
2 changes: 1 addition & 1 deletion clients/python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.17.0
current_version = 0.18.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<rc>.*)
Expand Down
2 changes: 1 addition & 1 deletion clients/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name="marquez-python",
version="0.17.0",
version="0.18.0",
description="Marquez Python Client",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down
8 changes: 4 additions & 4 deletions docker/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ args="-V --force-recreate --remove-orphans"
API_PORT=5000
API_ADMIN_PORT=5001
WEB_PORT=3000
TAG=0.17.0
TAG=0.18.0
while [ $# -gt 0 ]; do
case $1 in
-a|'--api-port')
Expand All @@ -78,11 +78,11 @@ while [ $# -gt 0 ]; do
;;
-t|'--tag')
shift
TAG="${1}"
TAG=0.18.0
;;
-b|'--build')
BUILD='true'
TAG='latest'
TAG=0.18.0
;;
-s|'--seed')
SEED='true'
Expand All @@ -107,4 +107,4 @@ if [[ "${SEED}" = "true" ]]; then
compose_files+=" -f docker-compose.seed.yml"
fi

API_PORT=${API_PORT} API_ADMIN_PORT=${API_ADMIN_PORT} WEB_PORT=${WEB_PORT} TAG=${TAG} docker-compose $compose_files up $args
API_PORT=${API_PORT} API_ADMIN_PORT=${API_ADMIN_PORT} WEB_PORT=${WEB_PORT} TAG=0.18.0
36 changes: 21 additions & 15 deletions docs/openapi.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.internal.http.connectionTimeout=60000
org.gradle.internal.http.socketTimeout=60000

version=0.17.1-SNAPSHOT
version=0.18.0
2 changes: 1 addition & 1 deletion integrations/airflow/marquez_airflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# -*- coding: utf-8 -*-

__author__ = """Marquez Project"""
__version__ = "0.17.0"
__version__ = "0.18.0"
__all__ = ["DAG"]

from openlineage.airflow import DAG
2 changes: 1 addition & 1 deletion integrations/airflow/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.17.0
current_version = 0.18.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<rc>.*)
Expand Down
2 changes: 1 addition & 1 deletion integrations/airflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name="marquez-airflow",
version="0.17.0",
version="0.18.0",
description="Marquez integration with Airflow",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down
10 changes: 2 additions & 8 deletions new-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ if [[ "${branch}" != "main" ]]; then
exit 1;
fi

# Ensure no unstaged changes are present in working directory
if [[ -n "$(git status --porcelain --untracked-files=no)" ]] ; then
echo "error: you have unstaged changes in your working directory!"
exit 1;
fi

# Append '-SNAPSHOT' to 'NEXT_VERSION' if a release candidate, or missing
# (ex: '-SNAPSHOT' will be appended to X.Y.Z or X.Y.Z-rc.N)
if [[ "${NEXT_VERSION}" == *-rc.? ||
Expand Down Expand Up @@ -167,7 +161,7 @@ sed -i "" "s/marquez-java:.*/marquez-java:${RELEASE_VERSION}/g" ./clients/java/R
redoc-cli bundle spec/openapi.yml --output docs/openapi.html --title "Marquez API Reference"

# (7) Prepare release commit
git commit -sam "Prepare for release ${RELEASE_VERSION}"
git commit -sam "Prepare for release ${RELEASE_VERSION}" --no-verify

# (8) Pull latest tags, then prepare release tag
git fetch --all --tags
Expand All @@ -178,7 +172,7 @@ sed -i "" "s/version=.*/version=${NEXT_VERSION}/g" gradle.properties
sed -i "" "s/^ version:.*/ version: ${NEXT_VERSION}/g" ./spec/openapi.yml

# (10) Prepare next development version commit
git commit -sam "Prepare next development version"
git commit -sam "Prepare next development version" --no-verify

# (11) Push commits and tag
if [[ ${PUSH} = "true" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion spec/openapi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.2
info:
title: Marquez
version: 0.17.0
version: 0.18.0
description: Marquez is an open source **metadata service** for the **collection**, **aggregation**,
and **visualization** of a data ecosystem's metadata.
license:
Expand Down

0 comments on commit 9aec566

Please sign in to comment.