Skip to content

Commit 8f306d5

Browse files
committed
chore: update versions for release amp/v0.7.0
1 parent 725d157 commit 8f306d5

13 files changed

Lines changed: 74 additions & 74 deletions

File tree

deployments/helm-charts/wso2-agent-manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: wso2-agent-manager
33
description: Helm chart for WSO2 Agent Management Platform - Deploy, manage, and govern AI agents at scale
44
type: application
5-
version: 0.0.0-dev
6-
appVersion: "0.0.0-dev"
5+
version: v0.7.0
6+
appVersion: "v0.7.0"
77

88
keywords:
99
- wso2

deployments/helm-charts/wso2-agent-manager/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ agentManagerService:
3838

3939
image:
4040
repository: ghcr.io/wso2/amp-api
41-
tag: "0.0.0-dev"
41+
tag: "v0.7.0"
4242
pullPolicy: IfNotPresent
4343

4444
service:
@@ -199,7 +199,7 @@ console:
199199

200200
image:
201201
repository: ghcr.io/wso2/amp-console
202-
tag: "0.0.0-dev"
202+
tag: "v0.7.0"
203203
pullPolicy: Always
204204

205205
service:
@@ -264,7 +264,7 @@ dbMigration:
264264

265265
image:
266266
repository: ghcr.io/wso2/amp-api
267-
tag: "0.0.0-dev"
267+
tag: "v0.7.0"
268268
pullPolicy: IfNotPresent
269269

270270
resources:

deployments/helm-charts/wso2-amp-build-extension/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: wso2-amp-build-extension
33
description: A Helm chart to add Build CI functionality for the Agent Management Platform, by Deploying and Configuring Build CI workflows.
44
type: application
5-
version: 0.0.0-dev
6-
appVersion: "0.0.0-dev"
5+
version: v0.7.0
6+
appVersion: "v0.7.0"
77

88
keywords:
99
- wso2

deployments/helm-charts/wso2-amp-evaluation-extension/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: wso2-amp-evaluation-extension
33
description: A Helm chart to add Evaluation functionality for the Agent Management Platform, by Deploying and Configuring Monitor evaluation workflows.
44
type: application
5-
version: 0.0.0-dev
6-
appVersion: "0.0.0-dev"
5+
version: v0.7.0
6+
appVersion: "v0.7.0"
77

88
keywords:
99
- wso2

deployments/helm-charts/wso2-amp-evaluation-extension/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ampEvaluation:
2626
# IMPORTANT: For production, this should match the amp-evaluation SDK version
2727
# used in dbMigration.evaluatorGenerator.image.tag in the wso2-agent-manager chart.
2828
# Example: If using amp-evaluation==0.1.5, set this to "0.1.5"
29-
tag: "0.0.0-dev"
29+
tag: "v0.7.0"
3030

3131
# -- Image pull policy
3232
pullPolicy: "IfNotPresent"

deployments/helm-charts/wso2-amp-observability-extension/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: wso2-amp-observability-extension
33
description: A Helm chart to add Tracing functionality for the Agent Management Platform, by Deploying and Configuring the Traces Observer Service.
44
type: application
5-
version: 0.0.0-dev
6-
appVersion: "0.0.0-dev"
5+
version: v0.7.0
6+
appVersion: "v0.7.0"
77

88
keywords:
99
- wso2

deployments/helm-charts/wso2-amp-observability-extension/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tracesObserver:
66
replicaCount: 1
77
image:
88
repository: ghcr.io/wso2/amp-traces-observer
9-
tag: "0.0.0-dev"
9+
tag: "v0.7.0"
1010
pullPolicy: IfNotPresent
1111
port: 9098
1212
opensearchUrl: https://opensearch.openchoreo-observability-plane.svc.cluster.local:9200

deployments/helm-charts/wso2-amp-platform-resources-extension/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: wso2-amp-platform-resources-extension
33
description: Default platform resources for WSO2 AI Agent Management Platform on OpenChoreo
44
type: application
5-
version: 0.0.0-dev
6-
appVersion: "0.0.0-dev"
5+
version: v0.7.0
6+
appVersion: "v0.7.0"
77

88
home: https://github.com/wso2/ai-agent-management-platform
99
sources:

deployments/helm-charts/wso2-amp-thunder-extension/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: wso2-amp-thunder-extension
33
description: A Helm chart to add Thunder Identity Provider functionality for the Agent Management Platform.
44
type: application
5-
version: 0.0.0-dev
6-
appVersion: "0.0.0-dev"
5+
version: v0.7.0
6+
appVersion: "v0.7.0"
77

88
keywords:
99
- wso2

deployments/quick-start/install-helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -euo pipefail
99
# ============================================================================
1010

1111
# Version
12-
VERSION="${VERSION:-0.0.0-dev}"
12+
VERSION="${VERSION:-0.7.0}"
1313

1414
# Helm chart registry and versions
1515
HELM_CHART_REGISTRY="${HELM_CHART_REGISTRY:-ghcr.io/wso2}"

0 commit comments

Comments
 (0)