Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
f347200
fix: Update workflows to also use workflow_call
franciscojavierarceo Jan 20, 2025
7f16143
fix: Also adding workflow_call to release version
franciscojavierarceo Jan 20, 2025
5efd815
fix: Adding type to release version input
franciscojavierarceo Jan 20, 2025
79a915a
chore: Fix operator release workflow (v0.43-branch) (#4937)
tchughesiv Jan 20, 2025
e67106b
fix: Updated type in yaml
franciscojavierarceo Jan 20, 2025
84e4858
fix: Updating publish.yml
franciscojavierarceo Jan 20, 2025
6891c58
fix: Update type in publish_images
franciscojavierarceo Jan 20, 2025
5300dd6
fix: Updating publish helm charts
franciscojavierarceo Jan 20, 2025
1c5c3d8
fix: Updating publish java sdk
franciscojavierarceo Jan 20, 2025
aacb68e
fix: Updating environment variable in the build_wheels
franciscojavierarceo Jan 20, 2025
31559b7
updating input parameters to build wheels
franciscojavierarceo Jan 20, 2025
4b60b1e
formatting issue
franciscojavierarceo Jan 20, 2025
1ebf243
chore: Fix operator release for 0.43.0 (v0.43-branch) (#4939)
tchughesiv Jan 20, 2025
ccaf71d
renaming args and adding more
franciscojavierarceo Jan 20, 2025
d9435b6
fix: Adding outputs to build_wheels workflow
franciscojavierarceo Jan 20, 2025
b95c0d3
reverting changes
franciscojavierarceo Jan 20, 2025
7379db3
chore: Add ability to change default feature-server image during Oper…
tchughesiv Jan 21, 2025
9e1b4db
chore: CR image no longer needed for e2e (v0.43-branch) (#4943)
tchughesiv Jan 21, 2025
c8378a3
chore: Fix publish, versions issue (#4944)
tchughesiv Jan 21, 2025
2fd6d1a
chore: Fix publish, versions issue (#4945)
tchughesiv Jan 21, 2025
002c075
chore: Fix publish, versions issue (#4946)
tchughesiv Jan 21, 2025
c5b2085
chore: Fix publish, versions issue (#4947)
tchughesiv Jan 21, 2025
ca18b6e
fix publish, versions issue (#4948)
tchughesiv Jan 21, 2025
3ee27ee
fix: adding checkout to publish sdk
franciscojavierarceo Jan 21, 2025
8196d78
chore: Change get version workflow to an action (#4951)
tchughesiv Jan 21, 2025
301ef9a
fix: Release Fix - Added the workflow_call element in missing workflo…
lokeshrangineni Jan 22, 2025
44ec146
chore: Build wheels fix (#4957)
tchughesiv Jan 22, 2025
e93d164
chore: Fix python-sdk workflow (#4958)
tchughesiv Jan 22, 2025
922bd65
fix: adding type and workflow_call to build_wheels.yml
franciscojavierarceo Jan 22, 2025
b502f46
chore: Remove checkout from get-version action (#4959)
tchughesiv Jan 22, 2025
33725c3
chore: Fixing build wheels pre-release image build (#4960)
tchughesiv Jan 22, 2025
f392c73
fix: Updating pypi upload to use legacy repo url (#4962)
franciscojavierarceo Jan 22, 2025
6e80c26
fix: Updating repostiry to repostory url
franciscojavierarceo Jan 22, 2025
daf2236
converting to dash to see if that works
franciscojavierarceo Jan 22, 2025
cf5d4ab
fix: Updating pypi publish action and adding name
franciscojavierarceo Jan 22, 2025
6081fd2
fix: moving back to kebab case
franciscojavierarceo Jan 22, 2025
cfd345f
fix: Trying to hardcode gh-action version
franciscojavierarceo Jan 22, 2025
4b83bd7
trying new version with oidc false
franciscojavierarceo Jan 22, 2025
62f4c52
trying without attestations
franciscojavierarceo Jan 22, 2025
308b864
reverting again to old action and removing checkout action
franciscojavierarceo Jan 22, 2025
420ffbb
reverting code to existing master without actions checkout
franciscojavierarceo Jan 22, 2025
c8c4312
logging token length to validate it and adding quotes to password
franciscojavierarceo Jan 23, 2025
3aa873b
adding logging to the build wheels to see if secret is present there
franciscojavierarceo Jan 23, 2025
5927dd4
adding secrets to jobs keyword
franciscojavierarceo Jan 23, 2025
8eaa8ec
adding input parameters to build wheels and publish python sdk
franciscojavierarceo Jan 23, 2025
c83e705
addding inherit
franciscojavierarceo Jan 23, 2025
2be247d
commenting out the publish python sdk and adding inherit
franciscojavierarceo Jan 23, 2025
82c7415
commenting out the needs
franciscojavierarceo Jan 23, 2025
242ad7a
removing commented out code and logging to incorporate code that worked
franciscojavierarceo Jan 23, 2025
8d43d32
adding one more change to remove logging
franciscojavierarceo Jan 23, 2025
9152d60
removing changes outside of actions
franciscojavierarceo Jan 23, 2025
d7d9a5b
removing makefile change
franciscojavierarceo Jan 23, 2025
5b5b833
removing yamls
franciscojavierarceo Jan 23, 2025
51b330f
removing changes files and reverting move of file
franciscojavierarceo Jan 23, 2025
db4a1e7
reverting changed files
franciscojavierarceo Jan 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removing changes outside of actions
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo committed Jan 23, 2025
commit 9152d60d0ddc0be3daa3fc150e4d6c254dcbf7f3
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
"verifyReleaseCmd": "./infra/scripts/validate-release.sh ${nextRelease.type} " + current_branch,

// Bump all version files and build UI / update yarn.lock / helm charts
"prepareCmd": "python ./infra/scripts/release/bump_file_versions.py ${lastRelease.version} ${nextRelease.version}; make build-ui; make build-helm-docs; make -C infra/feast-operator build-installer bundle"
"prepareCmd": "python ./infra/scripts/release/bump_file_versions.py ${lastRelease.version} ${nextRelease.version}; make build-ui; make build-helm-docs"
}],

["@semantic-release/release-notes-generator", {
Expand Down
4 changes: 2 additions & 2 deletions infra/feast-operator/dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3580,10 +3580,10 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_FEATURE_SERVER
value: docker.io/feastdev/feature-server:0.43.0
value: docker.io/feastdev/feature-server:0.42.0
- name: RELATED_IMAGE_GRPC_CURL
value: docker.io/fullstorydev/grpcurl:v1.9.1-alpine
image: feastdev/feast-operator:0.43.0
image: feastdev/feast-operator:0.42.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ import (
)

const (
feastServerImageVar = "RELATED_IMAGE_FEATURE_SERVER"
grpcCurlImageVar = "RELATED_IMAGE_GRPC_CURL"
grpcCurlImage = "fullstorydev/grpcurl:v1.9.1-alpine"

TmpFeatureStoreYamlEnvVar = "TMP_FEATURE_STORE_YAML_BASE64"
FeatureStoreYamlCmKey = "feature_store.yaml"
EphemeralPath = "/feast-data"
Expand Down
6 changes: 3 additions & 3 deletions infra/feast-operator/internal/controller/services/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,17 +172,17 @@ func setServiceDefaultConfigs(defaultConfigs *feastdevv1alpha1.DefaultConfigs) {
}

func getFeatureServerImage() string {
if img, exists := os.LookupEnv(feastServerImageVar); exists {
if img, exists := os.LookupEnv("RELATED_IMAGE_FEATURE_SERVER"); exists {
return img
}
return DefaultImage
}

func getGrpcCurlImage() string {
if img, exists := os.LookupEnv(grpcCurlImageVar); exists {
if img, exists := os.LookupEnv("RELATED_IMAGE_GRPC_CURL"); exists {
return img
}
return grpcCurlImage
return "fullstorydev/grpcurl:v1.9.1-alpine"
}

func checkOfflineStoreFilePersistenceType(value string) error {
Expand Down
2 changes: 1 addition & 1 deletion infra/feast-operator/test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var _ = Describe("controller", Ordered, func() {
ExpectWithOffset(1, err).NotTo(HaveOccurred())

By("deploying the controller-manager")
cmd = exec.Command("make", "deploy", fmt.Sprintf("IMG=%s", projectimage), fmt.Sprintf("FS_IMG=%s", feastLocalImage))
cmd = exec.Command("make", "deploy", fmt.Sprintf("IMG=%s", projectimage))
_, err = utils.Run(cmd)
ExpectWithOffset(1, err).NotTo(HaveOccurred())

Expand Down
2 changes: 1 addition & 1 deletion infra/feast-operator/test/e2e/test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func checkIfKubernetesServiceExists(namespace, serviceName string) error {

func isFeatureStoreHavingRemoteRegistry(namespace, featureStoreName string) (bool, error) {
cmd := exec.Command("kubectl", "get", "featurestore", featureStoreName, "-n", namespace,
"-o=jsonpath='{.status.applied.services.registry}'")
"-o=jsonpath='{.spec.services.registry}'")

// Capture the output
output, err := cmd.Output()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ metadata:
spec:
feastProject: my_project
services:
onlineStore: {}
offlineStore: {}
onlineStore:
image: 'localhost/feastdev/feature-server:dev'
offlineStore:
image: 'localhost/feastdev/feature-server:dev'
registry:
local:
image: 'localhost/feastdev/feature-server:dev'
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ metadata:
spec:
feastProject: my_project
services:
onlineStore: {}
offlineStore: {}
onlineStore:
image: 'localhost/feastdev/feature-server:dev'
offlineStore:
image: 'localhost/feastdev/feature-server:dev'
registry:
remote:
feastRef:
Expand Down
1 change: 1 addition & 0 deletions infra/scripts/release/files_to_bump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ infra/feast-helm-operator/Makefile 6
infra/feast-helm-operator/config/manager/kustomization.yaml 8
infra/feast-operator/Makefile 6
infra/feast-operator/config/manager/kustomization.yaml 8
infra/feast-operator/config/default/manager_related_images_patch.yaml 5
infra/feast-operator/config/overlays/odh/params.env 1
infra/feast-operator/api/feastversion/version.go 20
java/pom.xml 38
Expand Down