Skip to content

Commit f814dc1

Browse files
mrzzyOleksii Moskalenko
authored andcommitted
Revert "Change versions to 0.6.3-SNAPSHOT"
This reverts commit 9f2f5da.
1 parent d703700 commit f814dc1

12 files changed

Lines changed: 19 additions & 19 deletions

File tree

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.6.3-SNAPSHOT</version>
19+
<version>0.6.2</version>
2020
</dependency>
2121
```
2222

docs/contributing/development-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ grpc_cli call localhost:6566 GetFeastServingInfo ''
181181

182182
```text
183183
connecting to localhost:6566
184-
version: "0.6.3-SNAPSHOT"
184+
version: "0.6.2"
185185
type: FEAST_SERVING_TYPE_ONLINE
186186
187187
Rpc succeeded with OK status

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.3-SNAPSHOT
4+
version: 0.6.2

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.3-SNAPSHOT`
4+
Feature store for machine learning. Current chart version is `0.6.2`
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.3-SNAPSHOT |
36-
| | feast-jupyter | 0.6.3-SNAPSHOT |
37-
| | feast-serving | 0.6.3-SNAPSHOT |
38-
| | feast-serving | 0.6.3-SNAPSHOT |
35+
| | feast-core | 0.6.2 |
36+
| | feast-jupyter | 0.6.2 |
37+
| | feast-serving | 0.6.2 |
38+
| | feast-serving | 0.6.2 |
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.3-SNAPSHOT
4+
version: 0.6.2

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.3-SNAPSHOT`
5+
Current chart version is `0.6.2`
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.3-SNAPSHOT
4+
version: 0.6.2

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.3-SNAPSHOT`
5+
Current chart version is `0.6.2`
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.3-SNAPSHOT
4+
version: 0.6.2

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

77

88

0 commit comments

Comments
 (0)