Skip to content

Commit 159e314

Browse files
authored
Update Changelog and Bump version to 0.9.5 (#1451)
Signed-off-by: Terence Lim <terencelimxp@gmail.com>
1 parent 00c8f63 commit 159e314

21 files changed

Lines changed: 40 additions & 34 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
3+
## [v0.9.5](https://github.com/feast-dev/feast/tree/v0.9.5) (2021-04-09)
4+
5+
[Full Changelog](https://github.com/feast-dev/feast/compare/v0.9.4...v0.9.5)
6+
7+
**Fixed bugs:**
8+
9+
- Use timestamp check for token refresh [\#1444](https://github.com/feast-dev/feast/pull/1444) ([terryyylim](https://github.com/terryyylim))
210
## [v0.9.4](https://github.com/feast-dev/feast/tree/v0.9.4) (2021-03-30)
311

412
[Full Changelog](https://github.com/feast-dev/feast/compare/v0.9.3...v0.9.4)
@@ -10,8 +18,6 @@
1018
**Merged pull requests:**
1119

1220
- \[Python SDK\]\[Auth\] Refresh token id w/o gcloud cli [\#1413](https://github.com/feast-dev/feast/pull/1413) ([pyalex](https://github.com/pyalex))
13-
14-
# Changelog
1521
## [v0.9.3](https://github.com/feast-dev/feast/tree/v0.9.3) (2021-02-16)
1622

1723
[Full Changelog](https://github.com/feast-dev/feast/compare/v0.9.2...v0.9.3)

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.9.4</version>
19+
<version>0.9.5</version>
2020
</dependency>
2121
```
2222

docs/contributing/development-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ Feast Serving has a dependency on Feast Core, thus always start Feast Core first
109109

110110
```bash
111111
# Start Feast Core locally
112-
java -jar core/target/feast-core-0.9.4-exec.jar
112+
java -jar core/target/feast-core-0.9.5-exec.jar
113113

114114
# Start Feast Serving locally
115-
java -jar serving/target/feast-serving-0.9.4-exec.jar
115+
java -jar serving/target/feast-serving-0.9.5-exec.jar
116116
```
117117

118118
Test whether Feast Core, Feast Serving are started and running correctly:
@@ -123,8 +123,8 @@ feast version --core-url="localhost:6565" --serving-url="localhost:6566"
123123

124124
```javascript
125125
{
126-
'serving': {'url': 'localhost:6566', 'version': '0.9.4'},
127-
'core': {'url': 'localhost:6565', 'version': '0.9.4'}
126+
'serving': {'url': 'localhost:6566', 'version': '0.9.5'},
127+
'core': {'url': 'localhost:6565', 'version': '0.9.5'}
128128
}
129129
```
130130

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.9.4
4+
version: 0.9.5

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.9.4`
4+
Feature store for machine learning. Current chart version is `0.9.5`
55

66
## Installation
77

@@ -11,9 +11,9 @@ https://docs.feast.dev/v/master/getting-started/deploying-feast/kubernetes
1111

1212
| Repository | Name | Version |
1313
|------------|------|---------|
14-
| | feast-core | 0.9.4 |
15-
| | feast-jupyter | 0.9.4 |
16-
| | feast-serving | 0.9.4 |
14+
| | feast-core | 0.9.5 |
15+
| | feast-jupyter | 0.9.5 |
16+
| | feast-serving | 0.9.5 |
1717
| | prometheus-statsd-exporter | 0.1.2 |
1818
| https://charts.bitnami.com/bitnami/ | kafka | 11.8.8 |
1919
| 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.
33
name: feast-core
4-
version: 0.9.4
4+
version: 0.9.5

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.
44

5-
Current chart version is `0.9.4`
5+
Current chart version is `0.9.5`
66

77

88

infra/charts/feast/charts/feast-core/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 repository
66
repository: feastdev/feast-core
77
# image.tag -- Image tag
8-
tag: 0.9.4
8+
tag: 0.9.5
99
# image.pullPolicy -- Image pull policy
1010
pullPolicy: IfNotPresent
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: Feast Job Service manage ingestion jobs.
33
name: feast-jobservice
4-
version: 0.9.4
4+
version: 0.9.5

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ feast-jobservice
22
================
33
Feast Job Service manage ingestion jobs.
44

5-
Current chart version is `0.9.4`
5+
Current chart version is `0.9.5`
66

77

88

0 commit comments

Comments
 (0)