File tree Expand file tree Collapse file tree 19 files changed +29
-29
lines changed
Expand file tree Collapse file tree 19 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : Feature store for machine learning.
33name : feast
4- version : 0.7.0-rc.2
4+ version : 0.7.0-rc.3
Original file line number Diff line number Diff line change 11feast
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
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : Feast Core registers feature specifications.
33name : feast-core
4- version : 0.7.0-rc.2
4+ version : 0.7.0-rc.3
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ feast-core
22==========
33Feast 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 |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : Feast Job Coontroller manage ingestion jobs.
33name : feast-jobcontroller
4- version : 0.7.0-rc.2
4+ version : 0.7.0-rc.3
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ feast-jobcontroller
22==========
33Feast 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 |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : Feast Jupyter provides a Jupyter server with pre-installed Feast SDK
33name : feast-jupyter
4- version : 0.7.0-rc.2
4+ version : 0.7.0-rc.3
You can’t perform that action at this time.
0 commit comments