-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: Allow hyphen in repo name #5562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@HaoXuAI take a look at the integration test. Looks like this constraints is requierd. |
We will have to change the operator regex as well to be consistent with SDK - https://github.com/feast-dev/feast/blob/master/infra/feast-operator/api/v1alpha1/featurestore_types.go#L71 |
4e17dd5
to
8f62ebd
Compare
Signed-off-by: HaoXuAI <[email protected]>
Signed-off-by: HaoXuAI <[email protected]>
Signed-off-by: HaoXuAI <[email protected]>
Signed-off-by: HaoXuAI <[email protected]>
Signed-off-by: HaoXuAI <[email protected]>
8f62ebd
to
959fc42
Compare
Signed-off-by: HaoXuAI <[email protected]>
Signed-off-by: HaoXuAI <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
# [0.53.0](v0.52.0...v0.53.0) (2025-08-30) ### Bug Fixes * Consistency in allow_cache and savedDatasets api ([#5572](#5572)) ([7e8b914](7e8b914)) * **docs:** Use absolute image URLs in README ([7188fc9](7188fc9)) ### Features * Added ray example template ([#5570](#5570)) ([a66d890](a66d890)) * Allow hyphen in repo name ([#5562](#5562)) ([4436673](4436673))
What this PR does / why we need it:
Which issue(s) this PR fixes:
Misc