Skip to content

Commit

Permalink
Change versions to 0.6.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzzy authored and Oleksii Moskalenko committed Aug 2, 2020
1 parent d7f90ae commit 9f2f5da
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion datatypes/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Dependency Coordinates
<dependency>
<groupId>dev.feast</groupId>
<artifactId>datatypes-java</artifactId>
<version>0.6.2</version>
<version>0.6.3-SNAPSHOT</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ grpc_cli call localhost:6566 GetFeastServingInfo ''

```text
connecting to localhost:6566
version: "0.6.2"
version: "0.6.3-SNAPSHOT"
type: FEAST_SERVING_TYPE_ONLINE
Rpc succeeded with OK status
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.6.2
version: 0.6.3-SNAPSHOT
10 changes: 5 additions & 5 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.6.2`
Feature store for machine learning. Current chart version is `0.6.3-SNAPSHOT`

## TL;DR;

Expand Down Expand Up @@ -32,10 +32,10 @@ This chart install Feast deployment on a Kubernetes cluster using the [Helm](htt

| Repository | Name | Version |
|------------|------|---------|
| | feast-core | 0.6.2 |
| | feast-jupyter | 0.6.2 |
| | feast-serving | 0.6.2 |
| | feast-serving | 0.6.2 |
| | feast-core | 0.6.3-SNAPSHOT |
| | feast-jupyter | 0.6.3-SNAPSHOT |
| | feast-serving | 0.6.3-SNAPSHOT |
| | feast-serving | 0.6.3-SNAPSHOT |
| | prometheus-statsd-exporter | 0.1.2 |
| https://kubernetes-charts-incubator.storage.googleapis.com/ | kafka | 0.20.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 and manage ingestion jobs.
name: feast-core
version: 0.6.2
version: 0.6.3-SNAPSHOT
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 and manage ingestion jobs.

Current chart version is `0.6.2`
Current chart version is `0.6.3-SNAPSHOT`



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.6.2
version: 0.6.3-SNAPSHOT
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.6.2`
Current chart version is `0.6.3-SNAPSHOT`



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.6.2
version: 0.6.3-SNAPSHOT
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.6.2`
Current chart version is `0.6.3-SNAPSHOT`



Expand Down
8 changes: 4 additions & 4 deletions infra/charts/feast/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
dependencies:
- name: feast-core
version: 0.6.2
version: 0.6.3-SNAPSHOT
condition: feast-core.enabled
- name: feast-serving
alias: feast-online-serving
version: 0.6.2
version: 0.6.3-SNAPSHOT
condition: feast-online-serving.enabled
- name: feast-serving
alias: feast-batch-serving
version: 0.6.2
version: 0.6.3-SNAPSHOT
condition: feast-batch-serving.enabled
- name: feast-jupyter
version: 0.6.2
version: 0.6.3-SNAPSHOT
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.6.2 </revision>
<revision>0.6.3-SNAPSHOT</revision>
<github.url>https://github.com/feast-dev/feast</github.url>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 9f2f5da

Please sign in to comment.