Skip to content

Commit 1216170

Browse files
committed
chore(release): release 0.45.0
# [0.45.0](v0.44.0...v0.45.0) (2025-02-04) ### Features * Changing refresh stable branch from step to a job. Using github credentials bot so that we can push the changes. ([#5011](#5011)) ([7335e26](7335e26))
1 parent 7335e26 commit 1216170

File tree

24 files changed

+45
-38
lines changed

24 files changed

+45
-38
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# [0.45.0](https://github.com/feast-dev/feast/compare/v0.44.0...v0.45.0) (2025-02-04)
4+
5+
6+
### Features
7+
8+
* Changing refresh stable branch from step to a job. Using github credentials bot so that we can push the changes. ([#5011](https://github.com/feast-dev/feast/issues/5011)) ([7335e26](https://github.com/feast-dev/feast/commit/7335e266455561ebcb5ce8e318a79661e509a1c2))
9+
310
# [0.44.0](https://github.com/feast-dev/feast/compare/v0.43.0...v0.44.0) (2025-02-04)
411

512

infra/charts/feast-feature-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: feast-feature-server
33
description: Feast Feature Server in Go or Python
44
type: application
5-
version: 0.44.0
5+
version: 0.45.0
66
keywords:
77
- machine learning
88
- big data

infra/charts/feast-feature-server/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Feast Python / Go Feature Server Helm Charts
22

3-
Current chart version is `0.44.0`
3+
Current chart version is `0.45.0`
44

55
## Installation
66

@@ -40,7 +40,7 @@ See [here](https://github.com/feast-dev/feast/tree/master/examples/python-helm-d
4040
| fullnameOverride | string | `""` | |
4141
| image.pullPolicy | string | `"IfNotPresent"` | |
4242
| image.repository | string | `"feastdev/feature-server"` | Docker image for Feature Server repository |
43-
| image.tag | string | `"0.44.0"` | The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms) |
43+
| image.tag | string | `"0.45.0"` | The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms) |
4444
| imagePullSecrets | list | `[]` | |
4545
| livenessProbe.initialDelaySeconds | int | `30` | |
4646
| livenessProbe.periodSeconds | int | `30` | |

infra/charts/feast-feature-server/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
repository: feastdev/feature-server
1010
pullPolicy: IfNotPresent
1111
# image.tag -- The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms)
12-
tag: 0.44.0
12+
tag: 0.45.0
1313

1414
logLevel: "WARNING" # Set log level DEBUG, INFO, WARNING, ERROR, and CRITICAL (case-insensitive)
1515

infra/charts/feast/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Feature store for machine learning
33
name: feast
4-
version: 0.44.0
4+
version: 0.45.0
55
keywords:
66
- machine learning
77
- big data

infra/charts/feast/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repo contains Helm charts for Feast Java components that are being installe
88

99
## Chart: Feast
1010

11-
Feature store for machine learning Current chart version is `0.44.0`
11+
Feature store for machine learning Current chart version is `0.45.0`
1212

1313
## Installation
1414

@@ -65,8 +65,8 @@ See [here](https://github.com/feast-dev/feast/tree/master/examples/java-demo) fo
6565
| Repository | Name | Version |
6666
|------------|------|---------|
6767
| https://charts.helm.sh/stable | redis | 10.5.6 |
68-
| https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.44.0 |
69-
| https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.44.0 |
68+
| https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.45.0 |
69+
| https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.45.0 |
7070

7171
## Values
7272

infra/charts/feast/charts/feature-server/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: "Feast Feature Server: Online feature serving service for Feast"
33
name: feature-server
4-
version: 0.44.0
5-
appVersion: v0.44.0
4+
version: 0.45.0
5+
appVersion: v0.45.0
66
keywords:
77
- machine learning
88
- big data

infra/charts/feast/charts/feature-server/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# feature-server
22

3-
![Version: 0.44.0](https://img.shields.io/badge/Version-0.44.0-informational?style=flat-square) ![AppVersion: v0.44.0](https://img.shields.io/badge/AppVersion-v0.44.0-informational?style=flat-square)
3+
![Version: 0.45.0](https://img.shields.io/badge/Version-0.45.0-informational?style=flat-square) ![AppVersion: v0.45.0](https://img.shields.io/badge/AppVersion-v0.45.0-informational?style=flat-square)
44

55
Feast Feature Server: Online feature serving service for Feast
66

@@ -17,7 +17,7 @@ Feast Feature Server: Online feature serving service for Feast
1717
| envOverrides | object | `{}` | Extra environment variables to set |
1818
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
1919
| image.repository | string | `"feastdev/feature-server-java"` | Docker image for Feature Server repository |
20-
| image.tag | string | `"0.44.0"` | Image tag |
20+
| image.tag | string | `"0.45.0"` | Image tag |
2121
| ingress.grpc.annotations | object | `{}` | Extra annotations for the ingress |
2222
| ingress.grpc.auth.enabled | bool | `false` | Flag to enable auth |
2323
| ingress.grpc.class | string | `"nginx"` | Which ingress controller to use |

infra/charts/feast/charts/feature-server/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
55
# image.repository -- Docker image for Feature Server repository
66
repository: feastdev/feature-server-java
77
# image.tag -- Image tag
8-
tag: 0.44.0
8+
tag: 0.45.0
99
# image.pullPolicy -- Image pull policy
1010
pullPolicy: IfNotPresent
1111

infra/charts/feast/charts/transformation-service/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: "Transformation service: to compute on-demand features"
33
name: transformation-service
4-
version: 0.44.0
5-
appVersion: v0.44.0
4+
version: 0.45.0
5+
appVersion: v0.45.0
66
keywords:
77
- machine learning
88
- big data

infra/charts/feast/charts/transformation-service/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# transformation-service
22

3-
![Version: 0.44.0](https://img.shields.io/badge/Version-0.44.0-informational?style=flat-square) ![AppVersion: v0.44.0](https://img.shields.io/badge/AppVersion-v0.44.0-informational?style=flat-square)
3+
![Version: 0.45.0](https://img.shields.io/badge/Version-0.45.0-informational?style=flat-square) ![AppVersion: v0.45.0](https://img.shields.io/badge/AppVersion-v0.45.0-informational?style=flat-square)
44

55
Transformation service: to compute on-demand features
66

@@ -13,7 +13,7 @@ Transformation service: to compute on-demand features
1313
| envOverrides | object | `{}` | Extra environment variables to set |
1414
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
1515
| image.repository | string | `"feastdev/feature-transformation-server"` | Docker image for Transformation Server repository |
16-
| image.tag | string | `"0.44.0"` | Image tag |
16+
| image.tag | string | `"0.45.0"` | Image tag |
1717
| nodeSelector | object | `{}` | Node labels for pod assignment |
1818
| podLabels | object | `{}` | Labels to be added to Feast Serving pods |
1919
| replicaCount | int | `1` | Number of pods that will be created |

infra/charts/feast/charts/transformation-service/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
55
# image.repository -- Docker image for Transformation Server repository
66
repository: feastdev/feature-transformation-server
77
# image.tag -- Image tag
8-
tag: 0.44.0
8+
tag: 0.45.0
99
# image.pullPolicy -- Image pull policy
1010
pullPolicy: IfNotPresent
1111

infra/charts/feast/requirements.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: feature-server
33
alias: feature-server
4-
version: 0.44.0
4+
version: 0.45.0
55
condition: feature-server.enabled
66
repository: https://feast-helm-charts.storage.googleapis.com
77
- name: transformation-service
88
alias: transformation-service
9-
version: 0.44.0
9+
version: 0.45.0
1010
condition: transformation-service.enabled
1111
repository: https://feast-helm-charts.storage.googleapis.com
1212
- name: redis

infra/feast-helm-operator/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.44.0
6+
VERSION ?= 0.45.0
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

infra/feast-helm-operator/config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: feastdev/feast-helm-operator
8-
newTag: 0.44.0
8+
newTag: 0.45.0

infra/feast-operator/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.44.0
6+
VERSION ?= 0.45.0
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

infra/feast-operator/api/feastversion/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ limitations under the License.
1717
package feastversion
1818

1919
// Feast release version
20-
const FeastVersion = "0.44.0"
20+
const FeastVersion = "0.45.0"

infra/feast-operator/bundle/manifests/feast-operator.clusterserviceversion.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ metadata:
3434
}
3535
]
3636
capabilities: Basic Install
37-
createdAt: "2025-02-04T19:13:23Z"
37+
createdAt: "2025-02-04T20:12:01Z"
3838
operators.operatorframework.io/builder: operator-sdk-v1.38.0
3939
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
40-
name: feast-operator.v0.44.0
40+
name: feast-operator.v0.45.0
4141
namespace: placeholder
4242
spec:
4343
apiservicedefinitions: {}
@@ -179,8 +179,8 @@ spec:
179179
- /manager
180180
env:
181181
- name: RELATED_IMAGE_FEATURE_SERVER
182-
value: docker.io/feastdev/feature-server:0.44.0
183-
image: feastdev/feast-operator:0.44.0
182+
value: docker.io/feastdev/feature-server:0.45.0
183+
image: feastdev/feast-operator:0.45.0
184184
livenessProbe:
185185
httpGet:
186186
path: /healthz
@@ -270,6 +270,6 @@ spec:
270270
name: Feast Community
271271
url: https://lf-aidata.atlassian.net/wiki/spaces/FEAST/
272272
relatedImages:
273-
- image: docker.io/feastdev/feature-server:0.44.0
273+
- image: docker.io/feastdev/feature-server:0.45.0
274274
name: feature-server
275-
version: 0.44.0
275+
version: 0.45.0

infra/feast-operator/config/default/related_image_fs_patch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
path: "/spec/template/spec/containers/0/env/0"
33
value:
44
name: RELATED_IMAGE_FEATURE_SERVER
5-
value: docker.io/feastdev/feature-server:0.44.0
5+
value: docker.io/feastdev/feature-server:0.45.0

infra/feast-operator/config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: feastdev/feast-operator
8-
newTag: 0.44.0
8+
newTag: 0.45.0
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
RELATED_IMAGE_FEAST_OPERATOR=docker.io/feastdev/feast-operator:0.44.0
2-
RELATED_IMAGE_FEATURE_SERVER=docker.io/feastdev/feature-server:0.44.0
1+
RELATED_IMAGE_FEAST_OPERATOR=docker.io/feastdev/feast-operator:0.45.0
2+
RELATED_IMAGE_FEATURE_SERVER=docker.io/feastdev/feature-server:0.45.0

infra/feast-operator/dist/install.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2521,8 +2521,8 @@ spec:
25212521
- /manager
25222522
env:
25232523
- name: RELATED_IMAGE_FEATURE_SERVER
2524-
value: docker.io/feastdev/feature-server:0.44.0
2525-
image: feastdev/feast-operator:0.44.0
2524+
value: docker.io/feastdev/feature-server:0.45.0
2525+
image: feastdev/feast-operator:0.45.0
25262526
livenessProbe:
25272527
httpGet:
25282528
path: /healthz

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</modules>
3636

3737
<properties>
38-
<revision>0.44.0</revision>
38+
<revision>0.45.0</revision>
3939
<github.url>https://github.com/feast-dev/feast</github.url>
4040

4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feast-dev/feast-ui",
3-
"version": "0.44.0",
3+
"version": "0.45.0",
44
"private": false,
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)