From e0a1b2abc8259eecb8b6cd03e1b9e720f7ca818f Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Fri, 4 Oct 2024 13:58:52 +0100 Subject: [PATCH] Bump release 1.27.0/0.21.0 Signed-off-by: Rui Vieira --- Makefile | 2 +- config/overlays/odh/params.env | 4 ++-- controllers/version.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 605395f..423b760 100644 --- a/Makefile +++ b/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 ?= 1.17.0 +VERSION ?= 1.27.0 BUILD_TOOL ?= podman diff --git a/config/overlays/odh/params.env b/config/overlays/odh/params.env index c67b2b5..7424d68 100644 --- a/config/overlays/odh/params.env +++ b/config/overlays/odh/params.env @@ -1,4 +1,4 @@ -trustyaiServiceImage=quay.io/trustyai/trustyai-service:v0.19.0 -trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:v1.25.0 +trustyaiServiceImage=quay.io/trustyai/trustyai-service:v0.21.0 +trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:v1.27.0 oauthProxyImage=quay.io/openshift/origin-oauth-proxy:4.14.0 kServeServerless=enabled diff --git a/controllers/version.go b/controllers/version.go index 7633c47..9fffd67 100644 --- a/controllers/version.go +++ b/controllers/version.go @@ -1,5 +1,5 @@ package controllers const ( - Version = "1.17.0" + Version = "1.27.0" )