Skip to content

Commit 89305be

Browse files
author
zhilingc
committed
Update scripts for v0.3.2 release
1 parent 1a94554 commit 89305be

File tree

18 files changed

+30
-43
lines changed

18 files changed

+30
-43
lines changed

.prow/scripts/test-end-to-end.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ management:
121121
enabled: false
122122
EOF
123123

124-
nohup java -jar core/target/feast-core-0.3.1-SNAPSHOT.jar \
124+
nohup java -jar core/target/feast-core-0.3.2-SNAPSHOT.jar \
125125
--spring.config.location=file:///tmp/core.application.yml \
126126
&> /var/log/feast-core.log &
127127
sleep 20
@@ -172,7 +172,7 @@ spring:
172172
web-environment: false
173173
EOF
174174

175-
nohup java -jar serving/target/feast-serving-0.3.1-SNAPSHOT.jar \
175+
nohup java -jar serving/target/feast-serving-0.3.2-SNAPSHOT.jar \
176176
--spring.config.location=file:///tmp/serving.online.application.yml \
177177
&> /var/log/feast-serving-online.log &
178178
sleep 15

charts/dist/feast-0.1.2.tgz

-40.4 KB
Binary file not shown.

charts/dist/index.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.
-19.7 KB
Binary file not shown.

docs/getting-started/install-feast.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ feast version
123123
```javascript
124124
{
125125
"sdk": {
126-
"version": "feast 0.3.0"
126+
"version": "feast 0.3.2"
127127
},
128128
"core": {
129129
"url": "192.168.99.100:32090",
@@ -355,7 +355,7 @@ feast version
355355
```javascript
356356
{
357357
"sdk": {
358-
"version": "feast 0.3.0"
358+
"version": "feast 0.3.2"
359359
},
360360
"core": {
361361
"url": "192.168.99.100:32090",

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: A Helm chart to install Feast on kubernetes
33
name: feast
4-
version: 0.3.1
4+
version: 0.3.2

infra/charts/feast/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ helm repo update
3939
Install Feast release with minimal features, without batch serving and persistency:
4040
```bash
4141
RELEASE_NAME=demo
42-
helm install feast-charts/feast --name $RELEASE_NAME --version 0.3.0 -f values-demo.yaml
42+
helm install feast-charts/feast --name $RELEASE_NAME --version 0.3.2 -f values-demo.yaml
4343
```
4444

4545
Install Feast release for typical use cases, with batch and online serving:
@@ -60,7 +60,7 @@ PROJECT_ID=google-cloud-project-id
6060
DATASET_ID=bigquery-dataset-id
6161

6262
# Install the Helm release using default values.yaml
63-
helm install feast-charts/feast --name feast --version 0.3.0 \
63+
helm install feast-charts/feast --name feast --version 0.3.2 \
6464
--set feast-serving-batch."application\.yaml".feast.jobs.staging-location=$STAGING_LOCATION \
6565
--set feast-serving-batch."store\.yaml".bigquery_config.project_id=$PROJECT_ID \
6666
--set feast-serving-batch."store\.yaml".bigquery_config.dataset_id=$DATASET_ID
@@ -83,7 +83,7 @@ The following table lists the configurable parameters of the Feast chart and the
8383
| `feast-core.kafka.topics[0].partitions` | No of partitions for the topic | `1`
8484
| `feast-core.replicaCount` | No of pods to create | `1`
8585
| `feast-core.image.repository` | Repository for Feast Core Docker image | `gcr.io/kf-feast/feast-core`
86-
| `feast-core.image.tag` | Tag for Feast Core Docker image | `0.3.0`
86+
| `feast-core.image.tag` | Tag for Feast Core Docker image | `0.3.2`
8787
| `feast-core.image.pullPolicy` | Image pull policy for Feast Core Docker image | `IfNotPresent`
8888
| `feast-core.application.yaml` | Configuration for Feast Core application | Refer to this [link](charts/feast-core/values.yaml)
8989
| `feast-core.springConfigMountPath` | Directory to mount application.yaml | `/etc/feast/feast-core`
@@ -116,7 +116,7 @@ The following table lists the configurable parameters of the Feast chart and the
116116
| `feast-serving-online.core.enabled` | Flag for Feast Serving to use Feast Core in the same Helm release | `true`
117117
| `feast-serving-online.replicaCount` | No of pods to create | `1`
118118
| `feast-serving-online.image.repository` | Repository for Feast Serving Docker image | `gcr.io/kf-feast/feast-serving`
119-
| `feast-serving-online.image.tag` | Tag for Feast Serving Docker image | `0.3.0`
119+
| `feast-serving-online.image.tag` | Tag for Feast Serving Docker image | `0.3.2`
120120
| `feast-serving-online.image.pullPolicy` | Image pull policy for Feast Serving Docker image | `IfNotPresent`
121121
| `feast-serving-online.application.yaml` | Application configuration for Feast Serving | Refer to this [link](charts/feast-serving/values.yaml)
122122
| `feast-serving-online.store.yaml` | Store configuration for Feast Serving | Refer to this [link](charts/feast-serving/values.yaml)
@@ -150,7 +150,7 @@ The following table lists the configurable parameters of the Feast chart and the
150150
| `feast-serving-batch.core.enabled` | Flag for Feast Serving to use Feast Core in the same Helm release | `true`
151151
| `feast-serving-batch.replicaCount` | No of pods to create | `1`
152152
| `feast-serving-batch.image.repository` | Repository for Feast Serving Docker image | `gcr.io/kf-feast/feast-serving`
153-
| `feast-serving-batch.image.tag` | Tag for Feast Serving Docker image | `0.3.0`
153+
| `feast-serving-batch.image.tag` | Tag for Feast Serving Docker image | `0.3.2`
154154
| `feast-serving-batch.image.pullPolicy` | Image pull policy for Feast Serving Docker image | `IfNotPresent`
155155
| `feast-serving-batch.application.yaml` | Application configuration for Feast Serving | Refer to this [link](charts/feast-serving/values.yaml)
156156
| `feast-serving-batch.store.yaml` | Store configuration for Feast Serving | Refer to this [link](charts/feast-serving/values.yaml)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: A Helm chart for core component of Feast
33
name: feast-core
4-
version: 0.3.1
4+
version: 0.3.2

infra/charts/feast/charts/feast-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ replicaCount: 1
4242
# image configures the Docker image for Feast Core
4343
image:
4444
repository: gcr.io/kf-feast/feast-core
45-
tag: 0.3.1
45+
tag: 0.3.2
4646
pullPolicy: IfNotPresent
4747

4848
# application.yaml is the main configuration for Feast Core application.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: A Helm chart for serving component of Feast
33
name: feast-serving
4-
version: 0.3.1
4+
version: 0.3.2

0 commit comments

Comments
 (0)