File tree Expand file tree Collapse file tree 17 files changed +34
-24
lines changed
Expand file tree Collapse file tree 17 files changed +34
-24
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.24.1] ( https://github.com/feast-dev/feast/compare/v0.24.0...v0.24.1 ) (2022-09-08)
4+
5+
6+ ### Bug Fixes
7+
8+ * Fix push API to respect feature view's already inferred entity types ([ #3172 ] ( https://github.com/feast-dev/feast/issues/3172 ) ) ([ 5dba4a3] ( https://github.com/feast-dev/feast/commit/5dba4a31c18d938d9d058bf162635c3bdc5781a0 ) )
9+ * Fix release workflow ([ #3144 ] ( https://github.com/feast-dev/feast/issues/3144 ) ) ([ c77a655] ( https://github.com/feast-dev/feast/commit/c77a655c03499443e253e4cb9c7d7651685c7de3 ) )
10+ * Fix Shopify timestamp bug and add warnings to help with debugging entity registration ([ #3191 ] ( https://github.com/feast-dev/feast/issues/3191 ) ) ([ 95066ea] ( https://github.com/feast-dev/feast/commit/95066ea1be9831cfac923734f3a04fac88e194eb ) )
11+ * Handle complex Spark data types in SparkSource ([ #3154 ] ( https://github.com/feast-dev/feast/issues/3154 ) ) ([ 0e13573] ( https://github.com/feast-dev/feast/commit/0e135734e313b0b579d7335d008db67dfa14b551 ) )
12+
313# [ 0.24.0] ( https://github.com/feast-dev/feast/compare/v0.23.0...v0.24.0 ) (2022-08-25)
414
515
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : feast-feature-server
33description : Feast Feature Server in Go or Python
44type : application
5- version : 0.24.0
5+ version : 0.24.1
66keywords :
77 - machine learning
88 - big data
Original file line number Diff line number Diff line change 11# Feast Python / Go Feature Server Helm Charts
22
3- Current chart version is ` 0.24.0 `
3+ Current chart version is ` 0.24.1 `
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.24.1 " ` | 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 ` | |
Original file line number Diff line number Diff line change 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.24.1
1313
1414imagePullSecrets : []
1515nameOverride : " "
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : feast-python-server
33description : Feast Feature Server in Python
44type : application
5- version : 0.24.0
5+ version : 0.24.1
66keywords :
77 - machine learning
88 - big data
Original file line number Diff line number Diff line change 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.24.1 `
66
77## Installation
88Docker repository and tag are required. Helm install example:
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : Feature store for machine learning
33name : feast
4- version : 0.24.0
4+ version : 0.24.1
55keywords :
66 - machine learning
77 - big data
Original file line number Diff line number Diff 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.24.1 `
1212
1313## Installation
1414
@@ -58,8 +58,8 @@ See [here](https://github.com/feast-dev/feast/tree/master/examples/java-demo) fo
5858| Repository | Name | Version |
5959| ------------| ------| ---------|
6060| https://charts.helm.sh/stable | redis | 10.5.6 |
61- | https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.24.0 |
62- | https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.24.0 |
61+ | https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.24.1 |
62+ | https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.24.1 |
6363
6464## Values
6565
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : " Feast Feature Server: Online feature serving service for Feast"
33name : feature-server
4- version : 0.24.0
5- appVersion : v0.24.0
4+ version : 0.24.1
5+ appVersion : v0.24.1
66keywords :
77- machine learning
88- big data
Original file line number Diff line number Diff line change 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.24.1 ] ( https://img.shields.io/badge/Version-0.24.1 -informational?style=flat-square ) ![ AppVersion: v0.24.1 ] ( https://img.shields.io/badge/AppVersion-v0.24.1 -informational?style=flat-square )
44
55Feast 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.24.1 " ` | 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 |
You can’t perform that action at this time.
0 commit comments