Skip to content
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

docs: Deprecate Helm Operator - docs #5022

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tmihalac
Copy link
Contributor

@tmihalac tmihalac commented Feb 6, 2025

Updated Helm Operator to point out that the operator is deprecated and the new feast go operator should be used instead.

What this PR does / why we need it:

The feast go operator is more powerful and allows a flexible deployment

@tmihalac tmihalac changed the title doc: Deprecate Helm Operator - docs docs: Deprecate Helm Operator - docs Feb 6, 2025
@tmihalac tmihalac marked this pull request as ready for review February 7, 2025 00:59
@tmihalac tmihalac requested a review from a team as a code owner February 7, 2025 00:59
@tmihalac
Copy link
Contributor Author

tmihalac commented Feb 7, 2025

Can you re-trigger test ? @franciscojavierarceo

@franciscojavierarceo
Copy link
Member

done! that was strange though that test is usually not flaky...

@lokeshrangineni
Copy link
Contributor

lokeshrangineni commented Feb 7, 2025

Also it is better to mention deprecated: true in the chart.yaml files of the helm charts which we are deprecating. on top of my head this is one of them - https://github.com/feast-dev/feast/blob/master/infra/charts/feast/Chart.yaml

@tchughesiv
Copy link
Contributor

tchughesiv commented Feb 7, 2025 via email

@lokeshrangineni lokeshrangineni enabled auto-merge (squash) February 7, 2025 17:51
auto-merge was automatically disabled February 7, 2025 19:50

Head branch was pushed to by a user without write access

@tmihalac
Copy link
Contributor Author

tmihalac commented Feb 7, 2025

OK reverted the chart deprecation tag

…erver documentation (feast-dev#5019)

Signed-off-by: Francisco Javier Arceo <[email protected]>
Signed-off-by: Theodor Mihalache <[email protected]>
@tmihalac tmihalac force-pushed the deprecate-feast-helm-operator-in-docs branch from 8f1880e to 8de4173 Compare February 7, 2025 19:52
Signed-off-by: Theodor Mihalache <[email protected]>
@tmihalac tmihalac force-pushed the deprecate-feast-helm-operator-in-docs branch from 8de4173 to b50e308 Compare February 7, 2025 19:55
@lokeshrangineni lokeshrangineni enabled auto-merge (squash) February 7, 2025 20:11
@tmihalac tmihalac requested a review from tchughesiv February 7, 2025 20:21
Comment on lines +34 to +41
| Endpoint | Description |
|------------------------------|-------------------------------------------------------------------------|
| `/get-online-features` | Retrieves feature values for specified entities and feature references. |
| `/push` | Pushes feature data to the online and/or offline store. |
| `/materialize` | Materializes features within a specific time range to the online store. |
| `/materialize-incremental` | Incrementally materializes features up to the current timestamp. |
| `/retrieve-online-documents` | Supports Vector Similarity Search for RAG (Alpha end-ponit) |
| `/docs` | API Contract for available endpoints |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should these changes be in this PR? maybe a rebase is necessary?

@@ -3,6 +3,7 @@ name: feast-feature-server
description: Feast Feature Server in Go or Python
type: application
version: 0.45.0
deprecated: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line should be removed right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants