Skip to content

Commit b0fb5bb

Browse files
committed
Add SNAPSHOT back to version
1 parent febe5a3 commit b0fb5bb

10 files changed

Lines changed: 17 additions & 17 deletions

File tree

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.6.0
4+
version: 0.7-SNAPSHOT

infra/charts/feast/README.md

Lines changed: 5 additions & 5 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.6.0`
4+
Feature store for machine learning. Current chart version is `0.7-SNAPSHOT`
55

66
## TL;DR;
77

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

3333
| Repository | Name | Version |
3434
|------------|------|---------|
35-
| | feast-core | 0.6.0 |
36-
| | feast-jupyter | 0.6.0 |
37-
| | feast-serving | 0.6.0 |
38-
| | feast-serving | 0.6.0 |
35+
| | feast-core | 0.7-SNAPSHOT |
36+
| | feast-jupyter | 0.7-SNAPSHOT |
37+
| | feast-serving | 0.7-SNAPSHOT |
38+
| | feast-serving | 0.7-SNAPSHOT |
3939
| | prometheus-statsd-exporter | 0.1.2 |
4040
| https://kubernetes-charts-incubator.storage.googleapis.com/ | kafka | 0.20.8 |
4141
| 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.6.0
4+
version: 0.7-SNAPSHOT

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.6.0`
5+
Current chart version is `0.7-SNAPSHOT`
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 Jupyter provides a Jupyter server with pre-installed Feast SDK
33
name: feast-jupyter
4-
version: 0.6.0
4+
version: 0.7-SNAPSHOT

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ feast-jupyter
22
=============
33
Feast Jupyter provides a Jupyter server with pre-installed Feast SDK
44

5-
Current chart version is `0.6.0`
5+
Current chart version is `0.7-SNAPSHOT`
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.6.0
4+
version: 0.7-SNAPSHOT

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.6.0`
5+
Current chart version is `0.7-SNAPSHOT`
66

77

88

infra/charts/feast/requirements.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
dependencies:
22
- name: feast-core
3-
version: 0.6.0
3+
version: 0.7-SNAPSHOT
44
condition: feast-core.enabled
55
- name: feast-serving
66
alias: feast-online-serving
7-
version: 0.6.0
7+
version: 0.7-SNAPSHOT
88
condition: feast-online-serving.enabled
99
- name: feast-serving
1010
alias: feast-batch-serving
11-
version: 0.6.0
11+
version: 0.7-SNAPSHOT
1212
condition: feast-batch-serving.enabled
1313
- name: feast-jupyter
14-
version: 0.6.0
14+
version: 0.7-SNAPSHOT
1515
condition: feast-jupyter.enabled
1616
- name: postgresql
1717
version: 8.6.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</modules>
4242

4343
<properties>
44-
<revision>0.6.0</revision>
44+
<revision>0.7-SNAPSHOT</revision>
4545
<github.url>https://github.com/feast-dev/feast</github.url>
4646

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

0 commit comments

Comments
 (0)