Skip to content

Commit

Permalink
chore(release): v1.30.0/v0.24.0 (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira authored Dec 8, 2024
1 parent 6f88955 commit f6745c0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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.30.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.24.0
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:v1.30.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.30.0
lmes-pod-image=quay.io/trustyai/ta-lmes-job:v1.30.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/component_metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
releases:
- name: TrustyAI operator
version: latest
version: 1.30.0
repoUrl: https://github.com/trustyai-explainability/trustyai-service-operator
- name: TrustyAI service
version: latest
version: 0.24.0
repoUrl: https://github.com/trustyai-explainability/trustyai-explainability
- name: TrustyAI LMEval driver
version: latest
version: 1.30.0
repoUrl: https://github.com/trustyai-explainability/trustyai-service-operator
- name: TrustyAI LMEval job
version: latest
version: 1.30.0
repoUrl: https://github.com/opendatahub-io/lm-evaluation-harness
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.24.0
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:v1.30.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.30.0
lmes-pod-image=quay.io/trustyai/ta-lmes-job:v1.30.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.30.0"
ConfigMap = "trustyai-service-operator-config"
)

0 comments on commit f6745c0

Please sign in to comment.