Skip to content

Commit

Permalink
bump version to 0.7.1 & add changelog (#1031)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <[email protected]>
  • Loading branch information
pyalex authored Oct 7, 2020
1 parent 1f9a4b5 commit c6183c0
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 24 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## [v0.7.0](https://github.com/feast-dev/feast/tree/v0.7.1) (2020-09-09)
## [v0.7.1](https://github.com/feast-dev/feast/tree/v0.7.1) (2020-10-07)
[Full Changelog](https://github.com/feast-dev/feast/compare/sdk/go/v0.7.0...v0.7.1)

**Fixed bugs:**

- Provide stable jobName in RowMetrics labels [\#1028](https://github.com/feast-dev/feast/pull/1028) ([pyalex](https://github.com/pyalex))

## [v0.7.0](https://github.com/feast-dev/feast/tree/v0.7.0) (2020-09-09)

[Full Changelog](https://github.com/feast-dev/feast/compare/sdk/go/v0.6.2...v0.7.0)

Expand Down
2 changes: 1 addition & 1 deletion datatypes/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Dependency Coordinates
<dependency>
<groupId>dev.feast</groupId>
<artifactId>datatypes-java</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions docs/contributing/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ To run Feast Core locally:
```bash
# Feast Core can be configured from the following .yml file
# $FEAST_REPO/core/src/main/resources/application.yml
java -jar core/target/feast-core-0.7.1-SNAPSHOT-exec.jar
java -jar core/target/feast-core-0.7.1-exec.jar
```

Test whether Feast Core is running
Expand All @@ -156,7 +156,7 @@ To run Feast Job Controller locally:
```bash
# Feast Job Controller can be configured from the following .yml file
# $FEAST_REPO/job-controller/src/main/resources/application.yml
java -jar job-controller/target/feast-job-controller-0.7.1-SNAPSHOT-exec.jar
java -jar job-controller/target/feast-job-controller-0.7.1-exec.jar
```

Test whether Feast Job Controller is running:
Expand Down Expand Up @@ -199,7 +199,7 @@ Once Feast Serving is started, it will register its store with Feast Core \(by n
Start Feast Serving server on localhost:6566:

```text
java -jar serving/target/feast-serving-0.7.1-SNAPSHOT-exec.jar
java -jar serving/target/feast-serving-0.7.1-exec.jar
```

Test connectivity to Feast Serving
Expand All @@ -210,7 +210,7 @@ grpc_cli call localhost:6566 GetFeastServingInfo ''

```text
connecting to localhost:6566
version: "0.7.1-SNAPSHOT"
version: "0.7.1"
type: FEAST_SERVING_TYPE_ONLINE
Rpc succeeded with OK status
Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Feature store for machine learning.
name: feast
version: 0.7.1-SNAPSHOT
version: 0.7.1
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Feast Core registers feature specifications.
name: feast-core
version: 0.7.1-SNAPSHOT
version: 0.7.1
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ feast-core
==========
Feast Core registers feature specifications.

Current chart version is `0.7.1-SNAPSHOT`
Current chart version is `0.7.1`



Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-jobcontroller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Feast Job Coontroller manage ingestion jobs.
name: feast-jobcontroller
version: 0.7.1-SNAPSHOT
version: 0.7.1
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-jobcontroller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ feast-jobcontroller
==========
Feast Job Controller manage ingestion jobs.

Current chart version is `0.7.1-SNAPSHOT`
Current chart version is `0.7.1`



Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-jupyter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Feast Jupyter provides a Jupyter server with pre-installed Feast SDK
name: feast-jupyter
version: 0.7.1-SNAPSHOT
version: 0.7.1
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-jupyter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ feast-jupyter
=============
Feast Jupyter provides a Jupyter server with pre-installed Feast SDK

Current chart version is `0.7.1-SNAPSHOT`
Current chart version is `0.7.1`



Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-serving/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Feast Serving serves low-latency latest features and historical batch features.
name: feast-serving
version: 0.7.1-SNAPSHOT
version: 0.7.1
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-serving/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ feast-serving
=============
Feast Serving serves low-latency latest features and historical batch features.

Current chart version is `0.7.1-SNAPSHOT`
Current chart version is `0.7.1`



Expand Down
8 changes: 4 additions & 4 deletions infra/charts/feast/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
dependencies:
- name: feast-core
repository: ""
version: 0.7.1-SNAPSHOT
version: 0.7.1
- name: feast-serving
repository: ""
version: 0.7.1-SNAPSHOT
version: 0.7.1
- name: feast-serving
repository: ""
version: 0.7.1-SNAPSHOT
version: 0.7.1
- name: feast-jupyter
repository: ""
version: 0.7.1-SNAPSHOT
version: 0.7.1
- name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com/
version: 8.6.1
Expand Down
8 changes: 4 additions & 4 deletions infra/charts/feast/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
dependencies:
- name: feast-core
version: 0.7.1-SNAPSHOT
version: 0.7.1
condition: feast-core.enabled
- name: feast-serving
alias: feast-online-serving
version: 0.7.1-SNAPSHOT
version: 0.7.1
condition: feast-online-serving.enabled
- name: feast-serving
alias: feast-batch-serving
version: 0.7.1-SNAPSHOT
version: 0.7.1
condition: feast-batch-serving.enabled
- name: feast-jupyter
version: 0.7.1-SNAPSHOT
version: 0.7.1
condition: feast-jupyter.enabled
- name: postgresql
version: 8.6.1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</modules>

<properties>
<revision>0.7.1-SNAPSHOT</revision>
<revision>0.7.1</revision>
<github.url>https://github.com/feast-dev/feast</github.url>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit c6183c0

Please sign in to comment.