Skip to content

Commit 8eceff2

Browse files
authored
fix: Add feast-operator files to semantic-release script (feast-dev#4382)
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent 8f264b6 commit 8eceff2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.releaserc.js

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ module.exports = {
6666
"CHANGELOG.md",
6767
"java/pom.xml",
6868
"infra/charts/**/*.*",
69+
"infra/feast-operator/**/*.*",
6970
"ui/package.json",
7071
"sdk/python/feast/ui/package.json",
7172
"sdk/python/feast/ui/yarn.lock"

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.39.0
6+
VERSION ?= 0.40.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/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.39.0
8+
newTag: 0.40.0

0 commit comments

Comments
 (0)