From 2b7f89dbabfea3858e49859da4e70f2f97361b3d Mon Sep 17 00:00:00 2001 From: Tommy Hughes Date: Thu, 25 Jul 2024 16:35:05 -0500 Subject: [PATCH 1/2] increment operator to v0.39.0 Signed-off-by: Tommy Hughes --- infra/feast-operator/Makefile | 2 +- infra/feast-operator/config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/feast-operator/Makefile b/infra/feast-operator/Makefile index 1388778f9fe..f4464377513 100644 --- a/infra/feast-operator/Makefile +++ b/infra/feast-operator/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 0.37.0 +VERSION ?= 0.39.0 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/infra/feast-operator/config/manager/kustomization.yaml b/infra/feast-operator/config/manager/kustomization.yaml index 226b87118d2..1c111ac7ada 100644 --- a/infra/feast-operator/config/manager/kustomization.yaml +++ b/infra/feast-operator/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: feastdev/feast-operator - newTag: 0.37.0 + newTag: 0.39.0 From b59f4665e3a8fad50e08efd8378b5696a8d732eb Mon Sep 17 00:00:00 2001 From: Tommy Hughes Date: Thu, 25 Jul 2024 16:50:14 -0500 Subject: [PATCH 2/2] increment operator to v0.39.1 Signed-off-by: Tommy Hughes --- infra/feast-operator/Makefile | 2 +- infra/feast-operator/config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/feast-operator/Makefile b/infra/feast-operator/Makefile index f4464377513..4d3be5fddc3 100644 --- a/infra/feast-operator/Makefile +++ b/infra/feast-operator/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 0.39.0 +VERSION ?= 0.39.1 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/infra/feast-operator/config/manager/kustomization.yaml b/infra/feast-operator/config/manager/kustomization.yaml index 1c111ac7ada..e61b2b4281e 100644 --- a/infra/feast-operator/config/manager/kustomization.yaml +++ b/infra/feast-operator/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: feastdev/feast-operator - newTag: 0.39.0 + newTag: 0.39.1