Skip to content

Commit 0bfc7d9

Browse files
committedJul 19, 2022
chore(release): release 0.22.1
## [0.22.1](v0.22.0...v0.22.1) (2022-07-19) ### Bug Fixes * Change numpy version on setup.py and upgrade it to resolve dependabot warning ([#2887](#2887)) ([b9190b9](b9190b9)) * Change the feature store plan method to public modifier ([#2904](#2904)) ([568058a](568058a)) * Deprecate 3.7 wheels and fix verification workflow ([#2934](#2934)) ([146e36d](146e36d)) * Fix build wheels workflow to install apache-arrow correctly ([#2932](#2932)) ([4b69e0e](4b69e0e)) * Fix grpc and update protobuf ([#2894](#2894)) ([f726c96](f726c96)) * Fix night ci syntax error and update readme ([#2935](#2935)) ([b35553b](b35553b)) * Fix nightly ci again ([#2939](#2939)) ([c363619](c363619)) * Fix the go build and use CgoArrowAllocator to prevent incorrect garbage collection ([#2919](#2919)) ([f4f4894](f4f4894)) * Fixing broken links to feast documentation on java readme and contribution ([#2892](#2892)) ([a45e10a](a45e10a)) * Resolve small typo in README file ([#2930](#2930)) ([9840c1b](9840c1b)) * Update gopy to point to fork to resolve github annotation errors. ([#2940](#2940)) ([9b9fbbe](9b9fbbe))
1 parent c363619 commit 0bfc7d9

File tree

13 files changed

+36
-19
lines changed

13 files changed

+36
-19
lines changed
 

‎CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.22.1](https://github.com/feast-dev/feast/compare/v0.22.0...v0.22.1) (2022-07-19)
4+
5+
6+
### Bug Fixes
7+
8+
* Change numpy version on setup.py and upgrade it to resolve dependabot warning ([#2887](https://github.com/feast-dev/feast/issues/2887)) ([b9190b9](https://github.com/feast-dev/feast/commit/b9190b9f37a9a05421c3a288e9ba1807124dcb12))
9+
* Change the feature store plan method to public modifier ([#2904](https://github.com/feast-dev/feast/issues/2904)) ([568058a](https://github.com/feast-dev/feast/commit/568058aee02e4e8b961caf312e3f1c7ff909a3f2))
10+
* Deprecate 3.7 wheels and fix verification workflow ([#2934](https://github.com/feast-dev/feast/issues/2934)) ([146e36d](https://github.com/feast-dev/feast/commit/146e36df5809f76d00900d0ee787bf9aa3f078bd))
11+
* Fix build wheels workflow to install apache-arrow correctly ([#2932](https://github.com/feast-dev/feast/issues/2932)) ([4b69e0e](https://github.com/feast-dev/feast/commit/4b69e0e839e4fdc6268ef077f02bd5b727c44370))
12+
* Fix grpc and update protobuf ([#2894](https://github.com/feast-dev/feast/issues/2894)) ([f726c96](https://github.com/feast-dev/feast/commit/f726c967dc132902423d336d990715c3033fe196))
13+
* Fix night ci syntax error and update readme ([#2935](https://github.com/feast-dev/feast/issues/2935)) ([b35553b](https://github.com/feast-dev/feast/commit/b35553b7db27c1f332dca836ce96d8c30d1100fb))
14+
* Fix nightly ci again ([#2939](https://github.com/feast-dev/feast/issues/2939)) ([c363619](https://github.com/feast-dev/feast/commit/c36361951d29714392b1def6e54f83ae45cd5d9a))
15+
* Fix the go build and use CgoArrowAllocator to prevent incorrect garbage collection ([#2919](https://github.com/feast-dev/feast/issues/2919)) ([f4f4894](https://github.com/feast-dev/feast/commit/f4f4894d1db4b2192a502999f87711b0529e6e83))
16+
* Fixing broken links to feast documentation on java readme and contribution ([#2892](https://github.com/feast-dev/feast/issues/2892)) ([a45e10a](https://github.com/feast-dev/feast/commit/a45e10a2558129fcb906fe3e7a03006aeea49d97))
17+
* Resolve small typo in README file ([#2930](https://github.com/feast-dev/feast/issues/2930)) ([9840c1b](https://github.com/feast-dev/feast/commit/9840c1b4c64898fcb06e34dcea14becce8af44c3))
18+
* Update gopy to point to fork to resolve github annotation errors. ([#2940](https://github.com/feast-dev/feast/issues/2940)) ([9b9fbbe](https://github.com/feast-dev/feast/commit/9b9fbbe692475d85b713b7e6707a105fca35fbf9))
19+
320
# [0.22.0](https://github.com/feast-dev/feast/compare/v0.21.0...v0.22.0) (2022-06-29)
421

522

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

+1-1
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.22.0
5+
version: 0.22.1
66
keywords:
77
- machine learning
88
- big data

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# feast-python-server
22

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)
3+
![Version: 0.22.1](https://img.shields.io/badge/Version-0.22.1-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

+1-1
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.22.0
4+
version: 0.22.1
55
keywords:
66
- machine learning
77
- big data

‎infra/charts/feast/README.md

+3-3
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.22.0`
11+
Feature store for machine learning Current chart version is `0.22.1`
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.22.0 |
59-
| https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.22.0 |
58+
| https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.22.1 |
59+
| https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.22.1 |
6060

6161
## Values
6262

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

+2-2
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.22.0
5-
appVersion: v0.22.0
4+
version: 0.22.1
5+
appVersion: v0.22.1
66
keywords:
77
- machine learning
88
- big data

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# feature-server
22

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

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

+1-1
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.22.0
8+
tag: 0.22.1
99
# image.pullPolicy -- Image pull policy
1010
pullPolicy: IfNotPresent
1111

‎infra/charts/feast/charts/transformation-service/Chart.yaml

+2-2
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.22.0
5-
appVersion: v0.22.0
4+
version: 0.22.1
5+
appVersion: v0.22.1
66
keywords:
77
- machine learning
88
- big data

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# transformation-service
22

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)
3+
![Version: 0.22.1](https://img.shields.io/badge/Version-0.22.1-informational?style=flat-square) ![AppVersion: v0.22.1](https://img.shields.io/badge/AppVersion-v0.22.1-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.22.0"` | Image tag |
16+
| image.tag | string | `"0.22.1"` | 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 |

‎infra/charts/feast/charts/transformation-service/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
55
# image.repository -- Docker image for Transformation Server repository
66
repository: feastdev/feature-transformation-server
77
# image.tag -- Image tag
8-
tag: 0.22.0
8+
tag: 0.22.1
99
# image.pullPolicy -- Image pull policy
1010
pullPolicy: IfNotPresent
1111

‎infra/charts/feast/requirements.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: feature-server
33
alias: feature-server
4-
version: 0.22.0
4+
version: 0.22.1
55
condition: feature-server.enabled
66
repository: https://feast-helm-charts.storage.googleapis.com
77
- name: transformation-service
88
alias: transformation-service
9-
version: 0.22.0
9+
version: 0.22.1
1010
condition: transformation-service.enabled
1111
repository: https://feast-helm-charts.storage.googleapis.com
1212
- name: redis

‎java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</modules>
3939

4040
<properties>
41-
<revision>0.22.0</revision>
41+
<revision>0.22.1</revision>
4242
<github.url>https://github.com/feast-dev/feast</github.url>
4343

4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)