From 082bc96d908f2b7abc1327e8d31e2e4e69a4fa86 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 | 5 +++++ infra/scripts/release/files_to_bump.txt | 1 + 2 files changed, 6 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 0000000000..d4c7621f47 --- /dev/null +++ b/infra/feast-operator/config/component_metadata.yaml @@ -0,0 +1,5 @@ +# This file is required to configure Feast release information for ODH/RHOAI Operator +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 0ee09ea2c1..7cb9dd1e8e 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 4 infra/feast-operator/config/overlays/odh/params.env 1 2 infra/feast-operator/api/feastversion/version.go 20 java/pom.xml 38