Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version revert #91

Merged
merged 2 commits into from
Jan 18, 2019
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.1.0
10 changes: 7 additions & 3 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ The following table lists the configurable parameters of the Feast chart and the
| -- | -- | -- |
| `core.image.registry` | core docker image registry | feast |
| `core.image.repository` | core docker image repository | feast-core |
| `core.image.tag` | core docker image version | 0.3.0 |
| `core.jobs.errorsStoreId` | storage ID of location to write errors | FILE_ERROR_STORE |
| `core.image.tag` | core docker image version | 0.1.0 |
| `core.jobs.errorsStoreId` | type of errors store to write errors to. One of `stdout`, `stderr`, `file.json` | stdout |
| `core.jobs.errorsStoreOptions` | additional options for the error store in json string format | `{}` |
| `core.jobs.monitoring.initialDelay` | delay before a job starts to be monitored in ms | 60000 |
| `core.jobs.monitoring.period` | polling interval for jobs monitoring in ms | 5000 |
| `core.jobs.options` | additional options to be provided to the beam job. Should be a char escaped json k-v object | {} |
Expand All @@ -77,6 +78,7 @@ The following table lists the configurable parameters of the Feast chart and the
| `core.service.grpc.targetPort` | core service target grpc port | 8433 |
| `core.service.http.port` | core service exposed http port | 80 |
| `core.service.http.targetPort` | core service target http port | 8080 |
| `core.trainingDatasetPrefix` | prefix for training datasets created in bq | fs |
| `dataflow.location` | desired dataflow's region | nil |
| `dataflow.projectID` | desired dataflow's project id | nil |
| `postgresql.postgresPassword` | specify password if you want the postgres password secret to be generated | nil |
Expand All @@ -89,7 +91,7 @@ The following table lists the configurable parameters of the Feast chart and the
| `serving.config.timeout` | request timeout in seconds | 5 |
| `serving.image.registry` | serving docker image registry | feast |
| `serving.image.repository` | serving docker image repository | feast-serving |
| `serving.image.tag` | serving docker image version | 0.3.0 |
| `serving.image.tag` | serving docker image version | 0.1.0 |
| `serving.replicaCount` | serving replica count | 4 |
| `serving.resources.limits.cpu` | serving cpu limits | 1 |
| `serving.resources.limits.memory` | serving memory limits | 2G |
Expand All @@ -99,5 +101,7 @@ The following table lists the configurable parameters of the Feast chart and the
| `serving.service.grpc.targetPort` | serving service target grpc port | 8433 |
| `serving.service.http.port` | serving service exposed http port | 80 |
| `serving.service.http.targetPort` | serving service target http port | 8080 |
| `serviceAccount.name` | service account secret name to mount to deployments | nil |
| `serviceAccount.key` | service account secret key to mount to deployments | nil |
| `statsd.host` | host of statsd daemon for job metrics to be sent to | nil |
| `statsd.port` | port of statsd daemon for job metrics to be sent to | nil |
Binary file added charts/dist/feast-0.1.0.tgz
Binary file not shown.
Binary file removed charts/dist/feast-0.3.0.tgz
Binary file not shown.
12 changes: 6 additions & 6 deletions charts/dist/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v1
entries:
feast:
- apiVersion: v1
appVersion: 0.3.0
created: 2019-01-12T19:12:26.9585+08:00
appVersion: 0.1.0
created: 2019-01-18T23:20:59.770256601+08:00
description: A Helm chart to install Feast on kubernetes
digest: cba907c528b94d8b478a1c21ad75a82576505731a579877b797cdf04b2d1aa2d
digest: deced7dc470115e8b81815e1a719185404380e310bc6951c480f2858dd9a48ac
name: feast
urls:
- feast-0.3.0.tgz
version: 0.3.0
generated: 2019-01-12T19:12:26.95618+08:00
- feast-0.1.0.tgz
version: 0.1.0
generated: 2019-01-18T23:20:59.769296687+08:00
4 changes: 2 additions & 2 deletions charts/feast/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "0.3.0"
appVersion: "0.1.0"
description: A Helm chart to install Feast on kubernetes
name: feast
version: 0.3.0
version: 0.1.0
22 changes: 12 additions & 10 deletions charts/feast/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ core:
pullPolicy: IfNotPresent
registry: feast
repository: feast-core
tag: "0.3.0"
tag: "0.1.0"
replicaCount: 3
resources:
limits:
Expand All @@ -19,15 +19,15 @@ core:
maxUnavailable: 0
service:
grpc:
port: 8433
targetPort: 8433
port: 6565
targetPort: 6565
http:
port: 80
targetPort: 8080
jobs:
runner: DirectRunner
options: "{}"
errorsStoreType: "STDOUT"
errorsStoreType: "stdout"
errorStoreOptions: "{}"
monitoring:
period: 5000
Expand All @@ -53,7 +53,7 @@ serving:
pullPolicy: IfNotPresent
registry: feast
repository: feast-serving
tag: "0.3.0"
tag: "0.1.0"
replicaCount: 4
resources:
limits:
Expand All @@ -67,17 +67,19 @@ serving:
maxUnavailable: 0
service:
grpc:
port: 8433
targetPort: 8433
port: 6565
targetPort: 6565
http:
port: 80
targetPort: 8080
jaeger:
enabled: false

serviceAccount:
name: feast-service-account
key: feast-service-account-key
# Enable only if you have an existing service account you
# want to mount the secret of.
# serviceAccount:
# name: feast-service-account
# key: feast-service-account-key

statsd:
host: "localhost"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<name>Feast Parent</name>

<properties>
<revision>0.3.0</revision>
<revision>0.1.0</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<protocVersion>3.6.1</protocVersion>
<grpcVersion>1.14.0</grpcVersion>
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/feast/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = '0.3.0'
VERSION = '0.1.0'