Skip to content

Commit

Permalink
update version (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>

Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
  • Loading branch information
khorshuheng and khorshuheng committed Feb 21, 2022
1 parent 363f240 commit 92e5abf
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion infra/charts/feast-spark/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Feast Extension for running Ingestion on Spark
name: feast-spark
version: 0.2.17
version: 0.2.18
4 changes: 2 additions & 2 deletions infra/charts/feast-spark/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# feast-spark

Feast Extension for running Ingestion on Spark 0.2.17
Feast Extension for running Ingestion on Spark 0.2.18

## Installation

Expand All @@ -10,7 +10,7 @@ https://docs.feast.dev/v/master/getting-started/deploying-feast/kubernetes

| Repository | Name | Version |
|------------|------|---------|
| | feast-jobservice | 0.2.17 |
| | feast-jobservice | 0.2.18 |
| | prometheus-statsd-exporter | 0.1.2 |

## Values
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Feast Job Service manage ingestion jobs.
name: feast-jobservice
version: 0.2.17
version: 0.2.18
2 changes: 1 addition & 1 deletion infra/charts/feast-spark/charts/feast-jobservice/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# feast-jobservice

![Version: 0.2.17](https://img.shields.io/badge/Version-0.2.17-informational?style=flat-square)
![Version: 0.2.18](https://img.shields.io/badge/Version-0.2.18-informational?style=flat-square)

Feast Job Service manage ingestion jobs.

Expand Down
6 changes: 3 additions & 3 deletions infra/charts/feast-spark/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: feast-jobservice
repository: ""
version: 0.2.17
version: 0.2.18
- name: prometheus-statsd-exporter
repository: ""
version: 0.1.2
digest: sha256:0c08ee4c7e92149b9ca52a924bfa38647e8c6786c13332cc768a4871de7a6e1e
generated: "2021-02-08T15:22:35.981948+08:00"
digest: sha256:955ab1521f47b8267969f19b2bec1ea36947d9c23b76145989a02a14f733cfba
generated: "2022-02-21T15:07:33.343688512+08:00"
2 changes: 1 addition & 1 deletion infra/charts/feast-spark/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: feast-jobservice
version: 0.2.17
version: 0.2.18
condition: feast-jobservice.enabled
- name: prometheus-statsd-exporter
version: 0.1.2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</modules>

<properties>
<revision>0.2.17</revision>
<revision>0.2.18</revision>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<scala.version>2.12</scala.version>
Expand Down
2 changes: 1 addition & 1 deletion python/feast_spark/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"handlers": {
"debug": {
"level": "DEBUG",
"level": "INFO",
"formatter": "standard",
"class": "logging.StreamHandler",
"stream": "ext://sys.stdout",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object IngestionJob {

val parser = new scopt.OptionParser[IngestionJobConfig]("IngestionJob") {
// ToDo: read version from Manifest
head("feastSpark.ingestion.IngestionJob", "0.2.17")
head("feastSpark.ingestion.IngestionJob", "0.2.18")

opt[Modes]("mode")
.action((x, c) => c.copy(mode = x))
Expand Down

0 comments on commit 92e5abf

Please sign in to comment.