Skip to content

Commit 1fed7b8

Browse files
committed
Merge remote-tracking branch 'upstream/stable' into stable
2 parents 20eb6bd + 373771d commit 1fed7b8

File tree

5 files changed

+23
-2
lines changed

5 files changed

+23
-2
lines changed

.github/workflows/build_wheels.yml

+10
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@ jobs:
7777
REGISTRY: quay.io/feastdev
7878
steps:
7979
- uses: actions/checkout@v4
80+
- name: Free Disk Space (Ubuntu)
81+
uses: jlumbroso/[email protected]
82+
with:
83+
android: true
84+
dotnet: true
85+
haskell: true
86+
large-packages: false
87+
docker-images: false
88+
swap-storage: false
89+
tool-cache: false
8090
- name: Set up QEMU
8191
uses: docker/setup-qemu-action@v3
8292
- name: Set up Docker Buildx

.github/workflows/master_only.yml

+10
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,16 @@ jobs:
9999
REGISTRY: quay.io/feastdev-ci
100100
steps:
101101
- uses: actions/checkout@v4
102+
- name: Free Disk Space (Ubuntu)
103+
uses: jlumbroso/[email protected]
104+
with:
105+
android: true
106+
dotnet: true
107+
haskell: true
108+
large-packages: false
109+
docker-images: false
110+
swap-storage: false
111+
tool-cache: false
102112
- name: Set up QEMU
103113
uses: docker/setup-qemu-action@v3
104114
- name: Set up Docker Buildx

.releaserc.js

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ module.exports = {
6969
"infra/feast-helm-operator/**/*",
7070
"infra/feast-operator/**/*",
7171
"ui/package.json",
72+
"sdk/python/feast/infra/feature_servers/multicloud/requirements.txt",
7273
"sdk/python/feast/ui/package.json",
7374
"sdk/python/feast/ui/yarn.lock"
7475
],

infra/feast-helm-operator/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ run: helm-operator ## Run against the configured Kubernetes cluster in ~/.kube/c
8585

8686
.PHONY: docker-build
8787
docker-build: ## Build docker image with the manager.
88-
docker build --build-context helmcharts=../charts/ -t ${IMG} .
88+
docker build --build-context helmcharts=../charts/ -t ${IMG} --load .
8989

9090
.PHONY: docker-push
9191
docker-push: ## Push docker image with the manager.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# keep VERSION on line #2, this is critical to release CI
2-
feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio,k8s,duckdb,milvus] == 0.46.0
2+
feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio,k8s,duckdb,milvus] == 0.47.0

0 commit comments

Comments
 (0)