Skip to content

Commit 3ced5f2

Browse files
authored
Release v0.5.1 (feast-dev#781)
Co-authored-by: Khor Shu Heng <[email protected]>
1 parent 8bb7f27 commit 3ced5f2

File tree

10 files changed

+38
-16
lines changed

10 files changed

+38
-16
lines changed

CHANGELOG.md

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

3+
## [0.5.1](https://github.com/feast-dev/feast/tree/0.5.1) (2020-06-06)
4+
5+
[Full Changelog](https://github.com/feast-dev/feast/compare/v0.5.0...v0.5.1)
6+
7+
**Implemented enhancements:**
8+
- Add support for version method in Feast SDK and Core [\#759](https://github.com/feast-dev/feast/pull/759) ([woop](https://github.com/woop))
9+
- Refactor runner configuration, add labels to dataflow options [\#718](https://github.com/feast-dev/feast/pull/718) ([zhilingc](https://github.com/zhilingc))
10+
11+
**Fixed bugs:**
12+
- Fix pipeline options toArgs\(\) returning empty list [\#765](https://github.com/feast-dev/feast/pull/765) ([zhilingc](https://github.com/zhilingc))
13+
- Fix project argument for feature set describe in CLI [\#731](https://github.com/feast-dev/feast/pull/731) ([terryyylim](https://github.com/terryyylim))
14+
- Fix Go and Java SDK Regressions [\#729](https://github.com/feast-dev/feast/pull/729) ([mrzzy](https://github.com/mrzzy))
15+
- Remove usage of parallel stream for feature value map generation [\#751](https://github.com/feast-dev/feast/pull/751) ([khorshuheng](https://github.com/khorshuheng))
16+
- Restore Feast Java SDK and Ingestion compatibility with Java 8 runtimes [\#722](https://github.com/feast-dev/feast/pull/722) ([ches](https://github.com/ches))
17+
- Python sdk bug fixes [\#723](https://github.com/feast-dev/feast/pull/723) ([zhilingc](https://github.com/zhilingc))
18+
19+
**Merged pull requests:**
20+
- Increase Jaeger Tracing coverage [\#719](https://github.com/feast-dev/feast/pull/719) ([terryyylim](https://github.com/terryyylim))
21+
- Recompile golang protos to include new FeatureSetStatus [\#755](https://github.com/feast-dev/feast/pull/755) ([zhilingc](https://github.com/zhilingc))
22+
- Merge Redis cluster connector with Redis connector [\#752](https://github.com/feast-dev/feast/pull/752) ([pyalex](https://github.com/pyalex))
23+
- Remove unused Hibernate dep from Serving [\#721](https://github.com/feast-dev/feast/pull/721) ([ches](https://github.com/ches))
24+
325
## [v0.5.0](https://github.com/feast-dev/feast/tree/v0.5.0) (2020-05-19)
426

527
[Full Changelog](https://github.com/feast-dev/feast/compare/v0.4.7...v0.5.0)

infra/charts/feast/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: Feature store for machine learning.
33
name: feast
4-
version: 0.5.0-alpha.1
4+
version: 0.5.1

infra/charts/feast/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
feast
22
=====
33

4-
Feature store for machine learning. Current chart version is `0.5.0-alpha.1`
4+
Feature store for machine learning. Current chart version is `0.5.1`
55

66
## TL;DR;
77

@@ -32,9 +32,9 @@ This chart install Feast deployment on a Kubernetes cluster using the [Helm](htt
3232

3333
| Repository | Name | Version |
3434
|------------|------|---------|
35-
| | feast-core | 0.5.0-alpha.1 |
36-
| | feast-serving | 0.5.0-alpha.1 |
37-
| | feast-serving | 0.5.0-alpha.1 |
35+
| | feast-core | 0.5.1 |
36+
| | feast-serving | 0.5.1 |
37+
| | feast-serving | 0.5.1 |
3838
| | prometheus-statsd-exporter | 0.1.2 |
3939
| https://kubernetes-charts-incubator.storage.googleapis.com/ | kafka | 0.20.8 |
4040
| https://kubernetes-charts.storage.googleapis.com/ | grafana | 5.0.5 |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: Feast Core registers feature specifications and manage ingestion jobs.
33
name: feast-core
4-
version: 0.5.0-alpha.1
4+
version: 0.5.1

infra/charts/feast/charts/feast-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ feast-core
22
==========
33
Feast Core registers feature specifications and manage ingestion jobs.
44

5-
Current chart version is `0.5.0-alpha.1`
5+
Current chart version is `0.5.1`
66

77

88

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: Feast Serving serves low-latency latest features and historical batch features.
33
name: feast-serving
4-
version: 0.5.0-alpha.1
4+
version: 0.5.1

infra/charts/feast/charts/feast-serving/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ feast-serving
22
=============
33
Feast Serving serves low-latency latest features and historical batch features.
44

5-
Current chart version is `0.5.0-alpha.1`
5+
Current chart version is `0.5.1`
66

77

88

infra/charts/feast/requirements.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
dependencies:
22
- name: feast-core
33
repository: ""
4-
version: 0.5.0-alpha.1
4+
version: 0.5.1
55
- name: feast-serving
66
repository: ""
7-
version: 0.5.0-alpha.1
7+
version: 0.5.1
88
- name: feast-serving
99
repository: ""
10-
version: 0.5.0-alpha.1
10+
version: 0.5.1
1111
- name: postgresql
1212
repository: https://kubernetes-charts.storage.googleapis.com/
1313
version: 8.6.1

infra/charts/feast/requirements.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
dependencies:
22
- name: feast-core
3-
version: 0.5.0-alpha.1
3+
version: 0.5.1
44
condition: feast-core.enabled
55
- name: feast-serving
66
alias: feast-online-serving
7-
version: 0.5.0-alpha.1
7+
version: 0.5.1
88
condition: feast-online-serving.enabled
99
- name: feast-serving
1010
alias: feast-batch-serving
11-
version: 0.5.0-alpha.1
11+
version: 0.5.1
1212
condition: feast-batch-serving.enabled
1313
- name: postgresql
1414
version: 8.6.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</modules>
4040

4141
<properties>
42-
<revision>0.5</revision>
42+
<revision>0.5.1</revision>
4343
<github.url>https://github.com/feast-dev/feast</github.url>
4444

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

0 commit comments

Comments
 (0)