Skip to content

Commit

Permalink
Upgrade version to 0.2.17 (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Khor Shu Heng <khor.heng@go-jek.com>
  • Loading branch information
khorshuheng committed Dec 16, 2021
1 parent e342b35 commit 63f458c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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.16
Feast Extension for running Ingestion on Spark 0.2.17

## 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.16 |
| | feast-jobservice | 0.2.17 |
| | prometheus-statsd-exporter | 0.1.2 |

## Values
Expand Down
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.16](https://img.shields.io/badge/Version-0.2.16-informational?style=flat-square)
![Version: 0.2.17](https://img.shields.io/badge/Version-0.2.17-informational?style=flat-square)

Feast Job Service manage ingestion jobs.

Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast-spark/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: feast-jobservice
repository: ""
version: 0.2.15
version: 0.2.17
- name: prometheus-statsd-exporter
repository: ""
version: 0.1.2
Expand Down
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.16
version: 0.2.17
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.15</revision>
<revision>0.2.17</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
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.15")
head("feastSpark.ingestion.IngestionJob", "0.2.17")

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

0 comments on commit 63f458c

Please sign in to comment.