From 531aa7e412721fa57c135421cdcf8f456dd66b3d Mon Sep 17 00:00:00 2001 From: Oleksii Moskalenko Date: Tue, 1 Dec 2020 11:56:01 +0800 Subject: [PATCH] bump version & changelog 0.8.2 Signed-off-by: Oleksii Moskalenko --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 2 +- datatypes/java/README.md | 2 +- docs/contributing/development-guide.md | 8 ++++---- infra/charts/feast/Chart.yaml | 2 +- infra/charts/feast/README.md | 8 ++++---- .../charts/feast/charts/feast-core/Chart.yaml | 2 +- .../charts/feast/charts/feast-core/README.md | 2 +- .../feast/charts/feast-jobservice/Chart.yaml | 2 +- .../feast/charts/feast-jobservice/README.md | 2 +- .../feast/charts/feast-jupyter/Chart.yaml | 2 +- .../feast/charts/feast-jupyter/README.md | 2 +- .../feast/charts/feast-serving/Chart.yaml | 2 +- .../feast/charts/feast-serving/README.md | 2 +- infra/charts/feast/requirements.lock | 6 +++--- infra/charts/feast/requirements.yaml | 6 +++--- pom.xml | 2 +- 17 files changed, 45 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c7abb2e4..bb14577955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [v0.8.2](https://github.com/feast-dev/feast/tree/v0.8.2) (2020-12-01) + +[Full Changelog](https://github.com/feast-dev/feast/compare/v0.8.1...v0.8.2) + +**Implemented enhancements:** + +- Configurable materialization destination for view in BigQuerySource [\#1201](https://github.com/feast-dev/feast/pull/1201) ([pyalex](https://github.com/pyalex)) + +**Fixed bugs:** + +- Fix tag order for release workflow [\#1205](https://github.com/feast-dev/feast/pull/1205) ([terryyylim](https://github.com/terryyylim)) +- Fix Feature Table not updated on new feature addition [\#1197](https://github.com/feast-dev/feast/pull/1197) ([khorshuheng](https://github.com/khorshuheng)) + +**Merged pull requests:** + +- Suppress kafka logs in Ingestion Job [\#1206](https://github.com/feast-dev/feast/pull/1206) ([pyalex](https://github.com/pyalex)) +- Add project name to metrics labels in Ingestion Job [\#1202](https://github.com/feast-dev/feast/pull/1202) ([pyalex](https://github.com/pyalex)) + + ## [v0.8.1](https://github.com/feast-dev/feast/tree/v0.8.1) (2020-11-24) [Full Changelog](https://github.com/feast-dev/feast/compare/v0.8.0...v0.8.1) diff --git a/README.md b/README.md index c17e4ace29..4c541dabbf 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Feast (Feature Store) is an operational data system for managing and serving mac Clone the latest stable version of the [Feast repository](https://github.com/feast-dev/feast/) and navigate to the `infra/docker-compose` sub-directory: ``` -git clone --depth 1 --branch v0.8.1 https://github.com/feast-dev/feast.git +git clone --depth 1 --branch v0.8.2 https://github.com/feast-dev/feast.git cd feast/infra/docker-compose cp .env.sample .env ``` diff --git a/datatypes/java/README.md b/datatypes/java/README.md index dbf56480c7..c03638250f 100644 --- a/datatypes/java/README.md +++ b/datatypes/java/README.md @@ -16,7 +16,7 @@ Dependency Coordinates dev.feast datatypes-java - 0.8.2-SNAPSHOT + 0.8.2 ``` diff --git a/docs/contributing/development-guide.md b/docs/contributing/development-guide.md index 136eee755f..ec0e289d5c 100644 --- a/docs/contributing/development-guide.md +++ b/docs/contributing/development-guide.md @@ -109,10 +109,10 @@ Feast Serving has a dependency on Feast Core, thus always start Feast Core first ```bash # Start Feast Core locally -java -jar core/target/feast-core-0.8.2-SNAPSHOT-exec.jar +java -jar core/target/feast-core-0.8.2-exec.jar # Start Feast Serving locally -java -jar serving/target/feast-serving-0.8.2-SNAPSHOT-exec.jar +java -jar serving/target/feast-serving-0.8.2-exec.jar ``` Test whether Feast Core, Feast Serving are started and running correctly: @@ -123,8 +123,8 @@ feast version --core-url="localhost:6565" --serving-url="localhost:6566" ```javascript { - 'serving': {'url': 'localhost:6566', 'version': '0.8.2-SNAPSHOT'}, - 'core': {'url': 'localhost:6565', 'version': '0.8.2-SNAPSHOT'} + 'serving': {'url': 'localhost:6566', 'version': '0.8.2'}, + 'core': {'url': 'localhost:6565', 'version': '0.8.2'} } ``` diff --git a/infra/charts/feast/Chart.yaml b/infra/charts/feast/Chart.yaml index bc61942cd3..9cae9e2b6f 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.8.2-SNAPSHOT +version: 0.8.2 diff --git a/infra/charts/feast/README.md b/infra/charts/feast/README.md index b78d346982..e66855d2ad 100644 --- a/infra/charts/feast/README.md +++ b/infra/charts/feast/README.md @@ -1,7 +1,7 @@ feast ===== -Feature store for machine learning. Current chart version is `0.8.2-SNAPSHOT` +Feature store for machine learning. Current chart version is `0.8.2` ## Installation @@ -11,9 +11,9 @@ https://docs.feast.dev/v/master/getting-started/deploying-feast/kubernetes | Repository | Name | Version | |------------|------|---------| -| | feast-core | 0.8.2-SNAPSHOT | -| | feast-jupyter | 0.8.2-SNAPSHOT | -| | feast-serving | 0.8.2-SNAPSHOT | +| | feast-core | 0.8.2 | +| | feast-jupyter | 0.8.2 | +| | feast-serving | 0.8.2 | | | prometheus-statsd-exporter | 0.1.2 | | https://charts.bitnami.com/bitnami/ | kafka | 11.8.8 | | https://kubernetes-charts.storage.googleapis.com/ | grafana | 5.0.5 | diff --git a/infra/charts/feast/charts/feast-core/Chart.yaml b/infra/charts/feast/charts/feast-core/Chart.yaml index 0967262e42..025aa1ef08 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.8.2-SNAPSHOT +version: 0.8.2 diff --git a/infra/charts/feast/charts/feast-core/README.md b/infra/charts/feast/charts/feast-core/README.md index 2bf8a7eab9..acc7497c18 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.8.2-SNAPSHOT` +Current chart version is `0.8.2` diff --git a/infra/charts/feast/charts/feast-jobservice/Chart.yaml b/infra/charts/feast/charts/feast-jobservice/Chart.yaml index 34dfe05da7..db1c32dbdf 100644 --- a/infra/charts/feast/charts/feast-jobservice/Chart.yaml +++ b/infra/charts/feast/charts/feast-jobservice/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: Feast Job Service manage ingestion jobs. name: feast-jobservice -version: 0.8.2-SNAPSHOT +version: 0.8.2 diff --git a/infra/charts/feast/charts/feast-jobservice/README.md b/infra/charts/feast/charts/feast-jobservice/README.md index 635e382c8f..c7deed7b7e 100644 --- a/infra/charts/feast/charts/feast-jobservice/README.md +++ b/infra/charts/feast/charts/feast-jobservice/README.md @@ -2,7 +2,7 @@ feast-jobservice ================ Feast Job Service manage ingestion jobs. -Current chart version is `0.8.2-SNAPSHOT` +Current chart version is `0.8.2` diff --git a/infra/charts/feast/charts/feast-jupyter/Chart.yaml b/infra/charts/feast/charts/feast-jupyter/Chart.yaml index d8f0b75eab..543052635a 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.8.2-SNAPSHOT +version: 0.8.2 diff --git a/infra/charts/feast/charts/feast-jupyter/README.md b/infra/charts/feast/charts/feast-jupyter/README.md index 748b09fb39..0702cf5836 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.8.2-SNAPSHOT` +Current chart version is `0.8.2` diff --git a/infra/charts/feast/charts/feast-serving/Chart.yaml b/infra/charts/feast/charts/feast-serving/Chart.yaml index 408320541e..6f79f9f1c0 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.8.2-SNAPSHOT +version: 0.8.2 diff --git a/infra/charts/feast/charts/feast-serving/README.md b/infra/charts/feast/charts/feast-serving/README.md index c71ebaad72..d8994e09b7 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.8.2-SNAPSHOT` +Current chart version is `0.8.2` diff --git a/infra/charts/feast/requirements.lock b/infra/charts/feast/requirements.lock index 2b1e3f1127..699d9477f8 100644 --- a/infra/charts/feast/requirements.lock +++ b/infra/charts/feast/requirements.lock @@ -1,13 +1,13 @@ dependencies: - name: feast-core repository: "" - version: 0.8.2-SNAPSHOT + version: 0.8.2 - name: feast-serving repository: "" - version: 0.8.2-SNAPSHOT + version: 0.8.2 - name: feast-jupyter repository: "" - version: 0.8.2-SNAPSHOT + version: 0.8.2 - 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 35d50c965b..a998d5587c 100644 --- a/infra/charts/feast/requirements.yaml +++ b/infra/charts/feast/requirements.yaml @@ -1,13 +1,13 @@ dependencies: - name: feast-core - version: 0.8.2-SNAPSHOT + version: 0.8.2 condition: feast-core.enabled - name: feast-serving alias: feast-online-serving - version: 0.8.2-SNAPSHOT + version: 0.8.2 condition: feast-online-serving.enabled - name: feast-jupyter - version: 0.8.2-SNAPSHOT + version: 0.8.2 condition: feast-jupyter.enabled - name: postgresql version: 8.6.1 diff --git a/pom.xml b/pom.xml index 829d16e929..c0c44a26f8 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ - 0.8.2-SNAPSHOT + 0.8.2 https://github.com/feast-dev/feast UTF-8