Skip to content

Commit 09746aa

Browse files
committed
chore(release): release 0.22.0
# [0.22.0](feast-dev/feast@v0.21.0...v0.22.0) (2022-06-29) ### Bug Fixes * Add columns for user metadata in the tables ([feast-dev#2760](feast-dev#2760)) ([269055e](feast-dev@269055e)) * Add project columns in the SQL Registry ([feast-dev#2784](feast-dev#2784)) ([336fdd1](feast-dev@336fdd1)) * Add S3FS dependency (which Dask depends on for S3 files) ([feast-dev#2701](feast-dev#2701)) ([5d6fa94](feast-dev@5d6fa94)) * Bugfixes for how registry is loaded ([feast-dev#2768](feast-dev#2768)) ([ecb8b2a](feast-dev@ecb8b2a)) * Conversion of null timestamp from proto to python ([feast-dev#2814](feast-dev#2814)) ([cb23648](feast-dev@cb23648)) * Correct feature statuses during feature logging test ([feast-dev#2709](feast-dev#2709)) ([cebf609](feast-dev@cebf609)) * Correctly generate projects-list.json when calling feast ui and using postgres as a source ([feast-dev#2845](feast-dev#2845)) ([bee8076](feast-dev@bee8076)) * Dynamodb drops missing entities when batching ([feast-dev#2802](feast-dev#2802)) ([a2e9209](feast-dev@a2e9209)) * Enable faulthandler and disable flaky tests ([feast-dev#2815](feast-dev#2815)) ([4934d84](feast-dev@4934d84)) * Explicitly translate errors when instantiating the go fs ([feast-dev#2842](feast-dev#2842)) ([7a2c4cd](feast-dev@7a2c4cd)) * Fix broken roadmap links ([feast-dev#2690](feast-dev#2690)) ([b3ba8aa](feast-dev@b3ba8aa)) * Fix bugs in applying stream feature view and retrieving online features ([feast-dev#2754](feast-dev#2754)) ([d024e5e](feast-dev@d024e5e)) * Fix Feast UI failure with new way of specifying entities ([feast-dev#2773](feast-dev#2773)) ([0d1ac01](feast-dev@0d1ac01)) * Fix feature view __getitem__ for feature services ([feast-dev#2769](feast-dev#2769)) ([88cc47d](feast-dev@88cc47d)) * Fix issue when user specifies a port for feast ui ([feast-dev#2692](feast-dev#2692)) ([1c621fe](feast-dev@1c621fe)) * Fix macos wheel version for 310 and also checkout edited go files ([feast-dev#2890](feast-dev#2890)) ([bdf170f](feast-dev@bdf170f)) * Fix on demand feature view crash from inference when it uses df.apply ([feast-dev#2713](feast-dev#2713)) ([c5539fd](feast-dev@c5539fd)) * Fix SparkKafkaProcessor `query_timeout` parameter ([feast-dev#2789](feast-dev#2789)) ([a8d282d](feast-dev@a8d282d)) * Fix workflow syntax error ([feast-dev#2869](feast-dev#2869)) ([fae45a1](feast-dev@fae45a1)) * Fixed custom S3 endpoint read fail ([feast-dev#2786](feast-dev#2786)) ([6fec431](feast-dev@6fec431)) * Go install gopy instead using go mod tidy ([feast-dev#2863](feast-dev#2863)) ([2f2b519](feast-dev@2f2b519)) * Hydrate infra object in the sql registry proto() method ([feast-dev#2782](feast-dev#2782)) ([452dcd3](feast-dev@452dcd3)) * Implement apply_materialization and infra methods in sql registry ([feast-dev#2775](feast-dev#2775)) ([4ed107c](feast-dev@4ed107c)) * Minor refactor to format exception message ([feast-dev#2764](feast-dev#2764)) ([da763c6](feast-dev@da763c6)) * Prefer installing gopy from feast's fork as opposed to upstream ([feast-dev#2839](feast-dev#2839)) ([34c997d](feast-dev@34c997d)) * Python server is not correctly starting in integration tests ([feast-dev#2706](feast-dev#2706)) ([7583a0b](feast-dev@7583a0b)) * Random port allocation for python server in tests ([feast-dev#2710](feast-dev#2710)) ([dee8090](feast-dev@dee8090)) * Refactor test to reuse LocalRegistryFile ([feast-dev#2763](feast-dev#2763)) ([4339c0a](feast-dev@4339c0a)) * Revert "chore(release): release 0.22.0" ([feast-dev#2852](feast-dev#2852)) ([e6a4636](feast-dev@e6a4636)) * Stop running go mod tidy in setup.py ([feast-dev#2877](feast-dev#2877)) ([676ecbb](feast-dev@676ecbb)), closes [/github.com/pypa/cibuildwheel/issues/189#issuecomment-549933912](https://github.com//github.com/pypa/cibuildwheel/issues/189/issues/issuecomment-549933912) * Support push sources in stream feature views ([feast-dev#2704](feast-dev#2704)) ([0d60eaa](feast-dev@0d60eaa)) * Sync publish and build_wheels workflow to fix verify wheel error. ([feast-dev#2871](feast-dev#2871)) ([b0f050a](feast-dev@b0f050a)) * Update roadmap with stream feature view rfc ([feast-dev#2824](feast-dev#2824)) ([fc8f890](feast-dev@fc8f890)) * Update udf tests and add base functions to streaming fcos and fix some nonetype errors ([feast-dev#2776](feast-dev#2776)) ([331a214](feast-dev@331a214)) ### Features * Add feast repo-upgrade for automated repo upgrades ([feast-dev#2733](feast-dev#2733)) ([a3304d4](feast-dev@a3304d4)) * Add file write_to_offline_store functionality ([feast-dev#2808](feast-dev#2808)) ([c0e2ad7](feast-dev@c0e2ad7)) * Add http endpoint to the Go feature server ([feast-dev#2658](feast-dev#2658)) ([3347a57](feast-dev@3347a57)) * Add simple TLS support in Go RedisOnlineStore ([feast-dev#2860](feast-dev#2860)) ([521488d](feast-dev@521488d)) * Add StreamProcessor and SparkKafkaProcessor as contrib ([feast-dev#2777](feast-dev#2777)) ([83ab682](feast-dev@83ab682)) * Added Spark support for Delta and Avro ([feast-dev#2757](feast-dev#2757)) ([7d16516](feast-dev@7d16516)) * CLI interface for validation of logged features ([feast-dev#2718](feast-dev#2718)) ([c8b11b3](feast-dev@c8b11b3)) * Enable stream feature view materialization ([feast-dev#2798](feast-dev#2798)) ([a06700d](feast-dev@a06700d)) * Enable stream feature view materialization ([feast-dev#2807](feast-dev#2807)) ([7d57724](feast-dev@7d57724)) * Implement `offline_write_batch` for BigQuery and Snowflake ([feast-dev#2840](feast-dev#2840)) ([97444e4](feast-dev@97444e4)) * Offline push endpoint for pushing to offline stores ([feast-dev#2837](feast-dev#2837)) ([a88cd30](feast-dev@a88cd30)) * Push to Redshift batch source offline store directly ([feast-dev#2819](feast-dev#2819)) ([5748a8b](feast-dev@5748a8b)) * Scaffold for unified push api ([feast-dev#2796](feast-dev#2796)) ([1bd0930](feast-dev@1bd0930)) * SQLAlchemy Registry Support ([feast-dev#2734](feast-dev#2734)) ([b3fe39c](feast-dev@b3fe39c)) * Stream Feature View FCOS ([feast-dev#2750](feast-dev#2750)) ([0cf3c92](feast-dev@0cf3c92)) * Update stream fcos to have watermark and sliding interval ([feast-dev#2765](feast-dev#2765)) ([3256952](feast-dev@3256952)) * Validating logged features via Python SDK ([feast-dev#2640](feast-dev#2640)) ([2874fc5](feast-dev@2874fc5)) ### Reverts * Revert "chore(release): release 0.22.0" (feast-dev#2891) ([e5abf58](feast-dev@e5abf58)), closes [feast-dev#2891](feast-dev#2891) * Revert "chore(release): release 0.22.0" (feast-dev#2870) ([ffb0892](feast-dev@ffb0892)), closes [feast-dev#2870](feast-dev#2870) * Revert "Create main.yml" (feast-dev#2867) ([47922a4](feast-dev@47922a4)), closes [feast-dev#2867](feast-dev#2867)
1 parent e5abf58 commit 09746aa

File tree

13 files changed

+87
-19
lines changed

13 files changed

+87
-19
lines changed

CHANGELOG.md

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

3+
# [0.22.0](https://github.com/feast-dev/feast/compare/v0.21.0...v0.22.0) (2022-06-29)
4+
5+
6+
### Bug Fixes
7+
8+
* Add columns for user metadata in the tables ([#2760](https://github.com/feast-dev/feast/issues/2760)) ([269055e](https://github.com/feast-dev/feast/commit/269055e25178956715c163547c9f0a33a5892a75))
9+
* Add project columns in the SQL Registry ([#2784](https://github.com/feast-dev/feast/issues/2784)) ([336fdd1](https://github.com/feast-dev/feast/commit/336fdd104d2669d19ca56b0d17eadb78fc95a3cd))
10+
* Add S3FS dependency (which Dask depends on for S3 files) ([#2701](https://github.com/feast-dev/feast/issues/2701)) ([5d6fa94](https://github.com/feast-dev/feast/commit/5d6fa9408052695dfce179ea619d8362898d6329))
11+
* Bugfixes for how registry is loaded ([#2768](https://github.com/feast-dev/feast/issues/2768)) ([ecb8b2a](https://github.com/feast-dev/feast/commit/ecb8b2af4ba0f9d52be8ac560ac2a9da0f46f38e))
12+
* Conversion of null timestamp from proto to python ([#2814](https://github.com/feast-dev/feast/issues/2814)) ([cb23648](https://github.com/feast-dev/feast/commit/cb23648da71cbf63e382ec75a8afe7228ff8cbc2))
13+
* Correct feature statuses during feature logging test ([#2709](https://github.com/feast-dev/feast/issues/2709)) ([cebf609](https://github.com/feast-dev/feast/commit/cebf609309f81a0f4ccded3448cefac5923be525))
14+
* Correctly generate projects-list.json when calling feast ui and using postgres as a source ([#2845](https://github.com/feast-dev/feast/issues/2845)) ([bee8076](https://github.com/feast-dev/feast/commit/bee8076085e9f42e783fb9ce5ad07b618d913f0d))
15+
* Dynamodb drops missing entities when batching ([#2802](https://github.com/feast-dev/feast/issues/2802)) ([a2e9209](https://github.com/feast-dev/feast/commit/a2e9209f7a7283925b56b5877e8fdc2e2d863798))
16+
* Enable faulthandler and disable flaky tests ([#2815](https://github.com/feast-dev/feast/issues/2815)) ([4934d84](https://github.com/feast-dev/feast/commit/4934d843fc65dd62ba1c1302243c1b2c151c78d2))
17+
* Explicitly translate errors when instantiating the go fs ([#2842](https://github.com/feast-dev/feast/issues/2842)) ([7a2c4cd](https://github.com/feast-dev/feast/commit/7a2c4cd8bf9b16331fad1d2e7d0ea3f85589f96b))
18+
* Fix broken roadmap links ([#2690](https://github.com/feast-dev/feast/issues/2690)) ([b3ba8aa](https://github.com/feast-dev/feast/commit/b3ba8aaf3a87343d756a2996376865096d543515))
19+
* Fix bugs in applying stream feature view and retrieving online features ([#2754](https://github.com/feast-dev/feast/issues/2754)) ([d024e5e](https://github.com/feast-dev/feast/commit/d024e5efac085ec12a17005389229bfd93cf466e))
20+
* Fix Feast UI failure with new way of specifying entities ([#2773](https://github.com/feast-dev/feast/issues/2773)) ([0d1ac01](https://github.com/feast-dev/feast/commit/0d1ac01ef45a1ee78799c7c5ebf30b2476bfc30e))
21+
* Fix feature view __getitem__ for feature services ([#2769](https://github.com/feast-dev/feast/issues/2769)) ([88cc47d](https://github.com/feast-dev/feast/commit/88cc47dea936f34c0798b6c6c31fda0d1b3ecbd7))
22+
* Fix issue when user specifies a port for feast ui ([#2692](https://github.com/feast-dev/feast/issues/2692)) ([1c621fe](https://github.com/feast-dev/feast/commit/1c621fe3649900a59e85fe9c4f3840dd09bc88d0))
23+
* Fix macos wheel version for 310 and also checkout edited go files ([#2890](https://github.com/feast-dev/feast/issues/2890)) ([bdf170f](https://github.com/feast-dev/feast/commit/bdf170f37971abc34930d62559374882139d69b6))
24+
* Fix on demand feature view crash from inference when it uses df.apply ([#2713](https://github.com/feast-dev/feast/issues/2713)) ([c5539fd](https://github.com/feast-dev/feast/commit/c5539fd9874fed3f69b0aaebc4d1d32e624bd041))
25+
* Fix SparkKafkaProcessor `query_timeout` parameter ([#2789](https://github.com/feast-dev/feast/issues/2789)) ([a8d282d](https://github.com/feast-dev/feast/commit/a8d282d3e4f041824ef7479f22c306dbfb8ad569))
26+
* Fix workflow syntax error ([#2869](https://github.com/feast-dev/feast/issues/2869)) ([fae45a1](https://github.com/feast-dev/feast/commit/fae45a11e78c23a58012d1d3cd2b9eb20a267794))
27+
* Fixed custom S3 endpoint read fail ([#2786](https://github.com/feast-dev/feast/issues/2786)) ([6fec431](https://github.com/feast-dev/feast/commit/6fec431dd5c9d53a678f58c9b87e2b1cdb02b238))
28+
* Go install gopy instead using go mod tidy ([#2863](https://github.com/feast-dev/feast/issues/2863)) ([2f2b519](https://github.com/feast-dev/feast/commit/2f2b5192f5f9c3e38183a2912f3bc7e754c9db8a))
29+
* Hydrate infra object in the sql registry proto() method ([#2782](https://github.com/feast-dev/feast/issues/2782)) ([452dcd3](https://github.com/feast-dev/feast/commit/452dcd31da195273ef80ee39db5a7893b7d48cc2))
30+
* Implement apply_materialization and infra methods in sql registry ([#2775](https://github.com/feast-dev/feast/issues/2775)) ([4ed107c](https://github.com/feast-dev/feast/commit/4ed107cdf6476faf20a4e09716ade87cb99f1d14))
31+
* Minor refactor to format exception message ([#2764](https://github.com/feast-dev/feast/issues/2764)) ([da763c6](https://github.com/feast-dev/feast/commit/da763c6766cd7bec801312849e884b9dc8f8fb51))
32+
* Prefer installing gopy from feast's fork as opposed to upstream ([#2839](https://github.com/feast-dev/feast/issues/2839)) ([34c997d](https://github.com/feast-dev/feast/commit/34c997d81b0084d81fb6fb21d5d4374fc7760695))
33+
* Python server is not correctly starting in integration tests ([#2706](https://github.com/feast-dev/feast/issues/2706)) ([7583a0b](https://github.com/feast-dev/feast/commit/7583a0b1840c663af50bf4382c3ff2368593bb9c))
34+
* Random port allocation for python server in tests ([#2710](https://github.com/feast-dev/feast/issues/2710)) ([dee8090](https://github.com/feast-dev/feast/commit/dee80908ffb247367526561de3ad4841516a3196))
35+
* Refactor test to reuse LocalRegistryFile ([#2763](https://github.com/feast-dev/feast/issues/2763)) ([4339c0a](https://github.com/feast-dev/feast/commit/4339c0acc990de2b00db90221f41ac0d33e68544))
36+
* Revert "chore(release): release 0.22.0" ([#2852](https://github.com/feast-dev/feast/issues/2852)) ([e6a4636](https://github.com/feast-dev/feast/commit/e6a463666e53b87c9d41334f6151df5e2c09c805))
37+
* Stop running go mod tidy in setup.py ([#2877](https://github.com/feast-dev/feast/issues/2877)) ([676ecbb](https://github.com/feast-dev/feast/commit/676ecbb31550275017d83a6bc8dbf1e03f0d24fa)), closes [/github.com/pypa/cibuildwheel/issues/189#issuecomment-549933912](https://github.com//github.com/pypa/cibuildwheel/issues/189/issues/issuecomment-549933912)
38+
* Support push sources in stream feature views ([#2704](https://github.com/feast-dev/feast/issues/2704)) ([0d60eaa](https://github.com/feast-dev/feast/commit/0d60eaa0b7f32c84eb015c814a3c879e7d4f50fd))
39+
* Sync publish and build_wheels workflow to fix verify wheel error. ([#2871](https://github.com/feast-dev/feast/issues/2871)) ([b0f050a](https://github.com/feast-dev/feast/commit/b0f050a31946f9ff43ac3a3523d4dbd2a9802cc3))
40+
* Update roadmap with stream feature view rfc ([#2824](https://github.com/feast-dev/feast/issues/2824)) ([fc8f890](https://github.com/feast-dev/feast/commit/fc8f89059d1095e81e265f342ccaa26ff7f444f9))
41+
* Update udf tests and add base functions to streaming fcos and fix some nonetype errors ([#2776](https://github.com/feast-dev/feast/issues/2776)) ([331a214](https://github.com/feast-dev/feast/commit/331a214b04dc8b3f9347e79819130fa7bdf9e4c3))
42+
43+
44+
### Features
45+
46+
* Add feast repo-upgrade for automated repo upgrades ([#2733](https://github.com/feast-dev/feast/issues/2733)) ([a3304d4](https://github.com/feast-dev/feast/commit/a3304d4e2d6d803f2a0fe35ef74204bd5cef7517))
47+
* Add file write_to_offline_store functionality ([#2808](https://github.com/feast-dev/feast/issues/2808)) ([c0e2ad7](https://github.com/feast-dev/feast/commit/c0e2ad7bf7310289ec6a7a6bd8cd2f766786b0cd))
48+
* Add http endpoint to the Go feature server ([#2658](https://github.com/feast-dev/feast/issues/2658)) ([3347a57](https://github.com/feast-dev/feast/commit/3347a57240cd485b7572777d7b977869140ccb20))
49+
* Add simple TLS support in Go RedisOnlineStore ([#2860](https://github.com/feast-dev/feast/issues/2860)) ([521488d](https://github.com/feast-dev/feast/commit/521488d71fa5050f64aa04a8ba7ef9891a57ca94))
50+
* Add StreamProcessor and SparkKafkaProcessor as contrib ([#2777](https://github.com/feast-dev/feast/issues/2777)) ([83ab682](https://github.com/feast-dev/feast/commit/83ab682c14a11a92121866409bddc787021d52e5))
51+
* Added Spark support for Delta and Avro ([#2757](https://github.com/feast-dev/feast/issues/2757)) ([7d16516](https://github.com/feast-dev/feast/commit/7d1651687a474850ebb16d4c9c0ff4a3daa6d486))
52+
* CLI interface for validation of logged features ([#2718](https://github.com/feast-dev/feast/issues/2718)) ([c8b11b3](https://github.com/feast-dev/feast/commit/c8b11b3b790b60e916d3257a036b9cb6430f4685))
53+
* Enable stream feature view materialization ([#2798](https://github.com/feast-dev/feast/issues/2798)) ([a06700d](https://github.com/feast-dev/feast/commit/a06700dd81c9893e98f6709b82a6faa32be49915))
54+
* Enable stream feature view materialization ([#2807](https://github.com/feast-dev/feast/issues/2807)) ([7d57724](https://github.com/feast-dev/feast/commit/7d57724dd4ff7d5ca4549bac8c72dbd71c57fce7))
55+
* Implement `offline_write_batch` for BigQuery and Snowflake ([#2840](https://github.com/feast-dev/feast/issues/2840)) ([97444e4](https://github.com/feast-dev/feast/commit/97444e439d0dc7a66b7121161c6f6560ae53d307))
56+
* Offline push endpoint for pushing to offline stores ([#2837](https://github.com/feast-dev/feast/issues/2837)) ([a88cd30](https://github.com/feast-dev/feast/commit/a88cd30f7925005db6f7c400b391d5e73d1b00f6))
57+
* Push to Redshift batch source offline store directly ([#2819](https://github.com/feast-dev/feast/issues/2819)) ([5748a8b](https://github.com/feast-dev/feast/commit/5748a8bbe338dfcb3fbbdc59fb1f57a99e1ea5eb))
58+
* Scaffold for unified push api ([#2796](https://github.com/feast-dev/feast/issues/2796)) ([1bd0930](https://github.com/feast-dev/feast/commit/1bd093028785ac9349be56c9ea98a3bd94c47fbe))
59+
* SQLAlchemy Registry Support ([#2734](https://github.com/feast-dev/feast/issues/2734)) ([b3fe39c](https://github.com/feast-dev/feast/commit/b3fe39c1600fa370f28c7b01e2b3f7da716449c1))
60+
* Stream Feature View FCOS ([#2750](https://github.com/feast-dev/feast/issues/2750)) ([0cf3c92](https://github.com/feast-dev/feast/commit/0cf3c923717f561d5656c57eb0b61fcd569917bd))
61+
* Update stream fcos to have watermark and sliding interval ([#2765](https://github.com/feast-dev/feast/issues/2765)) ([3256952](https://github.com/feast-dev/feast/commit/325695275da610cecf2b9e820fd71f7f04179ccf))
62+
* Validating logged features via Python SDK ([#2640](https://github.com/feast-dev/feast/issues/2640)) ([2874fc5](https://github.com/feast-dev/feast/commit/2874fc5c85810a65f750377d34418c71e747110e))
63+
64+
65+
### Reverts
66+
67+
* Revert "chore(release): release 0.22.0" (#2891) ([e5abf58](https://github.com/feast-dev/feast/commit/e5abf589020b3c261ac0ce38d295ba96daf317c2)), closes [#2891](https://github.com/feast-dev/feast/issues/2891)
68+
* Revert "chore(release): release 0.22.0" (#2870) ([ffb0892](https://github.com/feast-dev/feast/commit/ffb089241d6521caa3be4034e6ae44af7dc4f8af)), closes [#2870](https://github.com/feast-dev/feast/issues/2870)
69+
* Revert "Create main.yml" (#2867) ([47922a4](https://github.com/feast-dev/feast/commit/47922a4cda532871eecd5e17edef6d08a4a50110)), closes [#2867](https://github.com/feast-dev/feast/issues/2867)
70+
371
# [0.21.0](https://github.com/feast-dev/feast/compare/v0.20.0...v0.21.0) (2022-05-13)
472

573

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.21.0
5+
version: 0.22.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
@@ -1,6 +1,6 @@
11
# feast-python-server
22

3-
![Version: 0.21.0](https://img.shields.io/badge/Version-0.21.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
Feast Feature Server in Python
66

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.21.0
4+
version: 0.22.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 components that are being installed on
88

99
## Chart: Feast
1010

11-
Feature store for machine learning Current chart version is `0.21.0`
11+
Feature store for machine learning Current chart version is `0.22.0`
1212

1313
## Installation
1414

@@ -55,8 +55,8 @@ For more details, please see: https://docs.feast.dev/how-to-guides/running-feast
5555
| Repository | Name | Version |
5656
|------------|------|---------|
5757
| https://charts.helm.sh/stable | redis | 10.5.6 |
58-
| https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.21.0 |
59-
| https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.21.0 |
58+
| https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.22.0 |
59+
| https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.22.0 |
6060

6161
## Values
6262

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.21.0
5-
appVersion: v0.21.0
4+
version: 0.22.0
5+
appVersion: v0.22.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.21.0](https://img.shields.io/badge/Version-0.21.0-informational?style=flat-square) ![AppVersion: v0.21.0](https://img.shields.io/badge/AppVersion-v0.21.0-informational?style=flat-square)
3+
![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![AppVersion: v0.22.0](https://img.shields.io/badge/AppVersion-v0.22.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.21.0"` | Image tag |
20+
| image.tag | string | `"0.22.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 |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
55
# image.repository -- Docker image for Feature Server repository
66
repository: feastdev/feature-server-java
77
# image.tag -- Image tag
8-
tag: 0.21.0
8+
tag: 0.22.0
99
# image.pullPolicy -- Image pull policy
1010
pullPolicy: IfNotPresent
1111

infra/charts/feast/charts/transformation-service/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: "Transformation service: to compute on-demand features"
33
name: transformation-service
4-
version: 0.21.0
5-
appVersion: v0.21.0
4+
version: 0.22.0
5+
appVersion: v0.22.0
66
keywords:
77
- machine learning
88
- big data

infra/charts/feast/charts/transformation-service/README.md

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

3-
![Version: 0.21.0](https://img.shields.io/badge/Version-0.21.0-informational?style=flat-square) ![AppVersion: v0.21.0](https://img.shields.io/badge/AppVersion-v0.21.0-informational?style=flat-square)
3+
![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![AppVersion: v0.22.0](https://img.shields.io/badge/AppVersion-v0.22.0-informational?style=flat-square)
44

55
Transformation service: to compute on-demand features
66

@@ -13,7 +13,7 @@ Transformation service: to compute on-demand features
1313
| envOverrides | object | `{}` | Extra environment variables to set |
1414
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
1515
| image.repository | string | `"feastdev/feature-transformation-server"` | Docker image for Transformation Server repository |
16-
| image.tag | string | `"0.21.0"` | Image tag |
16+
| image.tag | string | `"0.22.0"` | Image tag |
1717
| nodeSelector | object | `{}` | Node labels for pod assignment |
1818
| podLabels | object | `{}` | Labels to be added to Feast Serving pods |
1919
| replicaCount | int | `1` | Number of pods that will be created |

0 commit comments

Comments
 (0)