Skip to content

Commit

Permalink
chore(release): Release 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira committed Nov 15, 2024
1 parent 21d5034 commit e6104c0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.0

BUILD_TOOL ?= podman

Expand Down
8 changes: 4 additions & 4 deletions config/base/params.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
trustyaiServiceImage=quay.io/trustyai/trustyai-service:latest
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:latest
trustyaiServiceImage=quay.io/trustyai/trustyai-service:v0.23.0
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:v1.29.0
oauthProxyImage=quay.io/openshift/origin-oauth-proxy:4.14.0
kServeServerless=enabled
lmes-driver-image=quay.io/trustyai/ta-lmes-driver:latest
lmes-pod-image=quay.io/trustyai/ta-lmes-job:latest
lmes-driver-image=quay.io/trustyai/ta-lmes-driver:v1.29.0
lmes-pod-image=quay.io/trustyai/ta-lmes-job:v1.29.0
lmes-pod-checking-interval=10s
lmes-image-pull-policy=Always
lmes-max-batch-size=24
Expand Down
8 changes: 4 additions & 4 deletions config/overlays/odh/params.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
trustyaiServiceImage=quay.io/trustyai/trustyai-service:latest
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:latest
trustyaiServiceImage=quay.io/trustyai/trustyai-service:v0.23.0
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:v1.29.0
oauthProxyImage=quay.io/openshift/origin-oauth-proxy:4.14.0
kServeServerless=enabled
lmes-driver-image=quay.io/trustyai/ta-lmes-driver:latest
lmes-pod-image=quay.io/trustyai/ta-lmes-job:latest
lmes-driver-image=quay.io/trustyai/ta-lmes-driver:v1.29.0
lmes-pod-image=quay.io/trustyai/ta-lmes-job:v1.29.0
lmes-pod-checking-interval=10s
lmes-image-pull-policy=Always
lmes-max-batch-size=24
Expand Down
2 changes: 1 addition & 1 deletion controllers/constants/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package constants

const (
Version = "1.17.0"
Version = "1.29.0"
ConfigMap = "trustyai-service-operator-config"
)

0 comments on commit e6104c0

Please sign in to comment.