Skip to content

Commit c4ccee8

Browse files
authored
Changelog for release 0.4.7 (#544)
* Version bump for release 0.4.7 * Update changelog for release 0.4.7 Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
1 parent 2b5a833 commit c4ccee8

8 files changed

Lines changed: 24 additions & 11 deletions

File tree

CHANGELOG.md

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

3+
## [v0.4.7](https://github.com/gojek/feast/tree/v0.4.7) (2020-03-17)
4+
5+
[Full Changelog](https://github.com/gojek/feast/compare/v0.4.6...v0.4.7)
6+
7+
**Merged pull requests:**
8+
- Add log4j-web jar to core and serving. [\#498](https://github.com/gojek/feast/pull/498) ([Yanson](https://github.com/Yanson))
9+
- Clear all the futures when sync is called. [\#501](https://github.com/gojek/feast/pull/501) ([lavkesh](https://github.com/lavkesh))
10+
- Encode feature row before storing in Redis [\#530](https://github.com/gojek/feast/pull/530) ([khorshuheng](https://github.com/khorshuheng))
11+
- Remove transaction when listing projects [\#522](https://github.com/gojek/feast/pull/522) ([davidheryanto](https://github.com/davidheryanto))
12+
- Remove unused ingestion deps [\#520](https://github.com/gojek/feast/pull/520) ([ches](https://github.com/ches))
13+
- Parameterize end to end test scripts. [\#433](https://github.com/gojek/feast/pull/433) ([Yanson](https://github.com/Yanson))
14+
- Replacing Jedis With Lettuce in ingestion and serving [\#485](https://github.com/gojek/feast/pull/485) ([lavkesh](https://github.com/lavkesh))
15+
316
## [v0.4.6](https://github.com/gojek/feast/tree/v0.4.6) (2020-02-26)
417

518
[Full Changelog](https://github.com/gojek/feast/compare/v0.4.5...v0.4.6)

datatypes/java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Dependency Coordinates
1616
<dependency>
1717
<groupId>dev.feast</groupId>
1818
<artifactId>datatypes-java</artifactId>
19-
<version>0.4.6-SNAPSHOT</version>
19+
<version>0.4.7-SNAPSHOT</version>
2020
</dependency>
2121
```
2222

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: A Helm chart to install Feast on kubernetes
33
name: feast
4-
version: 0.4.6
4+
version: 0.4.7

infra/charts/feast/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The following table lists the configurable parameters of the Feast chart and the
8585
| `feast-core.prometheus-statsd-exporter.*` | Refer to this [link](charts/feast-core/charts/prometheus-statsd-exporter/values.yaml |
8686
| `feast-core.replicaCount` | No of pods to create | `1`
8787
| `feast-core.image.repository` | Repository for Feast Core Docker image | `gcr.io/kf-feast/feast-core`
88-
| `feast-core.image.tag` | Tag for Feast Core Docker image | `0.4.6`
88+
| `feast-core.image.tag` | Tag for Feast Core Docker image | `0.4.7`
8989
| `feast-core.image.pullPolicy` | Image pull policy for Feast Core Docker image | `IfNotPresent`
9090
| `feast-core.prometheus.enabled` | Add annotations to enable Prometheus scraping | `false`
9191
| `feast-core.application.yaml` | Configuration for Feast Core application | Refer to this [link](charts/feast-core/values.yaml)
@@ -126,7 +126,7 @@ The following table lists the configurable parameters of the Feast chart and the
126126
| `feast-serving-online.core.enabled` | Flag for Feast Serving to use Feast Core in the same Helm release | `true`
127127
| `feast-serving-online.replicaCount` | No of pods to create | `1`
128128
| `feast-serving-online.image.repository` | Repository for Feast Serving Docker image | `gcr.io/kf-feast/feast-serving`
129-
| `feast-serving-online.image.tag` | Tag for Feast Serving Docker image | `0.4.6`
129+
| `feast-serving-online.image.tag` | Tag for Feast Serving Docker image | `0.4.7`
130130
| `feast-serving-online.image.pullPolicy` | Image pull policy for Feast Serving Docker image | `IfNotPresent`
131131
| `feast-serving-online.prometheus.enabled` | Add annotations to enable Prometheus scraping | `true`
132132
| `feast-serving-online.application.yaml` | Application configuration for Feast Serving | Refer to this [link](charts/feast-serving/values.yaml)
@@ -168,7 +168,7 @@ The following table lists the configurable parameters of the Feast chart and the
168168
| `feast-serving-batch.core.enabled` | Flag for Feast Serving to use Feast Core in the same Helm release | `true`
169169
| `feast-serving-batch.replicaCount` | No of pods to create | `1`
170170
| `feast-serving-batch.image.repository` | Repository for Feast Serving Docker image | `gcr.io/kf-feast/feast-serving`
171-
| `feast-serving-batch.image.tag` | Tag for Feast Serving Docker image | `0.4.6`
171+
| `feast-serving-batch.image.tag` | Tag for Feast Serving Docker image | `0.4.7`
172172
| `feast-serving-batch.image.pullPolicy` | Image pull policy for Feast Serving Docker image | `IfNotPresent`
173173
| `feast-serving-batch.prometheus.enabled` | Add annotations to enable Prometheus scraping | `true`
174174
| `feast-serving-batch.application.yaml` | Application configuration for Feast Serving | Refer to this [link](charts/feast-serving/values.yaml)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: A Helm chart for core component of Feast
33
name: feast-core
4-
version: 0.4.6
4+
version: 0.4.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: A Helm chart for serving component of Feast
33
name: feast-serving
4-
version: 0.4.6
4+
version: 0.4.7
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: feast-core
3-
version: 0.4.6
3+
version: 0.4.7
44
condition: feast-core.enabled
55
- name: feast-serving
66
alias: feast-serving-batch
7-
version: 0.4.6
7+
version: 0.4.7
88
condition: feast-serving-batch.enabled
99
- name: feast-serving
1010
alias: feast-serving-online
11-
version: 0.4.6
11+
version: 0.4.7
1212
condition: feast-serving-online.enabled

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</modules>
3737

3838
<properties>
39-
<revision>0.4.6-SNAPSHOT</revision>
39+
<revision>0.4.7-SNAPSHOT</revision>
4040
<github.url>https://github.com/gojek/feast</github.url>
4141

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

0 commit comments

Comments
 (0)