Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog
## [v0.9.2](https://github.com/feast-dev/feast/tree/v0.9.2) (2021-02-01)

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

**Fixed bugs:**

- Freeze numpy version [\#1302](https://github.com/feast-dev/feast/pull/1302) ([pyalex](https://github.com/pyalex))


## [v0.9.1](https://github.com/feast-dev/feast/tree/v0.9.1) (2021-01-29)

[Full Changelog](https://github.com/feast-dev/feast/compare/v0.9.0...v0.9.1)
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced/audit-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Audit Logs produced by Feast are written to the console similar to normal logs b
"service": "CoreService",
"component": "feast-core",
"id": "45329ea9-0d48-46c5-b659-4604f6193711",
"version": "0.9.2-SNAPSHOT"
"version": "0.9.2"
},
"hostname": "feast.core"
"timestamp": "2020-10-20T04:45:24Z",
Expand Down
8 changes: 4 additions & 4 deletions docs/contributing/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ Feast Serving has a dependency on Feast Core, thus always start Feast Core first

```bash
# Start Feast Core locally
java -jar core/target/feast-core-0.9.2-SNAPSHOT-exec.jar
java -jar core/target/feast-core-0.9.2-exec.jar

# Start Feast Serving locally
java -jar serving/target/feast-serving-0.9.2-SNAPSHOT-exec.jar
java -jar serving/target/feast-serving-0.9.2-exec.jar
```

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

```javascript
{
'serving': {'url': 'localhost:6566', 'version': '0.9.2-SNAPSHOT'},
'core': {'url': 'localhost:6565', 'version': '0.9.2-SNAPSHOT'}
'serving': {'url': 'localhost:6566', 'version': '0.9.2'},
'core': {'url': 'localhost:6565', 'version': '0.9.2'}
}
```

Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Feature store for machine learning.
name: feast
version: 0.9.2-SNAPSHOT
version: 0.9.2
8 changes: 4 additions & 4 deletions infra/charts/feast/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
feast
=====

Feature store for machine learning. Current chart version is `0.9.2-SNAPSHOT`
Feature store for machine learning. Current chart version is `0.9.2`

## Installation

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

| Repository | Name | Version |
|------------|------|---------|
| | feast-core | 0.9.2-SNAPSHOT |
| | feast-jupyter | 0.9.2-SNAPSHOT |
| | feast-serving | 0.9.2-SNAPSHOT |
| | feast-core | 0.9.2 |
| | feast-jupyter | 0.9.2 |
| | feast-serving | 0.9.2 |
| | prometheus-statsd-exporter | 0.1.2 |
| https://charts.bitnami.com/bitnami/ | kafka | 11.8.8 |
| https://kubernetes-charts.storage.googleapis.com/ | grafana | 5.0.5 |
Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Feast Core registers feature specifications.
name: feast-core
version: 0.9.2-SNAPSHOT
version: 0.9.2
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ feast-core
==========
Feast Core registers feature specifications.

Current chart version is `0.9.2-SNAPSHOT`
Current chart version is `0.9.2`



Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# image.repository -- Docker image repository
repository: feastdev/feast-core
# image.tag -- Image tag
tag: 0.9.2-SNAPSHOT
tag: 0.9.2
# image.pullPolicy -- Image pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-jobservice/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Feast Job Service manage ingestion jobs.
name: feast-jobservice
version: 0.9.2-SNAPSHOT
version: 0.9.2
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-jobservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ feast-jobservice
================
Feast Job Service manage ingestion jobs.

Current chart version is `0.9.2-SNAPSHOT`
Current chart version is `0.9.2`



Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-jobservice/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# image.repository -- Docker image repository
repository: feastdev/feast-jobservice
# image.tag -- Image tag
tag: 0.9.2-SNAPSHOT
tag: 0.9.2
# image.pullPolicy -- Image pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-jupyter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Feast Jupyter provides a Jupyter server with pre-installed Feast SDK
name: feast-jupyter
version: 0.9.2-SNAPSHOT
version: 0.9.2
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-jupyter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ feast-jupyter
=============
Feast Jupyter provides a Jupyter server with pre-installed Feast SDK

Current chart version is `0.9.2-SNAPSHOT`
Current chart version is `0.9.2`



Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-jupyter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# image.repository -- Docker image repository
repository: feastdev/feast-jupyter
# image.tag -- Image tag
tag: 0.9.2-SNAPSHOT
tag: 0.9.2
# image.pullPolicy -- Image pull policy
pullPolicy: Always

Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-serving/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Feast Serving serves low-latency latest features and historical batch features.
name: feast-serving
version: 0.9.2-SNAPSHOT
version: 0.9.2
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-serving/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ feast-serving
=============
Feast Serving serves low-latency latest features and historical batch features.

Current chart version is `0.9.2-SNAPSHOT`
Current chart version is `0.9.2`



Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-serving/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# image.repository -- Docker image repository
repository: feastdev/feast-serving
# image.tag -- Image tag
tag: 0.9.2-SNAPSHOT
tag: 0.9.2
# image.pullPolicy -- Image pull policy
pullPolicy: IfNotPresent

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ helm delete my-release
|`extraArgs` | key:value list of extra arguments to give the binary | `{}` |
|`image.pullPolicy` | Image pull policy | `IfNotPresent` |
|`image.repository` | Image repository | `prom/statsd-exporter` |
|`image.tag` | Image tag | `v0.9.2-SNAPSHOT` |
|`image.tag` | Image tag | `v0.9.2` |
|`ingress.enabled` | enable ingress | `false` |
|`ingress.path` | ingress base path | `/` |
|`ingress.host` | Ingress accepted hostnames | `nil` |
Expand Down
6 changes: 3 additions & 3 deletions infra/charts/feast/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
dependencies:
- name: feast-core
repository: ""
version: 0.9.2-SNAPSHOT
version: 0.9.2
- name: feast-serving
repository: ""
version: 0.9.2-SNAPSHOT
version: 0.9.2
- name: feast-jupyter
repository: ""
version: 0.9.2-SNAPSHOT
version: 0.9.2
- name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com/
version: 8.6.1
Expand Down
6 changes: 3 additions & 3 deletions infra/charts/feast/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
dependencies:
- name: feast-core
version: 0.9.2-SNAPSHOT
version: 0.9.2
condition: feast-core.enabled
- name: feast-serving
alias: feast-online-serving
version: 0.9.2-SNAPSHOT
version: 0.9.2
condition: feast-online-serving.enabled
- name: feast-jupyter
version: 0.9.2-SNAPSHOT
version: 0.9.2
condition: feast-jupyter.enabled
- name: postgresql
version: 8.6.1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</modules>

<properties>
<revision>0.9.2-SNAPSHOT</revision>
<revision>0.9.2</revision>
<github.url>https://github.com/feast-dev/feast</github.url>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ googleapis-common-protos==1.52.0
grpcio==1.31.0
grpcio-testing==1.31.0
grpcio-tools==1.31.0
numpy
numpy<1.20.0
mock==2.0.0
pandas~=1.0.0
protobuf==3.*
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"toml==0.10.*",
"tqdm==4.*",
"pyarrow==2.0.0",
"numpy",
"numpy<1.20.0",
"google",
"kubernetes==12.0.*",
]
Expand Down