Skip to content

Commit

Permalink
Prepare release 0.13.1 (#1179)
Browse files Browse the repository at this point in the history
Signed-off-by: wslulciuc <[email protected]>
  • Loading branch information
wslulciuc authored Apr 1, 2021
1 parent ef8ce03 commit 1237848
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 26 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.13.0...HEAD)
## [Unreleased](https://github.com/MarquezProject/marquez/compare/0.13.1...HEAD)

## [0.13.1](https://github.com/MarquezProject/marquez/compare/0.13.0...0.13.1) - 2021-04-01

### Changed

* Remove unused implementation of SQL parser in `marquez-airflow` [@mobuchowski](https://github.com/mobuchowski)

### Fixed

* Add inputs and outputs to lineage graph [@henneberger](https://github.com/henneberger)
* Updated `NodeId` regex to support URIs with scheme and ports [@collado-mike](https://github.com/collado-mike)

## [0.13.0](https://github.com/MarquezProject/marquez/compare/0.12.2...0.13.0) - 2021-03-30

Expand Down
2 changes: 1 addition & 1 deletion api/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.13.1-SNAPSHOT
version=0.13.1
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.13.0
version: 0.13.1
4 changes: 2 additions & 2 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ helm delete marquez
| `marquez.replicaCount` | Number of desired replicas | `1` |
| `marquez.image.registry` | Marquez image registry | `docker.io` |
| `marquez.image.repository` | Marquez image repository | `marquezproject/marquez` |
| `marquez.image.tag` | Marquez image tag | `0.13.0` |
| `marquez.image.tag` | Marquez image tag | `0.13.1` |
| `marquez.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `marquez.existingSecretName` | Name of an existing secret containing db password ('marquez-db-password' key) | `nil` |
| `marquez.db.host` | PostgreSQL host | `localhost` |
Expand All @@ -63,7 +63,7 @@ helm delete marquez
| `web.replicaCount` | Number of desired replicas | `1` |
| `web.image.registry` | Marquez Web UI image registry | `docker.io` |
| `web.image.repository` | Marquez Web UI image repository | `marquez-web` |
| `web.image.tag` | Marquez Web UI image tag | `0.13.0` |
| `web.image.tag` | Marquez Web UI image tag | `0.13.1` |
| `web.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `web.port` | Marquez Web host port | `5000` |
| `web.resources.limits` | K8s resource limit overrides | `nil` |
Expand Down
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.13.0
tag: 0.13.1
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.13.0
tag: 0.13.1
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.13.0</version>
<version>0.13.1</version>
</dependency>
```

or Gradle:

```groovy
implementation 'io.github.marquezproject:marquez-java:0.13.0'
implementation 'io.github.marquezproject:marquez-java:0.13.1'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion clients/java/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.13.1-SNAPSHOT
version=0.13.1
jdk8.build=true
2 changes: 1 addition & 1 deletion clients/python/marquez_client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = '0.13.0'
VERSION = '0.13.1'
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.13.0
current_version = 0.13.1

[metadata]
description-file = README.md
4 changes: 2 additions & 2 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.13.1-SNAPSHOT
version=0.13.1
2 changes: 1 addition & 1 deletion integrations/airflow/marquez_airflow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = "0.13.0"
VERSION = "0.13.1"
4 changes: 2 additions & 2 deletions integrations/airflow/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[bumpversion]
current_version = 0.13.0
current_version = 0.13.1

[metadata]
description-file = README.md

[flake8]
max-line-length=99
max-line-length = 99
2 changes: 1 addition & 1 deletion integrations/airflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_version(rel_path):
url="https://github.com/MarquezProject/marquez-airflow",
packages=find_packages(),
install_requires=[
"marquez-python==0.13.0",
"marquez-python==0.13.1",
"sqlparse==0.4.1"
]
)
2 changes: 1 addition & 1 deletion integrations/airflow/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apache-airflow[gcp_api]==1.10.12
apache-airflow[google]==1.10.12
apache-airflow[postgres]==1.10.12
codecov==2.1.11
marquez-python==0.13.0
marquez-python==0.13.1
pytest
pytest-cov==2.10.1
requests==2.24.0
Expand Down
8 changes: 4 additions & 4 deletions integrations/spark/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-spark</artifactId>
<version>0.13.0</version>
<version>0.13.1</version>
</dependency>
```

or Gradle:

```groovy
implementation 'io.github.marquezproject:marquez-spark:0.13.0'
implementation 'io.github.marquezproject:marquez-spark:0.13.1'
```

## Getting started
Expand All @@ -34,8 +34,8 @@ import os
...
job_name = 'job_name'

jar = 'marquez-spark-0.13.0.jar'
files = [f"https://repo1.maven.org/maven2/io/github/marquezproject/marquez-spark/0.13.0/marquez-spark-0.13.0.jar"]
jar = 'marquez-spark-0.13.1.jar'
files = [f"https://repo1.maven.org/maven2/io/github/marquezproject/marquez-spark/0.13.1/marquez-spark-0.13.1.jar"]
properties = {
'spark.driver.extraJavaOptions':
f"-javaagent:{jar}={os.environ.get('MARQUEZ_URL')}/api/v1/namespaces/{os.getenv('MARQUEZ_NAMESPACE', 'default')}/jobs/{job_name}/runs/{uuid4()}?api_key={os.environ.get('MARQUEZ_API_KEY')}"
Expand Down
2 changes: 1 addition & 1 deletion integrations/spark/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.13.1-SNAPSHOT
version=0.13.1
jdk8.build=true
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.13.0
version: 0.13.1
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 1237848

Please sign in to comment.