Skip to content

Commit 769c318

Browse files
committed
chore(release): release 0.25.0
# [0.25.0](feast-dev/feast@v0.24.0...v0.25.0) (2022-09-20) ### Bug Fixes * Broken Feature Service Link ([feast-dev#3227](feast-dev#3227)) ([e117082](feast-dev@e117082)) * Feature-server image is missing mysql dependency for mysql registry ([feast-dev#3223](feast-dev#3223)) ([ae37b20](feast-dev@ae37b20)) * Fix handling of TTL in Go server ([feast-dev#3232](feast-dev#3232)) ([f020630](feast-dev@f020630)) * Fix materialization when running on Spark cluster. ([feast-dev#3166](feast-dev#3166)) ([175fd25](feast-dev@175fd25)) * Fix push API to respect feature view's already inferred entity types ([feast-dev#3172](feast-dev#3172)) ([7c50ab5](feast-dev@7c50ab5)) * Fix release workflow ([feast-dev#3144](feast-dev#3144)) ([20a9dd9](feast-dev@20a9dd9)) * Fix Shopify timestamp bug and add warnings to help with debugging entity registration ([feast-dev#3191](feast-dev#3191)) ([de75971](feast-dev@de75971)) * Handle complex Spark data types in SparkSource ([feast-dev#3154](feast-dev#3154)) ([5ddb83b](feast-dev@5ddb83b)) * Local staging location provision ([feast-dev#3195](feast-dev#3195)) ([cdf0faf](feast-dev@cdf0faf)) * Remove bad snowflake offline store method ([feast-dev#3204](feast-dev#3204)) ([dfdd0ca](feast-dev@dfdd0ca)) * Remove opening file object when validating S3 parquet source ([feast-dev#3217](feast-dev#3217)) ([a906018](feast-dev@a906018)) * Snowflake config file search error ([feast-dev#3193](feast-dev#3193)) ([189afb9](feast-dev@189afb9)) * Update Snowflake Online docs ([feast-dev#3206](feast-dev#3206)) ([7bc1dff](feast-dev@7bc1dff)) ### Features * Add `to_remote_storage` functionality to `SparkOfflineStore` ([feast-dev#3175](feast-dev#3175)) ([2107ce2](feast-dev@2107ce2)) * Add ability to give boto extra args for registry config ([feast-dev#3219](feast-dev#3219)) ([fbc6a2c](feast-dev@fbc6a2c)) * Add health endpoint to py server ([feast-dev#3202](feast-dev#3202)) ([43222f2](feast-dev@43222f2)) * Add snowflake support for date & number with scale ([feast-dev#3148](feast-dev#3148)) ([50e8755](feast-dev@50e8755)) * Add tag kwarg to set Snowflake online store table path ([feast-dev#3176](feast-dev#3176)) ([39aeea3](feast-dev@39aeea3)) * Add workgroup to athena offline store config ([feast-dev#3139](feast-dev#3139)) ([a752211](feast-dev@a752211)) * Implement spark materialization engine ([feast-dev#3184](feast-dev#3184)) ([a59c33a](feast-dev@a59c33a))
1 parent ae727b8 commit 769c318

File tree

17 files changed

+54
-24
lines changed

17 files changed

+54
-24
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
# [0.25.0](https://github.com/feast-dev/feast/compare/v0.24.0...v0.25.0) (2022-09-20)
4+
5+
6+
### Bug Fixes
7+
8+
* Broken Feature Service Link ([#3227](https://github.com/feast-dev/feast/issues/3227)) ([e117082](https://github.com/feast-dev/feast/commit/e1170822bd3de8e1bfe803d9e2757c760fa5df2f))
9+
* Feature-server image is missing mysql dependency for mysql registry ([#3223](https://github.com/feast-dev/feast/issues/3223)) ([ae37b20](https://github.com/feast-dev/feast/commit/ae37b2058e59a722c45324f5b43668ae4e74657d))
10+
* Fix handling of TTL in Go server ([#3232](https://github.com/feast-dev/feast/issues/3232)) ([f020630](https://github.com/feast-dev/feast/commit/f020630c0144ab366f50c29dc3c97b8501687d3b))
11+
* Fix materialization when running on Spark cluster. ([#3166](https://github.com/feast-dev/feast/issues/3166)) ([175fd25](https://github.com/feast-dev/feast/commit/175fd256e0d21f6539f68708705bddf1caa3d975))
12+
* Fix push API to respect feature view's already inferred entity types ([#3172](https://github.com/feast-dev/feast/issues/3172)) ([7c50ab5](https://github.com/feast-dev/feast/commit/7c50ab510633c11646b6ff04853f3f26942ad646))
13+
* Fix release workflow ([#3144](https://github.com/feast-dev/feast/issues/3144)) ([20a9dd9](https://github.com/feast-dev/feast/commit/20a9dd98550ad8daf291381a771b3da798e4c1a4))
14+
* Fix Shopify timestamp bug and add warnings to help with debugging entity registration ([#3191](https://github.com/feast-dev/feast/issues/3191)) ([de75971](https://github.com/feast-dev/feast/commit/de75971e27357a8fb4a882bd7ec4212148256616))
15+
* Handle complex Spark data types in SparkSource ([#3154](https://github.com/feast-dev/feast/issues/3154)) ([5ddb83b](https://github.com/feast-dev/feast/commit/5ddb83b14817f55e51e5c89014a3439ec3ef5a59))
16+
* Local staging location provision ([#3195](https://github.com/feast-dev/feast/issues/3195)) ([cdf0faf](https://github.com/feast-dev/feast/commit/cdf0fafa6939f67cfb13ee3e28ff16a46c2147ae))
17+
* Remove bad snowflake offline store method ([#3204](https://github.com/feast-dev/feast/issues/3204)) ([dfdd0ca](https://github.com/feast-dev/feast/commit/dfdd0ca5fe54b638ac5a268501d67e5621ca8d89))
18+
* Remove opening file object when validating S3 parquet source ([#3217](https://github.com/feast-dev/feast/issues/3217)) ([a906018](https://github.com/feast-dev/feast/commit/a9060188713e34d07fd82cf3469061fdd2220956))
19+
* Snowflake config file search error ([#3193](https://github.com/feast-dev/feast/issues/3193)) ([189afb9](https://github.com/feast-dev/feast/commit/189afb9313d071c7b6492e0e8a996e6d073a2c6c))
20+
* Update Snowflake Online docs ([#3206](https://github.com/feast-dev/feast/issues/3206)) ([7bc1dff](https://github.com/feast-dev/feast/commit/7bc1dff5882c53c7e25f51ddb0b730bd81091a03))
21+
22+
23+
### Features
24+
25+
* Add `to_remote_storage` functionality to `SparkOfflineStore` ([#3175](https://github.com/feast-dev/feast/issues/3175)) ([2107ce2](https://github.com/feast-dev/feast/commit/2107ce295f191eb1339c8670f963d39e66c4ccf6))
26+
* Add ability to give boto extra args for registry config ([#3219](https://github.com/feast-dev/feast/issues/3219)) ([fbc6a2c](https://github.com/feast-dev/feast/commit/fbc6a2c48303424ef08f9b206e406fc0448e5c6f))
27+
* Add health endpoint to py server ([#3202](https://github.com/feast-dev/feast/issues/3202)) ([43222f2](https://github.com/feast-dev/feast/commit/43222f21046c54a68250350c49b4cdf819d41591))
28+
* Add snowflake support for date & number with scale ([#3148](https://github.com/feast-dev/feast/issues/3148)) ([50e8755](https://github.com/feast-dev/feast/commit/50e8755d41ca2eacd41e31fc0be1202c69b61fdd))
29+
* Add tag kwarg to set Snowflake online store table path ([#3176](https://github.com/feast-dev/feast/issues/3176)) ([39aeea3](https://github.com/feast-dev/feast/commit/39aeea3fa77c3b3a789556a1e0fa22ecedcae4ea))
30+
* Add workgroup to athena offline store config ([#3139](https://github.com/feast-dev/feast/issues/3139)) ([a752211](https://github.com/feast-dev/feast/commit/a752211e1d0d6b44901d88f435328fc355d16c20))
31+
* Implement spark materialization engine ([#3184](https://github.com/feast-dev/feast/issues/3184)) ([a59c33a](https://github.com/feast-dev/feast/commit/a59c33ac10760b4029fadd8e377eb36a2c458583))
32+
333
# [0.24.0](https://github.com/feast-dev/feast/compare/v0.23.0...v0.24.0) (2022-08-25)
434

535

infra/charts/feast-feature-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: feast-feature-server
33
description: Feast Feature Server in Go or Python
44
type: application
5-
version: 0.24.0
5+
version: 0.25.0
66
keywords:
77
- machine learning
88
- big data

infra/charts/feast-feature-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Feast Python / Go Feature Server Helm Charts
22

3-
Current chart version is `0.24.0`
3+
Current chart version is `0.25.0`
44

55
## Installation
66

@@ -30,7 +30,7 @@ See [here](https://github.com/feast-dev/feast/tree/master/examples/python-helm-d
3030
| fullnameOverride | string | `""` | |
3131
| image.pullPolicy | string | `"IfNotPresent"` | |
3232
| image.repository | string | `"feastdev/feature-server"` | Docker image for Feature Server repository |
33-
| image.tag | string | `"0.24.0"` | The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms) |
33+
| image.tag | string | `"0.25.0"` | The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms) |
3434
| imagePullSecrets | list | `[]` | |
3535
| livenessProbe.initialDelaySeconds | int | `30` | |
3636
| livenessProbe.periodSeconds | int | `30` | |

infra/charts/feast-feature-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
repository: feastdev/feature-server
1010
pullPolicy: IfNotPresent
1111
# image.tag -- The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms)
12-
tag: 0.24.0
12+
tag: 0.25.0
1313

1414
imagePullSecrets: []
1515
nameOverride: ""

infra/charts/feast-python-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: feast-python-server
33
description: Feast Feature Server in Python
44
type: application
5-
version: 0.24.0
5+
version: 0.25.0
66
keywords:
77
- machine learning
88
- big data

infra/charts/feast-python-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Note: this helm chart is deprecated in favor of [feast-feature-server](../feast-feature-server/README.md)
44
5-
Current chart version is `0.24.0`
5+
Current chart version is `0.25.0`
66

77
## Installation
88
Docker repository and tag are required. Helm install example:

infra/charts/feast/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Feature store for machine learning
33
name: feast
4-
version: 0.24.0
4+
version: 0.25.0
55
keywords:
66
- machine learning
77
- big data

infra/charts/feast/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repo contains Helm charts for Feast Java components that are being installe
88

99
## Chart: Feast
1010

11-
Feature store for machine learning Current chart version is `0.24.0`
11+
Feature store for machine learning Current chart version is `0.25.0`
1212

1313
## Installation
1414

@@ -65,8 +65,8 @@ See [here](https://github.com/feast-dev/feast/tree/master/examples/java-demo) fo
6565
| Repository | Name | Version |
6666
|------------|------|---------|
6767
| https://charts.helm.sh/stable | redis | 10.5.6 |
68-
| https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.24.0 |
69-
| https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.24.0 |
68+
| https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.25.0 |
69+
| https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.25.0 |
7070

7171
## Values
7272

infra/charts/feast/charts/feature-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: "Feast Feature Server: Online feature serving service for Feast"
33
name: feature-server
4-
version: 0.24.0
5-
appVersion: v0.24.0
4+
version: 0.25.0
5+
appVersion: v0.25.0
66
keywords:
77
- machine learning
88
- big data

infra/charts/feast/charts/feature-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# feature-server
22

3-
![Version: 0.24.0](https://img.shields.io/badge/Version-0.24.0-informational?style=flat-square) ![AppVersion: v0.24.0](https://img.shields.io/badge/AppVersion-v0.24.0-informational?style=flat-square)
3+
![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.0-informational?style=flat-square) ![AppVersion: v0.25.0](https://img.shields.io/badge/AppVersion-v0.25.0-informational?style=flat-square)
44

55
Feast Feature Server: Online feature serving service for Feast
66

@@ -17,7 +17,7 @@ Feast Feature Server: Online feature serving service for Feast
1717
| envOverrides | object | `{}` | Extra environment variables to set |
1818
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
1919
| image.repository | string | `"feastdev/feature-server-java"` | Docker image for Feature Server repository |
20-
| image.tag | string | `"0.24.0"` | Image tag |
20+
| image.tag | string | `"0.25.0"` | Image tag |
2121
| ingress.grpc.annotations | object | `{}` | Extra annotations for the ingress |
2222
| ingress.grpc.auth.enabled | bool | `false` | Flag to enable auth |
2323
| ingress.grpc.class | string | `"nginx"` | Which ingress controller to use |

0 commit comments

Comments
 (0)