From 5f8da2cd90b5b1df5fec5cc41ddf603984dfb2e0 Mon Sep 17 00:00:00 2001 From: Abdul Hameed Date: Wed, 5 Feb 2025 15:09:08 -0500 Subject: [PATCH] added component_metadata file to show feast latest release in ODH operator Signed-off-by: Abdul Hameed --- infra/feast-operator/config/component_metadata.yaml | 4 ++++ infra/scripts/release/files_to_bump.txt | 1 + 2 files changed, 5 insertions(+) create mode 100644 infra/feast-operator/config/component_metadata.yaml diff --git a/infra/feast-operator/config/component_metadata.yaml b/infra/feast-operator/config/component_metadata.yaml new file mode 100644 index 00000000000..53d87258835 --- /dev/null +++ b/infra/feast-operator/config/component_metadata.yaml @@ -0,0 +1,4 @@ +releases: + - name: Feast + version: 0.45.0 + repoUrl: https://github.com/feast-dev/feast diff --git a/infra/scripts/release/files_to_bump.txt b/infra/scripts/release/files_to_bump.txt index 0ee09ea2c1f..a0ae531cd68 100644 --- a/infra/scripts/release/files_to_bump.txt +++ b/infra/scripts/release/files_to_bump.txt @@ -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/component_metadata.yaml 3 infra/feast-operator/config/overlays/odh/params.env 1 2 infra/feast-operator/api/feastversion/version.go 20 java/pom.xml 38