From 28eab96aa8dab6d005f7578a25c4d3003c4628aa Mon Sep 17 00:00:00 2001 From: Oleksii Moskalenko Date: Wed, 7 Oct 2020 15:08:15 +0800 Subject: [PATCH] bump version & add changelog Signed-off-by: Oleksii Moskalenko --- CHANGELOG.md | 9 ++++++++- datatypes/java/README.md | 2 +- docs/contributing/development-guide.md | 8 ++++---- infra/charts/feast/Chart.yaml | 2 +- infra/charts/feast/charts/feast-core/Chart.yaml | 2 +- infra/charts/feast/charts/feast-core/README.md | 2 +- infra/charts/feast/charts/feast-jobcontroller/Chart.yaml | 2 +- infra/charts/feast/charts/feast-jobcontroller/README.md | 2 +- infra/charts/feast/charts/feast-jupyter/Chart.yaml | 2 +- infra/charts/feast/charts/feast-jupyter/README.md | 2 +- infra/charts/feast/charts/feast-serving/Chart.yaml | 2 +- infra/charts/feast/charts/feast-serving/README.md | 2 +- infra/charts/feast/requirements.lock | 8 ++++---- infra/charts/feast/requirements.yaml | 8 ++++---- pom.xml | 2 +- 15 files changed, 31 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5b8121abf..ca75c959f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/datatypes/java/README.md b/datatypes/java/README.md index c368f463cf5..b086b99e639 100644 --- a/datatypes/java/README.md +++ b/datatypes/java/README.md @@ -16,7 +16,7 @@ Dependency Coordinates dev.feast datatypes-java - 0.7.1-SNAPSHOT + 0.7.1 ``` diff --git a/docs/contributing/development-guide.md b/docs/contributing/development-guide.md index d023acf86ea..e6bc8278e38 100644 --- a/docs/contributing/development-guide.md +++ b/docs/contributing/development-guide.md @@ -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 @@ -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: @@ -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 @@ -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 diff --git a/infra/charts/feast/Chart.yaml b/infra/charts/feast/Chart.yaml index 815f6b64a2c..8ff877987e7 100644 --- a/infra/charts/feast/Chart.yaml +++ b/infra/charts/feast/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: Feature store for machine learning. name: feast -version: 0.7.1-SNAPSHOT +version: 0.7.1 diff --git a/infra/charts/feast/charts/feast-core/Chart.yaml b/infra/charts/feast/charts/feast-core/Chart.yaml index b50aa74fba0..92cbc1a8313 100644 --- a/infra/charts/feast/charts/feast-core/Chart.yaml +++ b/infra/charts/feast/charts/feast-core/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: Feast Core registers feature specifications. name: feast-core -version: 0.7.1-SNAPSHOT +version: 0.7.1 diff --git a/infra/charts/feast/charts/feast-core/README.md b/infra/charts/feast/charts/feast-core/README.md index e98d0d83bca..4ca0cf0db69 100644 --- a/infra/charts/feast/charts/feast-core/README.md +++ b/infra/charts/feast/charts/feast-core/README.md @@ -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` diff --git a/infra/charts/feast/charts/feast-jobcontroller/Chart.yaml b/infra/charts/feast/charts/feast-jobcontroller/Chart.yaml index 37655e9a964..7e57cb02778 100644 --- a/infra/charts/feast/charts/feast-jobcontroller/Chart.yaml +++ b/infra/charts/feast/charts/feast-jobcontroller/Chart.yaml @@ -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 diff --git a/infra/charts/feast/charts/feast-jobcontroller/README.md b/infra/charts/feast/charts/feast-jobcontroller/README.md index f6b34962841..7da4d340b99 100644 --- a/infra/charts/feast/charts/feast-jobcontroller/README.md +++ b/infra/charts/feast/charts/feast-jobcontroller/README.md @@ -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` diff --git a/infra/charts/feast/charts/feast-jupyter/Chart.yaml b/infra/charts/feast/charts/feast-jupyter/Chart.yaml index 9c8f6f022ae..8ad99b4ec0f 100644 --- a/infra/charts/feast/charts/feast-jupyter/Chart.yaml +++ b/infra/charts/feast/charts/feast-jupyter/Chart.yaml @@ -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 diff --git a/infra/charts/feast/charts/feast-jupyter/README.md b/infra/charts/feast/charts/feast-jupyter/README.md index 169a6cc56c0..6079dda66a9 100644 --- a/infra/charts/feast/charts/feast-jupyter/README.md +++ b/infra/charts/feast/charts/feast-jupyter/README.md @@ -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` diff --git a/infra/charts/feast/charts/feast-serving/Chart.yaml b/infra/charts/feast/charts/feast-serving/Chart.yaml index 292ca2364ed..a6b0348e4e6 100644 --- a/infra/charts/feast/charts/feast-serving/Chart.yaml +++ b/infra/charts/feast/charts/feast-serving/Chart.yaml @@ -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 diff --git a/infra/charts/feast/charts/feast-serving/README.md b/infra/charts/feast/charts/feast-serving/README.md index 05d9d36b710..1b7c9ffad3a 100644 --- a/infra/charts/feast/charts/feast-serving/README.md +++ b/infra/charts/feast/charts/feast-serving/README.md @@ -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` diff --git a/infra/charts/feast/requirements.lock b/infra/charts/feast/requirements.lock index 6a8fce98714..aee79a77ef1 100644 --- a/infra/charts/feast/requirements.lock +++ b/infra/charts/feast/requirements.lock @@ -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 diff --git a/infra/charts/feast/requirements.yaml b/infra/charts/feast/requirements.yaml index ff6b04b4abd..c4c475c85c5 100644 --- a/infra/charts/feast/requirements.yaml +++ b/infra/charts/feast/requirements.yaml @@ -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 diff --git a/pom.xml b/pom.xml index bd7c2943689..7b864362ff9 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ - 0.7.1-SNAPSHOT + 0.7.1 https://github.com/feast-dev/feast UTF-8