Skip to content

Commit c668de7

Browse files
committed
Bump versions to v0.7.0-rc.3
1 parent c41d4f1 commit c668de7

File tree

19 files changed

+29
-29
lines changed

19 files changed

+29
-29
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## [v0.7.0-rc.2](https://github.com/feast-dev/feast/tree/v0.7.0-rc.2) (2020-09-09)
3+
## [v0.7.0-rc.3](https://github.com/feast-dev/feast/tree/v0.7.0-rc.3) (2020-09-09)
44

5-
[Full Changelog](https://github.com/feast-dev/feast/compare/sdk/go/v0.6.2...v0.7.0-rc.2)
5+
[Full Changelog](https://github.com/feast-dev/feast/compare/sdk/go/v0.6.2...v0.7.0-rc.3)
66

77
**Breaking changes:**
88

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.7.0-rc.2
4+
version: 0.7.0-rc.3

infra/charts/feast/README.md

Lines changed: 1 addition & 1 deletion
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.7.0-rc.2`
4+
Feature store for machine learning. Current chart version is `0.7.0-rc.3`
55

66
## TL;DR;
77

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.
33
name: feast-core
4-
version: 0.7.0-rc.2
4+
version: 0.7.0-rc.3

infra/charts/feast/charts/feast-core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ feast-core
22
==========
33
Feast Core registers feature specifications.
44

5-
Current chart version is `0.7.0-rc.2`
5+
Current chart version is `0.7.0-rc.3`
66

77

88

@@ -23,7 +23,7 @@ Current chart version is `0.7.0-rc.2`
2323
| gcpServiceAccount.existingSecret.name | string | `"feast-gcp-service-account"` | Name of the existing secret containing the service account |
2424
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
2525
| image.repository | string | `"gcr.io/kf-feast/feast-core"` | Docker image repository |
26-
| image.tag | string | `"0.7.0-rc.2"` | Image tag |
26+
| image.tag | string | `"0.7.0-rc.3"` | Image tag |
2727
| ingress.grpc.annotations | object | `{}` | Extra annotations for the ingress |
2828
| ingress.grpc.auth.enabled | bool | `false` | Flag to enable auth |
2929
| ingress.grpc.class | string | `"nginx"` | Which ingress controller to use |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
55
# image.repository -- Docker image repository
66
repository: gcr.io/kf-feast/feast-core
77
# image.tag -- Image tag
8-
tag: 0.7.0-rc.2
8+
tag: 0.7.0-rc.3
99
# image.pullPolicy -- Image pull policy
1010
pullPolicy: IfNotPresent
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: Feast Job Coontroller manage ingestion jobs.
33
name: feast-jobcontroller
4-
version: 0.7.0-rc.2
4+
version: 0.7.0-rc.3

infra/charts/feast/charts/feast-jobcontroller/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ feast-jobcontroller
22
==========
33
Feast Job Controller manage ingestion jobs.
44

5-
Current chart version is `0.7.0-rc.2`
5+
Current chart version is `0.7.0-rc.3`
66

77

88

@@ -23,7 +23,7 @@ Current chart version is `0.7.0-rc.2`
2323
| gcpServiceAccount.existingSecret.name | string | `"feast-gcp-service-account"` | Name of the existing secret containing the service account |
2424
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
2525
| image.repository | string | `"gcr.io/kf-feast/feast-jobcontroller"` | Docker image repository |
26-
| image.tag | string | `"0.7.0-rc.2"` | Image tag |
26+
| image.tag | string | `"0.7.0-rc.3"` | Image tag |
2727
| ingress.grpc.annotations | object | `{}` | Extra annotations for the ingress |
2828
| ingress.grpc.auth.enabled | bool | `false` | Flag to enable auth |
2929
| ingress.grpc.class | string | `"nginx"` | Which ingress controller to use |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
55
# image.repository -- Docker image repository
66
repository: gcr.io/kf-feast/feast-jobcontroller
77
# image.tag -- Image tag
8-
tag: 0.7.0-rc.2
8+
tag: 0.7.0-rc.3
99
# image.pullPolicy -- Image pull policy
1010
pullPolicy: IfNotPresent
1111

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.7.0-rc.2
4+
version: 0.7.0-rc.3

0 commit comments

Comments
 (0)