From e710e091b4d981ee189c980857c9437380426ae7 Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Mon, 3 Jun 2024 15:35:56 +0100 Subject: [PATCH] Release 0.15.0/1.21.0 --- Makefile | 2 +- config/base/params.env | 4 ++-- controllers/version.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 605395f1..30b81bd4 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.21.0 BUILD_TOOL ?= podman diff --git a/config/base/params.env b/config/base/params.env index 68d67aae..01f30fbe 100644 --- a/config/base/params.env +++ b/config/base/params.env @@ -1,3 +1,3 @@ -trustyaiServiceImage=quay.io/trustyai/trustyai-service:latest -trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:latest +trustyaiServiceImage=quay.io/trustyai/trustyai-service:v0.15.0 +trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:v1.21.0 oauthProxyImage=quay.io/openshift/origin-oauth-proxy:4.14.0 diff --git a/controllers/version.go b/controllers/version.go index 7633c475..982f7beb 100644 --- a/controllers/version.go +++ b/controllers/version.go @@ -1,5 +1,5 @@ package controllers const ( - Version = "1.17.0" + Version = "1.21.0" )